]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
cmd_nvedit.c: clean up syntax highlighting
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
01db232d
WD
1commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
2Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3Date: Wed May 21 13:58:41 2008 -0400
4
5 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
6
7 This patch adds support for the Lyrtech SFF-SDR board,
8 based on the TI DaVinci architecture (ARM926EJS).
9
10 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11 Signed-off-by: Philip Balister <philip@balister.org>
12 Signed-off-by: Wolfgang Denk <wd@denx.de>
13
14commit 341188b9ccaa8d4462d772cc067aca8d7618633a
15Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16Date: Thu May 22 11:09:59 2008 +0200
17
18 MMC: Consolidate MMC/SD command definitions
19
20 This moves the MMC and SD Card command definitions from
21 include/asm/arch/mmc.h into include/mmc.h. These definitions are
22 given by the MMC and SD Card standards, not by any particular
23 architecture.
24
25 There's a lot more room for consolidation in the MMC drivers which
26 I'm hoping to get done eventually, but this patch is a start.
27
28 Compile-tested for all avr32 boards as well as lpc2292sodimm and
29 lubbock. This should cover all three mmc drivers in the tree.
30
31 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32
33commit fa60edfc4c952626e048c0e065f654b3c1822fa5
34Author: Kyungmin Park <kmpark@infradead.org>
35Date: Wed May 21 14:38:08 2008 +0900
36
37 Use better Ethernet timings for apollon board
38
39 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40
41commit 41c5eaa7253ed82bbae1eda5667755872c615164
42Author: Andy Fleming <afleming@freescale.com>
43Date: Mon Jun 16 13:58:56 2008 -0500
44
45 Resize device tree to allow space for board changes and the chosen node
46
47 Current code requires that a compiled device tree have space added to the end to
48 leave room for extra nodes added by board code (and the chosen node). This
49 requires that device tree creators anticipate how much space U-Boot will add to
50 the tree, which is absurd. Ideally, the code would resize and/or relocate the
51 tree when it needed more space, but this would require a systemic change to the
52 fdt code, which is non-trivial. Instead, we resize the tree inside
53 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
54 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
55
56 Signed-off-by: Andy Fleming <afleming@freescale.com>
57
58commit 7570a9941fc565922078679a72d246fe208d696d
59Author: Andy Fleming <afleming@freescale.com>
60Date: Mon Jun 16 13:58:55 2008 -0500
61
62 Fix an underflow bug in __lmb_alloc_base
63
64 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
65 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
66 merely updates __lmb_alloc_base to resemble the current version in Linux.
67
68 Signed-off-by: Andy Fleming <afleming@freescale.com>
69
70commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
71Author: Andy Fleming <afleming@freescale.com>
72Date: Mon Jun 16 13:58:54 2008 -0500
73
74 Add lmb_free
75
76 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
77 lmb_reserve to temporarily reserve some memory.
78
79 Signed-off-by: Andy Fleming <afleming@freescale.com>
80
81commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
82Author: Andy Fleming <afleming@freescale.com>
83Date: Mon Jun 16 13:58:53 2008 -0500
84
85 Add ALIGN() macro
86
87 ALIGN() returns the smallest aligned value greater than the passed
88 in address or size. Taken from Linux.
89
90 Signed-off-by: Andy Fleming <afleming@freescale.com>
91
92commit 28eab0d77352b84885f938759bf2612b7bf0bc44
93Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
94Date: Mon May 19 12:26:38 2008 +0200
95
96 Conditionally add -fno-stack-protector to CFLAGS
97
98 When compile-testing on powerpc, I get errors like this:
99
100 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
101
102 This seems to be because -fstack-protector is on by default, so
103 let's explicitly disable it on all architectures that support the
104 option.
105
106 The Ubuntu toolchain is affected by this problem, and according to
107 Mike Frysinger, Gentoo has been running with SSP enabled for years.
108 More and more distros are turning SSP on by default, so this problem
109 is likely to get worse in the future.
110
111 Also, powerpc just happens to be one of the arches I do
112 compile-testing on. There may be other arches affected by this too.
113
114 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
115
116commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
117Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
118Date: Sun May 18 19:09:52 2008 +0200
119
120 pcmcia/ti_pci1410a: Move compile condition to the Makefile
121
122 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
123
124commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
125Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
126Date: Sun May 18 19:09:51 2008 +0200
127
128 pxa_pcmcia: Move compile condition to the Makefile
129
130 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
131
132commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
133Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
134Date: Sun May 18 19:09:50 2008 +0200
135
136 marabun_pcmcia: Move compile condition to the Makefile
137
138 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
139
140commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
141Author: Wolfgang Grandegger <wg@grandegger.com>
142Date: Thu Jun 5 13:02:30 2008 +0200
143
144 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
145
146 This patch is based on the following patch sent a few minutes ago:
147 "NAND FSL UPM: driver re-write using the hwcontrol callback"
148 It is untested, of course. Anton, could you please give it a try.
149
150 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
151 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
152
153commit 96026d42fa4e646d28318c0a1438aac4b2017909
154Author: Anatolij Gustschin <agust@denx.de>
155Date: Thu Jun 12 12:40:11 2008 +0200
156
157 Fix 4xx build issue
158
159 Building for 4xx doesn't work since commit 4dbdb768:
160
161 In file included from 4xx_pcie.c:28:
162 include/asm/processor.h:971: error: expected ')' before 'ver'
163 make[1]: *** [4xx_pcie.o] Error 1
164
165 This patch fixes the problem.
166
167 Signed-off-by: Anatolij Gustschin <agust@denx.de>
168 Acked-by: Stefan Roese <sr@denx.de>
169 Acked-by: Kumar Gala <galak@kernel.crashing.org>
170
171commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
172Author: Stefan Roese <sr@denx.de>
173Date: Mon Jun 16 10:40:02 2008 +0200
174
175 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
176
177 This patch simplifies flash_toggle() (AMD commandset), which is used to
178 detect if a FLASH device is still busy with erase/program operations. On
179 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
180 did not detect the busy state reliably, resulting in non erased sectors
181 etc. This patch now simplifies this function by "just" comparing the
182 complete data-word instead of ANDing it with the command-word (0x40)
183 before the compatison. It is done the same way in the Linux implementation
184 chip_ready() in cfi_cmdset_0002.c.
185
186 Signed-off-by: Stefan Roese <sr@denx.de>
187
188commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
189Author: Philip Balister <philip@balister.org>
190Date: Mon Jun 16 08:58:07 2008 -0400
191
192 NAND: Add missing declaration to non-redundant saveenv().
193
194 Signed-off-by: Scott Wood <scottwood@freescale.com>
195
196commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
197Author: Wolfgang Grandegger <wg@grandegger.com>
198Date: Mon Jun 2 15:09:55 2008 +0200
199
200 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
201
202 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
203 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
204 Signed-off-by: Scott Wood <scottwood@freescale.com>
205
206commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
207Author: Stefan Roese <sr@denx.de>
208Date: Tue Jun 10 15:34:11 2008 +0200
209
210 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
211
212 This patch disables the square wave output of the M41T62 RTC used on
213 Canyonlands & Glacier. Here the explanation:
214
215 The serial real-time clock part used in the design is an
216 STMicro M41T62. This part has a full-time 32KHz square wave
217 output that is connected to the TmrClk input to the
218 processor. The default state for this square wave output is
219 enabled so the output runs continuously when the board is
220 powered normally and also from the battery. The TmrClk input
221 to the processor goes to ground when the power is removed
222 from the board/processor, and therefore the running square
223 wave output is driving ground which drains the battery quickly.
224
225 Signed-off-by: Stefan Roese <sr@denx.de>
226
227commit a94f22f08f280905926219e568568964cb9eeb9d
228Author: Andy Fleming <afleming@freescale.com>
229Date: Wed Jun 11 18:10:20 2008 -0500
230
231 Fix build issue with string.h and linux/string.h
232
233 This commit:
234 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
235 Author: Wolfgang Denk <wd@denx.de>
236 Date: Fri Jun 6 14:28:14 2008 +0200
237
238 tools/mkimage: fix compiler warnings on some systems.
239
240 Broke building on some systems, because the host's string.h was interfering
241 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
242 we're building for the host, so now we only include when building inside
243 u-boot.
244
245 Signed-off-by: Andy Fleming <afleming@freescale.com>
246
247commit 9973e3c614721bbf169882ffc3be266a6611cd60
248Author: Becky Bruce <becky.bruce@freescale.com>
249Date: Mon Jun 9 16:03:40 2008 -0500
250
251 Change initdram() return type to phys_size_t
252
253 This patch changes the return type of initdram() from long int to phys_size_t.
254 This is required for a couple of reasons: long int limits the amount of dram
255 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
256 size of physical memory. phys_size_t is defined as an unsigned long on almost
257 all current platforms.
258
259 This patch *only* changes the return type of the initdram function (in
260 include/common.h, as well as in each board's implementation of initdram). It
261 does not actually modify the code inside the function on any of the platforms;
262 platforms which wish to support more than 2GB of DRAM will need to modify
263 their initdram() function code.
264
265 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
266 MPC8641HPCN.
267
268 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
269
270commit 391fd93ab23e15ab3dd58a54f5b609024009c378
271Author: Becky Bruce <becky.bruce@freescale.com>
272Date: Mon Jun 9 20:37:18 2008 -0500
273
274 Change lmb to use phys_size_t/phys_addr_t
275
276 This updates the lmb code to use phys_size_t
277 and phys_addr_t instead of unsigned long. Other code
278 which interacts with this code, like getenv_bootm_size()
279 is also updated.
280
281 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
282
283 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
284
285commit 61b09fc2952dc636017df4e7970e3de132276ba1
286Author: Becky Bruce <becky.bruce@freescale.com>
287Date: Mon Jun 9 20:37:17 2008 -0500
288
289 Change print_size to take phys_size_t
290
291 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
292
293commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
294Author: Becky Bruce <becky.bruce@freescale.com>
295Date: Mon Jun 9 20:37:16 2008 -0500
296
297 Change bd/gd memsize/ram_size to be phys_size_t.
298
299 Currently, both are defined as an unsigned long, but
300 should be phys_size_t. This should result in no real change,
301 since phys_size_t is currently an unsigned long for all the
302 default configs. Also add print_lnum to cmd_bdinfo to deal
303 with the potentially wider memsize.
304
305 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
306
307commit ba04f7010958e88a8910f2a123fee53fdc72e013
308Author: Kumar Gala <galak@kernel.crashing.org>
309Date: Tue Jun 10 16:16:02 2008 -0500
310
311 FSL LAW: Add new interface to use the last free LAW
312
313 LAWs have the concept of priority so its useful to be able to allocate
314 the lowest (highest number) priority. We will end up using this with the
315 new DDR code.
316
317 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
318
319commit 859a86a25c569d3665ff413d1d923394b8a961f3
320Author: Kumar Gala <galak@kernel.crashing.org>
321Date: Wed Jun 11 00:51:45 2008 -0500
322
323 85xx/86xx: Move to dynamic mgmt of LAWs
324
325 With the new LAW interface (set_next_law) we can move to letting the
326 system allocate which LAWs are used for what purpose. This makes life
327 a bit easier going forward with the new DDR code.
328
329 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
330 Signed-off-by: Andy Fleming <afleming@freescale.com>
331 Acked-by: Jon Loeliger <jdl@freescale.com>
332 Acked-by: Becky Bruce <becky.bruce@freescale.com>
333
334commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
335Author: Kumar Gala <galak@kernel.crashing.org>
336Date: Wed Jun 11 00:44:10 2008 -0500
337
338 FSL LAW: Keep track of LAW allocations
339
340 Make it so we keep track of which LAWs have allocated and provide
341 a function (set_next_law) which can allocate a LAW for us if one is
342 free.
343
344 In the future we will move to doing more "dynamic" LAW allocation
345 since the majority of users dont really care about what LAW number
346 they are at.
347
348 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
349
350 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
351 Signed-off-by: Andy Fleming <afleming@freescale.com>
352
353commit ddde74a159caa6e18b481fec01d40b885aebb566
354Author: Kumar Gala <galak@kernel.crashing.org>
355Date: Mon Jun 9 22:31:57 2008 -0500
356
357 85xx: remove dummy board_early_init_f
358
359 A number of board ports have empty version of board_early_init_f
360 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
361
362 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
363
364commit 81e56e9af0d43712db8efb843606a8d62eab454f
365Author: Kumar Gala <galak@kernel.crashing.org>
366Date: Mon Jun 9 18:55:38 2008 -0500
367
368 MPC8544DS: Update config.h
369
370 * Enable flash progress
371 * remove CLEAR_LAW0 since we dont really use it
372
373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
374
375commit 978e81604c1b28526ed580df0fbe64eb8384e94f
376Author: Kumar Gala <galak@kernel.crashing.org>
377Date: Mon Jun 9 13:37:24 2008 -0500
378
379 85xx: Remove unused and unconfigured memory test code.
380
381 Remove unused and unconfigured DDR test code from FSL 85xx boards.
382 Besides, other common code exists.
383
384 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
385
386commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
387Author: Sergei Poselenov <sposelenov@emcraft.com>
388Date: Fri Jun 6 15:42:45 2008 +0200
389
390 Socrates: Added FPGA base address update in FDT.
391
392 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
393
394commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
395Author: Sergei Poselenov <sposelenov@emcraft.com>
396Date: Fri Jun 6 15:42:44 2008 +0200
397
398 Socrates: NAND support added. Changed the U-Boot base address and
399
400 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
401
402commit 248ae5cfc8bf69074d1da099dc495d8e06070547
403Author: Sergei Poselenov <sposelenov@emcraft.com>
404Date: Fri Jun 6 15:42:43 2008 +0200
405
406 NAND: Added support for 128-bit OOB, adapted
407
408 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
409
410commit 31ca0208612f2eb57690110d7c2815953650e47b
411Author: Sergei Poselenov <sposelenov@emcraft.com>
412Date: Fri Jun 6 15:42:42 2008 +0200
413
414 Socrates: added missed file with UPMA configuration data.
415
416 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
417
418commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
419Author: Sergei Poselenov <sposelenov@emcraft.com>
420Date: Fri Jun 6 15:42:41 2008 +0200
421
422 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
423
424 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
425
426commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
427Author: Sergei Poselenov <sposelenov@emcraft.com>
428Date: Fri Jun 6 15:42:40 2008 +0200
429
430 Added the upmconfig() function for 85xx.
431
432 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
433 Signed-off-by: Andy Fleming <afleming@freescale.com>
434
435commit d39e68514ff943930ee692cff3fde03532eb7fec
436Author: Sergei Poselenov <sposelenov@emcraft.com>
437Date: Fri Jun 6 15:42:39 2008 +0200
438
439 Socrates: config file cleanup.
440
441 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
442
443commit e8cc3f04b124f757af4528206e60d8eb715ae083
444Author: Wolfgang Grandegger <wg@grandegger.com>
445Date: Thu Jun 5 13:12:10 2008 +0200
446
447 TQM85xx: Change memory map to support Flash memory > 128 MiB
448
449 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
450 memory. The current memory map only supports up to 128 MiB Flash.
451 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
452 set, up to 1 GiB flash is supported. To achieve this, the memory
453 map has to be adjusted in great parts (for example the CCSRBAR is
454 moved from 0xE0000000 to 0xA0000000).
455
456 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
457 memory map also has to be considered in the kernel (changed
458 CCSRBAR address, changed PCI IO base address, ...). Please use
459 an appropriate Flat Device Tree blob (tqm8548.dtb).
460
461 Signed-off-by: Martin Krause <martin.krause@tqs.de>
462 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
463
464commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
465Author: Wolfgang Grandegger <wg@grandegger.com>
466Date: Thu Jun 5 13:12:09 2008 +0200
467
468 TQM85xx: NAND support via local bus UPMB
469
470 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
471 default and can be enabled for the TQM8548 modules. It is now based on
472 the re-written FSL NAND UPM driver. A patch has been posted earlier today
473 with the subject:
474
475 "NAND FSL UPM: driver re-write using the hwcontrol callback"
476
477 Note that the R/B pin is not supported by that module requiring to use
478 the specified maximum delay time.
479
480 Note: With NAND support enabled the size of the U-Boot image exceeds
481 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
482 doubling the image size :-(.
483
484 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
485 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
486
487commit b9e8078bb3f3c48111a7081e27279938c3a445e1
488Author: Wolfgang Grandegger <wg@grandegger.com>
489Date: Thu Jun 5 13:12:08 2008 +0200
490
491 TQM8548: PCI express support
492
493 This patch adds support for PCI express cards. The board support
494 now uses common FSL PCI init code, for both, PCI and PCIe on all
495 TQM85xx modules.
496
497 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
498 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
499
500commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
501Author: Wolfgang Grandegger <wg@grandegger.com>
502Date: Thu Jun 5 13:12:07 2008 +0200
503
504 TQM8548: Basic support for the TQM8548 modules
505
506 This patch adds basic support for the TQM8548 module from TQ-Components
507 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
508 eTSEC 3 and 4
509
510 Furthermore Flash buffer write has been enabled to speed up output to
511 the Flash by approx. a factor of 10.
512
513 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
514 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
515
516commit 25991353204c78b094c3c1fec90182dcd607ab8f
517Author: Wolfgang Grandegger <wg@grandegger.com>
518Date: Thu Jun 5 13:12:06 2008 +0200
519
520 TQM85xx: Support for Flat Device Tree
521
522 This patch adds support for Linux kernels using the Flat Device Tree.
523 It also re-defines the default environment settings for booting Linux
524 with the FDT blob.
525
526 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
527
528commit d9ee843d54c54776e1fdb86336ce554906a87331
529Author: Wolfgang Grandegger <wg@grandegger.com>
530Date: Thu Jun 5 13:12:05 2008 +0200
531
532 TQM85xx: Support for Intel 82527 compatible CAN controller
533
534 This patch adds initialization of the UPMC RAM to support up to two
535 Intel 82527 compatible CAN controller on the TQM85xx modules.
536
537 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
538 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
539
540commit 518d5cfe72916323c746af1647764459914f555f
541Author: Wolfgang Grandegger <wg@grandegger.com>
542Date: Thu Jun 5 13:12:04 2008 +0200
543
544 TQM85xx: Bugfix in the SDRAM initialisation
545
546 The CS0_BNDS register is now set according to the detected
547 memory size.
548
549 Signed-off-by Martin Krause <martin.krause@tqs.de>
550
551commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
552Author: Wolfgang Grandegger <wg@grandegger.com>
553Date: Thu Jun 5 13:12:03 2008 +0200
554
555 TQM85xx: Fix chip select configuration for second FLASH bank
556
557 This patch fixes the re-calculation of the automatic chip select
558 configuration for boards with two populated FLASH banks.
559
560 Signed-off-by: Martin Krause <martin.krause@tqs.de>
561
562commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
563Author: Wolfgang Grandegger <wg@grandegger.com>
564Date: Thu Jun 5 13:12:02 2008 +0200
565
566 TQM85xx: Support for Spansion 'N' type flashes added
567
568 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
569 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
570 needs to be changed -> new start address of the environment. The macro
571 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
572 defined for boards with 'N' type flashes.
573
574 Signed-off-by: Martin Krause <martin.krause@tqs.de>
575 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
576
577commit 5d5bd838f76eade22c0ea40a500389f924d0da36
578Author: Wolfgang Grandegger <wg@grandegger.com>
579Date: Thu Jun 5 13:12:01 2008 +0200
580
581 TQM85xx: Fix CPM port pin configuration
582
583 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
584 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
585 as serial interface anyway. Worse, on some board variants configuring the
586 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
587
588 Signed-off-by: Martin Krause <martin.krause@tqs.de>
589
590commit b99ba1679e8cd51b023e67098c89e606e47137d2
591Author: Wolfgang Grandegger <wg@grandegger.com>
592Date: Thu Jun 5 13:12:00 2008 +0200
593
594 TQM85xx: Various coding style fixes
595
596 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
597
598commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
599Author: Gerald Van Baren <vanbaren@cideas.com>
600Date: Tue Jun 10 22:15:58 2008 -0400
601
602 libfdt: Move the working_fdt pointer to cmd_fdt.c
603
604 The working_fdt pointer was declared in common/fdt_support.c but was
605 not used there. Move it to common/cmd_fdt.c where it is used (it is
606 also used in lib_ppc/bootm.c).
607
608 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
609
610commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
611Author: Kim Phillips <kim.phillips@freescale.com>
612Date: Tue Jun 10 11:06:17 2008 -0500
613
614 fdt: unshadow global working fdt variable
615
616 differentiate with local variables of the same name by renaming the
617 global 'fdt' variable 'working_fdt'.
618
619 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
620
621commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
622Author: Andy Fleming <afleming@freescale.com>
623Date: Tue Jun 10 18:49:34 2008 -0500
624
625 socrates: Fix PCI clk fix patch
626
627 The submitted patch seems to have been more up-to-date, but an older patch was
628 already in the repository. This patch encompasses the differences
629
630 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
631
632 Signed-off-by: Andy Fleming <afleming@freescale.com>
633
634commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
635Author: Wolfgang Grandegger <wg@grandegger.com>
636Date: Thu Jun 5 13:02:29 2008 +0200
637
638 NAND FSL UPM: driver re-write using the hwcontrol callback
639
640 This is a re-write of the NAND FSL UPM driver using the more universal
641 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
642 list of furher modifications:
643
644 - For the time being, the UPM setup writing the UPM array has been
645 removed from the driver and must now be done by the board specific
646 code.
647
648 - The bus width definition in "struct fsl_upm_nand" is now in bits to
649 comply with the corresponding Linux driver and 8, 16 and 32 bit
650 accesses are supported.
651
652 - chip->dev_read is only set if fun->dev_ready != NULL, which is
653 required for boards not connecting the R/B pin.
654
655 - A few issue have been fixed with MxMR bit manipulation like in the
656 corresponding Linux driver.
657
658 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
659 as well, because the address is already determined by
660 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
661
662 This patch has been tested on a TQM8548 modules with the NAND chip
663 Micron MT29F8G08FABWP.
664
665 This patch is based on the following patches posted to this list a few
666 minutes ago:
667
668 PPC: add accessor macros to clear and set bits in one shot
669 83xx/85xx/86xx: add more MxMR local bus definitions
670
671 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
672 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
673
674commit 6beecfbb542992eede5831240cd58678274683a9
675Author: Wolfgang Grandegger <wg@grandegger.com>
676Date: Thu Jun 5 13:11:59 2008 +0200
677
678 MPC85xx: Beautify boot output of L2 cache configuration
679
680 The boot output is now aligned poperly with other boot output
681 lines, e.g.:
682
683 FLASH: 128 MB
684 L2: 512 KB enabled
685
686 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
687
688commit 398415114f0a705163a14543e9fef03f734b1ffa
689Author: Wolfgang Grandegger <wg@grandegger.com>
690Date: Wed Jun 4 12:45:22 2008 +0200
691
692 PPC: add accessor macros to clear and set bits in one shot
693
694 PPC: add accessor macros to clear and set bits in one shot
695
696 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
697 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
698 They are very handy to manipulate bits it I/O registers.
699
700 This patch is required for my forthcoming FSL NAND UPM driver re-write and
701 the support for the TQM8548 module.
702
703 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
704
705commit 4677988c7edc070c3786d3db7994abeca3ab82a0
706Author: Wolfgang Grandegger <wg@grandegger.com>
707Date: Wed Jun 4 13:52:17 2008 +0200
708
709 TQM: move TQM boards to board/tqc
710
711 Move all TQM board directories to the vendor specific directory "tqc"
712 for modules from TQ-Components GmbH (http://www.tqc.de).
713
714 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
715
716commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
717Author: Wolfgang Grandegger <wg@grandegger.com>
718Date: Mon Jun 2 12:09:30 2008 +0200
719
720 83xx/85xx/86xx: add more MxMR local bus definitions
721
722 83xx/85xx/86xx: add more MxMR local bus definitions
723
724 This patch adds more macro definitions for the UPM Machine Mode Registers
725 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
726 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
727 required for my forthcoming FSL NAND UPM driver re-write and the support
728 for the TQM8548 module.
729
730 This patch is based on the following two patches from Anton Vorontsov:
731
732 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
733 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
734
735 I leave coding style violation fixes, code beautification and name
736 corrections to somebody else ;-(.
737
738 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
739
740commit c8c5fc266e4499e283c293ccb972863156aa4134
741Author: Anton Vorontsov <avorontsov@ru.mvista.com>
742Date: Thu May 29 18:14:56 2008 +0400
743
744 83xx/85xx: further localbus cleanups
745
746 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
747 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
748
749 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
750
751commit 42dbd667c88d496882d53e22656e89b654205492
752Author: Anton Vorontsov <avorontsov@ru.mvista.com>
753Date: Wed May 28 18:20:15 2008 +0400
754
755 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
756
757 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
758 use it on MPC85xx and MPC86xx processors.
759
760 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
761
762commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
763Author: Kumar Gala <galak@kernel.crashing.org>
764Date: Thu May 29 11:22:06 2008 -0500
765
766 85xx: Add setting of cache props in the device tree.
767
768 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
769
770commit 4dbdb7681e243431530df0725627192a0c4aefda
771Author: Kumar Gala <galak@kernel.crashing.org>
772Date: Tue Jun 10 16:53:46 2008 -0500
773
774 85xx: expose cpu identification
775
776 The current cpu identification code is used just to return the name
777 of the processor at boot. There are some other locations that the name
778 is useful (device tree setup). Expose the functionality to other bits
779 of code.
780
781 Also, drop the 'E' suffix and add it on by looking at the SVR version
782 when we print this out. This is mainly to allow the most flexible use
783 of the name. The device tree code tends to not care about the 'E' suffix.
784
785 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
786
787commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
788Author: Kim Phillips <kim.phillips@freescale.com>
789Date: Tue Jun 10 13:25:24 2008 -0500
790
791 mpc83xx: MVBLM7: minor build fixups
792
793 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
794
795commit a1293e549b56da135ef32ffca5b9d35a16aa6802
796Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
797Date: Tue Jun 10 09:14:05 2008 +0200
798
799 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
800
801 Add MPC8343 based board mvBlueLYNX-M7.
802 It's a single board stereo camera system.
803 Please read doc/README.mvblm7 for details.
804
805 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
806 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
807
808commit c005b93925ba49f07da2aa748527996d927e172f
809Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
810Date: Tue Jun 10 09:13:16 2008 +0200
811
812 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
813
814 Add MPC8343 based board mvBlueLYNX-M7.
815 It's a single board stereo camera system.
816 Please read doc/README.mvblm7 for details.
817
818 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
819 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
820
821commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
822Author: Anton Vorontsov <avorontsov@ru.mvista.com>
823Date: Thu May 29 18:14:56 2008 +0400
824
825 83xx/85xx: further localbus cleanups
826
827 move the BRx_* and ORx_* left behind in mpc85xx.h
828
829 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
830 the same, just few differences which needs some attention though).
831
832 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
833 of these defines. So this cleanup I'll leave for the "better times".
834
835 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
836 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
837
838commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
839Author: Anton Vorontsov <avorontsov@ru.mvista.com>
840Date: Wed May 28 18:20:15 2008 +0400
841
842 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
843
844 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
845 use it on MPC85xx and MPC86xx processors.
846
847 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
848 Acked-by: Andy Fleming <afleming@freescale.com>
849 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
850
851commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
852Author: Tor Krill <tor@excito.com>
853Date: Mon Jun 2 15:09:30 2008 +0200
854
855 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
856
857 Signed-off-by: Tor Krill <tor@excito.com>
858 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
859
860commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
861Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
862Date: Mon Jun 9 23:37:44 2008 +0900
863
864 net: Conditional COBJS inclusion of network drivers
865
866 Replace COBJS-y with appropriate driver config names.
867
868 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
869 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
870
871commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
872Author: Gerald Van Baren <vanbaren@cideas.com>
873Date: Mon Jun 9 21:02:17 2008 -0400
874
875 Use strncmp() for the fdt command
876
877 Cleaner than doing multiple conditionals on characters.
878
879 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
880
881commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
882Author: Gerald Van Baren <vanbaren@cideas.com>
883Date: Sat Jun 7 12:25:05 2008 -0400
884
885 The fdt boardsetup command criteria was not unique
886
887 It was checking just for "b", which is not unique with respect to the
888 "boot" command. Change to check for "boa"[rdsetup].
889
890 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
891
892commit 2f08bfa9526bae4f461e043530cfb903fec0d273
893Author: David Gibson <david@gibson.dropbear.id.au>
894Date: Tue May 20 17:19:11 2008 +1000
895
896 libfdt: Several cleanups to parameter checking
897
898 This patch makes a couple of small cleanups to parameter checking of
899 libfdt functions.
900
901 - In several functions which take a node offset, we use an
902 idiom involving fdt_next_tag() first to check that we have indeed been
903 given a node offset. This patch adds a helper function
904 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
905
906 - In fdt_rw.c in several places we have the expanded version
907 of the RW_CHECK_HEADER() macro for no particular reason. This patch
908 replaces those instances with an invocation of the macro; that's what
909 it's for.
910
911 - In fdt_sw.c we rename the check_header_sw() function to
912 sw_check_header() to match the analgous function in fdt_rw.c, and we
913 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
914 functions in fdt_rw.c
915
916 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
917
918commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
919Author: Gerald Van Baren <vanbaren@cideas.com>
920Date: Tue Jun 3 20:34:45 2008 -0400
921
922 Remove the deprecated CONFIG_OF_FLAT_TREE
923
924 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
925 cleaner, has better functionality, and is better supported.
926
927 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
928
929commit 62bcdda293efa752f8281fbd9da03822b27ce82f
930Author: Gerald Van Baren <vanbaren@cideas.com>
931Date: Tue Jun 3 20:26:29 2008 -0400
932
933 Change the stxxst to CONFIG_OF_LIBFDT
934
935 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
936 to CONFIG_OF_LIBFDT.
937
938 WARNING: It appears that this board lost its ability to boot via a
939 flattened device tree prior to this changeset.
940
941 WARNING: This conversion was untested because I do not have a board to
942 test it on.
943
944 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
945
946commit 589c04271d129729a8b01391453851ab9cc4069c
947Author: Gerald Van Baren <vanbaren@cideas.com>
948Date: Tue Jun 3 20:24:58 2008 -0400
949
950 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
951
952 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
953 to CONFIG_OF_LIBFDT.
954
955 WARNING: This conversion is untested because I do not have a board to
956 test it on.
957
958 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
959 /aliases/ethernet1 property for the ethernet to work.
960
961 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
962
963commit ee1e35bede91debc8bff9b02f75574486033b652
964Author: Kumar Gala <galak@kernel.crashing.org>
965Date: Thu May 29 01:21:24 2008 -0500
966
967 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
968
969 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
970
971commit 3b9519fc50802436e417c839e69df7b2016cade5
972Author: Becky Bruce <becky.bruce@freescale.com>
973Date: Wed May 14 13:10:04 2008 -0500
974
975 MPC85xx: Change traps.c to not reference non-addressable memory
976
977 Currently, END_OF_RAM is used by the trap code to determine if
978 we should attempt to access the stack pointer or not. However,
979 on systems with a lot of RAM, only a subset of the RAM is
980 guaranteed to be mapped in and accessible. Change END_OF_RAM
981 to use get_effective_memsize() instead of using the raw ram
982 size out of the bd.
983
984 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
985
986commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
987Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
988Date: Mon Jun 9 13:39:57 2008 +0900
989
990 sh: Renesas Solutions SH7763RDP board support
991
992 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
993 In this patch, support SCIF, NOR Flash, and Ethernet.
994
995 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
996 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
997
998commit 60179098a95eaa972007d7ec58e4c1588029720f
999Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1000Date: Fri Jun 6 16:24:13 2008 +0900
1001
1002 sh: Add support Renesas SH7763
1003
1004 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
1005 This patch supprts CPU register's header file.
1006
1007 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1008 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1009
1010commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
1011Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1012Date: Fri Jun 6 16:16:08 2008 +0900
1013
1014 sh: SH7763 SCIF support
1015
1016 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
1017 but only SCIF2 is different. This patch work all SCIF channel.
1018
1019 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1020 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1021
1022commit 79b51ff8205f0354d5300570614c1d2db499679c
1023Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1024Date: Sat Jun 7 20:51:59 2008 +0900
1025
1026 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
1027
1028 Also get rid of some #ifdefs in *.c files.
1029
1030 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1031
1032commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
1033Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1034Date: Sat Jun 7 20:51:56 2008 +0900
1035
1036 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
1037
1038 CONFIG_SOC_AU1X00
1039
1040 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
1041 need to have this config as a system type specifier.
1042
1043 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
1044 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
1045
1046 Machine type specifiers. Each port should have one of aboves.
1047
1048 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1049
1050commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
1051Author: Stuart Wood <stuart.wood@labxtechnologies.com>
1052Date: Fri May 30 16:05:28 2008 -0400
1053
1054 env_nand.c: Added bad block management for environment variables
1055
1056 Modified to check for bad blocks and to skipping over them when
1057 CFG_ENV_RANGE has been defined.
1058 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
1059 flash block size.
1060
1061 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
1062 Signed-off-by: Scott Wood <scottwood@freescale.com>
1063
1064commit 279726bd00558e80263d44581c44167625b7fb9a
1065Author: Becky Bruce <becky.bruce@freescale.com>
1066Date: Wed May 14 13:09:58 2008 -0500
1067
1068 MPC86xx: Change traps.c to not reference non-addressable memory
1069
1070 Currently, END_OF_RAM is used by the trap code to determine if
1071 we should attempt to access the stack pointer or not. However,
1072 on systems with a lot of RAM, only a subset of the RAM is
1073 guaranteed to be mapped in and accessible. Change END_OF_RAM
1074 to use get_effective_memsize() instead of using the raw ram
1075 size out of the bd to prevent us from trying to access
1076 non-mapped memory.
1077
1078 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
1079
1080commit 338cc038461a6c7709c5b86fd9a240209338a1ae
1081Author: Wolfgang Denk <wd@denx.de>
1082Date: Fri Jun 6 14:28:14 2008 +0200
1083
1084 tools/mkimage: fix compiler warnings on some systems.
1085
1086 Signed-off-by: Wolfgang Denk <wd@denx.de>
1087
1088commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
1089Author: Stefan Roese <sr@denx.de>
1090Date: Fri Jun 6 16:10:41 2008 +0200
1091
1092 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
1093
1094 We use upper case letters for the AMCC processor defines (like
1095 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
1096 not CONFIG_440SPe. This patch fixes the last misspelled config options.
1097
1098 Signed-off-by: Stefan Roese <sr@denx.de>
1099
1100commit 72675dc6c06a48846d180106161d49dd714383cc
1101Author: Stefan Roese <sr@denx.de>
1102Date: Fri Jun 6 15:55:21 2008 +0200
1103
1104 ppc4xx: Unify AMCC's board config files (part 3/3)
1105
1106 This patch series unifies the AMCC eval board ports by introducing
1107 a common include header for all AMCC eval boards:
1108
1109 include/configs/amcc-common.h
1110
1111 This header now includes all common configuration options/defines which
1112 are removed from the board specific headers.
1113
1114 The reason for this is ease of maintenance and unified look and feel
1115 of all AMCC boards.
1116
1117 Signed-off-by: Stefan Roese <sr@denx.de>
1118
1119commit 490f204096d6e2c9940f67816f154a8125bab116
1120Author: Stefan Roese <sr@denx.de>
1121Date: Fri Jun 6 15:55:03 2008 +0200
1122
1123 ppc4xx: Unify AMCC's board config files (part 2/3)
1124
1125 This patch series unifies the AMCC eval board ports by introducing
1126 a common include header for all AMCC eval boards:
1127
1128 include/configs/amcc-common.h
1129
1130 This header now includes all common configuration options/defines which
1131 are removed from the board specific headers.
1132
1133 The reason for this is ease of maintenance and unified look and feel
1134 of all AMCC boards.
1135
1136 Signed-off-by: Stefan Roese <sr@denx.de>
1137
1138commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
1139Author: Stefan Roese <sr@denx.de>
1140Date: Fri Jun 6 15:54:31 2008 +0200
1141
1142 ppc4xx: Unify AMCC's board config files (part 1/3)
1143
1144 This patch series unifies the AMCC eval board ports by introducing
1145 a common include header for all AMCC eval boards:
1146
1147 include/configs/amcc-common.h
1148
1149 This header now includes all common configuration options/defines which
1150 are removed from the board specific headers.
1151
1152 The reason for this is ease of maintenance and unified look and feel
1153 of all AMCC boards.
1154
1155 Signed-off-by: Stefan Roese <sr@denx.de>
1156
1157commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
1158Author: Remy Bohmer <linux@bohmer.net>
1159Date: Thu Jun 5 13:03:36 2008 +0200
1160
1161 DM9000 fix status check fail 0x6d error for trizeps board
1162
1163 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
1164 the status byte need to be checked to identify a valid packet in the fifo
1165
1166 But, The several different Application Notes do not all speak the same
1167 language on these bits. They do not disagree, but only 1 Application Note
1168 noted explicitly that only these 2 bits need to be checked.
1169 Even the datasheets do not mention anything about these 2 bits.
1170
1171 Because the old code, and the kernel check the whole byte, I left this piece
1172 untouched.
1173
1174 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
1175 it should work.
1176
1177 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
1178 in the fifo) is much shorter now, compared to the older U-boot driver code,
1179 so that we can maybe run into a hardware condition now that was never seen
1180 before, or maybe was seen very unfrequently.
1181
1182 Additionaly added a cleanup of a stack variable.
1183
1184 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1185 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1186
1187commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
1188Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1189Date: Thu Jun 5 22:29:00 2008 +0900
1190
1191 [MIPS] Update <asm/addrspace.h> header
1192
1193 - Fix traditional KSEG names
1194 - Replace PHYSADDR with CPHYSADDR
1195
1196 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1197
1198commit f0d5a6f060d00358b85c62a921a423ea8df71184
1199Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1200Date: Thu Jun 5 22:29:00 2008 +0900
1201
1202 [MIPS] mips_config.mk: Misc fixes
1203
1204 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
1205 - Modify comments
1206
1207 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1208
1209commit 5f64d21c9a2998794f255b469165b91f092dfc2d
1210Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1211Date: Thu Jun 5 22:29:00 2008 +0900
1212
1213 [MIPS] Kill unused <version.h> inclusions
1214
1215 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1216
1217commit a55d48174cfd1a5bc184159513f48dcbbe409c83
1218Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1219Date: Thu Jun 5 22:29:00 2008 +0900
1220
1221 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
1222
1223 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
1224 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
1225 in the U-Boot system.
1226
1227 The other is we don't have a proper time management counter like timestamp
1228 other ARCHs have. We need the 32-bit millisecond clock counter.
1229
1230 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
1231 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
1232 of calculated CP0 counter cycles in a CFG_HZ.
1233
1234 STRATEGY:
1235
1236 * Fix improper CFG_HZ value to have 1000
1237
1238 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
1239
1240 * timer_init: initialize timestamp and set up the first timer expiration.
1241 Note that we don't need to initialize CP0 count/compare registers here
1242 as they have been already zeroed out on the system reset. Leave them as
1243 they are.
1244
1245 * get_timer: calculate how many timestamps have been passed, then return
1246 base-relative timestamp. Make sure we can easily count missed timestamps
1247 regardless of CP0 count/compare value.
1248
1249 * get_ticks: return the current timestamp, that is get_timer(0).
1250
1251 Most parts are from good old Linux v2.6.16 kernel.
1252
1253 v2:
1254 - Remove FIXME comments as they turned out to be trivial.
1255 - Use CP0 compare register as a global variable for expirelo.
1256 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
1257 instead.
1258
1259 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1260
1261commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
1262Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1263Date: Thu Jun 5 22:29:00 2008 +0900
1264
1265 [MIPS] lib_mips/time.c: Fix udelay
1266
1267 What we have to do is just to wait for given micro-seconds. No need to
1268 take into account current time, get_timer and CFG_HZ.
1269
1270 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1271
1272commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
1273Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1274Date: Thu Jun 5 22:28:59 2008 +0900
1275
1276 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
1277
1278 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
1279 This patch replaces mips_{compare,count}_set and mips_count_get with
1280 existing macros.
1281
1282 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1283
1284commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
1285Author: Remy Bohmer <linux@bohmer.net>
1286Date: Tue Jun 3 15:48:17 2008 +0200
1287
1288 Get rid of annoying/superfluous bad-checksum warning message
1289
1290 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
1291 It is annoying for ordinary users who start to doubt the network connection
1292 in general when they see messages like this.
1293
1294 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
1295 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
1296 now before checking the checksum.
1297
1298 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1299 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1300
1301commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
1302Author: Remy Bohmer <linux@bohmer.net>
1303Date: Wed Jun 4 10:47:25 2008 +0200
1304
1305 Fix order for reading rx-status registers in 32bit mode of DM9000
1306
1307 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
1308 a bug in reading the rx-status registers in 32bit mode only.
1309 This patch repairs this.
1310
1311 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1312 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1313
1314commit 98291e2e689096420465074cce926b226d2e71b4
1315Author: Remy Bohmer <linux@bohmer.net>
1316Date: Tue Jun 3 15:26:26 2008 +0200
1317
1318 DM9000: Some minor code cleanups
1319
1320 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
1321 need some other minor cleanup.
1322
1323 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1324 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1325
1326commit 850ba7555dbd4ca8d14fc475b864d534797adab3
1327Author: Remy Bohmer <linux@bohmer.net>
1328Date: Tue Jun 3 15:26:25 2008 +0200
1329
1330 DM9000: Make driver work properly for DM9000A
1331
1332 The DM9000A network controller does not work with the U-boot DM9000x driver.
1333 Analysis showed that many incoming packets are lost.
1334
1335 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
1336 check for a valid rx packet be done on the interrupt status register, not
1337 directly by performing the dummy read and the rx status check as is currently
1338 the case in the u-boot driver.
1339
1340 When the recommended poll is done as suggested the driver starts working
1341 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
1342 can be more than 1 package in the fifo at the same time.
1343
1344 The driver must perform the rx-status check in a loop and read and handle all
1345 packages until there is no more left _after_ the interrupt RX flag is set.
1346
1347 This change has been tested with DM9000A, DM9000E, DM9000EP.
1348
1349 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1350 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1351
1352commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
1353Author: Remy Bohmer <linux@bohmer.net>
1354Date: Tue Jun 3 15:26:24 2008 +0200
1355
1356 DM9000: Improve eth_reset() routine
1357
1358 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
1359 reset procedure must be done twice to properly reset the DM9000 by means of software.
1360 This errata is not needed anymore for the DM9000A, but it does not bother it.
1361
1362 This change has been tested with DM9000A, DM9000E, DM9000EP.
1363
1364 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1365 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1366
1367commit acba31847fad9ae40708cc2c9f3a634ec35f3416
1368Author: Remy Bohmer <linux@bohmer.net>
1369Date: Tue Jun 3 15:26:23 2008 +0200
1370
1371 DM9000: improve eth_send() routine
1372
1373 The eth_send routine of the U-boot DM9000x driver does not match the
1374 DM9000 or DM9000A application notes/programming guides.
1375
1376 This change improves the stability of the DM9000A network controller.
1377
1378 This change has been tested with DM9000A, DM9000E, DM9000EP.
1379
1380 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1381 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1382
1383commit 134e266253c02a7832560da59d394989c4f64453
1384Author: Remy Bohmer <linux@bohmer.net>
1385Date: Tue Jun 3 15:26:22 2008 +0200
1386
1387 DM9000: repair debug logging
1388
1389 It seems that the debugging code of the DM9000x driver in U-boot has not been
1390 compiled for a long time, because it cannot compile...
1391
1392 Also rearranged some loglines to get more useful info while debugging.
1393
1394 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1395 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1396
1397commit a101361bfe23c120321e45d114c0603b8e0763e9
1398Author: Remy Bohmer <linux@bohmer.net>
1399Date: Tue Jun 3 15:26:21 2008 +0200
1400
1401 DM9000: Add data bus-width auto detection.
1402
1403 The U-boot DM9000x driver contains a compile time bus-width definition for
1404 the databus connected to the network controller.
1405
1406 This compile check makes the code unclear, inflexible and is unneccessary.
1407 It can be asked to the network controller what its bus-width is by reading bits
1408 6 and 7 of the interrupt status register.
1409
1410 The linux kernel already uses a runtime mechanism to determine this bus-width,
1411 so the implementation below looks somewhat like that implementation.
1412
1413 This change has been tested with DM9000A, DM9000E, DM9000EP.
1414
1415 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1416 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1417
1418commit 63a0afa0c32e5f4ea98a9439542870072437404d
1419Author: Stefan Roese <sr@denx.de>
1420Date: Wed Jun 4 19:19:20 2008 +0200
1421
1422 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
1423
1424 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
1425 introduced by the commit:
1426
1427 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
1428
1429 With this patch SDRAM will get initialized again and booting from NAND
1430 is working again.
1431
1432 Signed-off-by: Stefan Roese <sr@denx.de>
1433 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
1434
1435commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
1436Author: Wolfgang Denk <wd@denx.de>
1437Date: Tue May 27 14:19:30 2008 +0200
1438
1439 Socrates: Fix PCI bus frequency report
1440
1441 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1442
1443commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
1444Author: Tor Krill <tor@excito.com>
1445Date: Thu May 29 11:10:30 2008 +0200
1446
1447 Fix incorrect switch for IF_TYPE in part.c
1448
1449 Use correct field in block_dev_desc_t when writing interface type in
1450 dev_print. Error introduced in 574b3195.
1451
1452 Also added fix from Martin Krause
1453
1454 Signed-off-by: Tor Krill <tor@excito.com>
1455
1456commit b64b8a0bd310935b70af69ac970952f2b364ae56
1457Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
1458Date: Tue May 27 10:25:39 2008 +0200
1459
1460 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
1461
1462 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1463
1464commit 35ef877f0a8f6232cdef748f442fed5accb2b641
1465Author: Peter Tyser <ptyser@xes-inc.com>
1466Date: Thu May 22 18:56:52 2008 -0500
1467
1468 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
1469
1470 Removed unneeded command line history initialization. Also, the original
1471 code would access the 'initted' variable before relocation to SDRAM
1472 which resulted in erratic behavior since the bss is not initialized when
1473 executing from flash.
1474
1475 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1476
1477commit 22f371b63038a4ecab04068877c1089e51a01ba1
1478Author: Grant Erickson <gerickson@nuovations.com>
1479Date: Wed May 21 13:28:30 2008 -0700
1480
1481 PPC4xx: Simplified post_word_{load, store}
1482
1483 This patch simplifies post_word_{load,store} by using the preprocessor
1484 to eliminate redundant, copy-and-pasted code.
1485
1486 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
1487
1488commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
1489Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
1490Date: Wed May 7 21:25:33 2008 +0400
1491
1492 cfi_flash: enable M18 flash chips family support.
1493
1494 Added new command set ID. Buffered write command processing is changed
1495 in order to support M18 flash chips family.
1496
1497 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
1498 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
1499
1500commit 93c56f212ccdadc182018f0769cb284426b88f1d
1501Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
1502Date: Wed May 7 21:24:44 2008 +0400
1503
1504 cfi_flash: support of long cmd in U-boot.
1505
1506 Some NOR flash chips needs support of commands with length grether than max
1507 value size of uchar. For example all M18 family chips use 0x1ff command in
1508 buffered write mode as value of program loops count.
1509
1510 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
1511 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
1512
1513commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
1514Author: Stefan Roese <sr@denx.de>
1515Date: Fri May 16 11:06:06 2008 +0200
1516
1517 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
1518
1519 On AD7414 the first value upon bootup is not read correctly.
1520 This is most likely because of the 800ms update time of the
1521 temp register in normal update mode. To get current values
1522 each time we issue the "dtt" command including upon powerup
1523 we switch into one-short mode.
1524
1525 This patch fixes the problem on AD7414 equipped boards (Sequoia,
1526 Canyonlands etc), that temp value printed in the bootup log was
1527 incorrect.
1528
1529 Signed-off-by: Stefan Roese <sr@denx.de>
1530
1531commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
1532Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1533Date: Fri May 30 16:55:06 2008 +0200
1534
1535 ppc4xx: Cleanup CPCI405 variant's config file
1536
1537 This patch removes some dead code from CPCI405 board's
1538 config files. JFFS2 support is also removed. It's not used and
1539 CPCI4052 does not build anymore without some size reduction.
1540
1541 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1542
1543commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
1544Author: Kenneth Johansson <kenneth@southpole.se>
1545Date: Thu May 29 16:32:33 2008 +0200
1546
1547 Remove shell variable UNDEF_SYM.
1548
1549 UNDEF_SYM is a shell variable in the main Makefile used to force the
1550 linker to add all u-boot commands to the final image. It has no use here.
1551
1552 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
1553
1554commit 8c66497e06bf803489c589df58ee591d71033274
1555Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1556Date: Fri May 16 11:10:35 2008 +0200
1557
1558 Add support for environment in SPI flash
1559
1560 This is pretty incomplete...it doesn't handle reading the environment
1561 before relocation, it doesn't support redundant environment, and it
1562 doesn't support embedded environment. But apart from that, it does
1563 seem to work.
1564
1565 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1566
1567commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
1568Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1569Date: Fri May 16 11:10:34 2008 +0200
1570
1571 SPI Flash: Add "sf" command
1572
1573 This adds a new command, "sf" which can be used to manipulate SPI
1574 flash. Currently, initialization, reading, writing and erasing is
1575 supported.
1576
1577 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1578
1579commit d25ce7d24cc0f93881559f4009175ea305af65e8
1580Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1581Date: Fri May 16 11:10:33 2008 +0200
1582
1583 SPI Flash subsystem
1584
1585 This adds a new SPI flash subsystem.
1586
1587 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
1588 but some preliminary support for other flash types is in place as
1589 well.
1590
1591 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1592
1593commit 60445cb5c3eb77ed1a07f2d908eef09174483698
1594Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
1595Date: Fri May 16 11:10:32 2008 +0200
1596
1597 atmel_spi: Driver for the Atmel SPI controller
1598
1599 This adds a driver for the SPI controller found on most AT91 and AVR32
1600 chips, implementing the new SPI API.
1601
1602 Changed in v4:
1603 - Update to new API
1604 - Handle zero-length transfers appropriately. The user may send a
1605 zero-length SPI transfer with SPI_XFER_END set in order to
1606 deactivate the chip select after a series of transfers with chip
1607 select active. This is useful e.g. when polling the status
1608 register of DataFlash.
1609
1610 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1611
1612commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
1613Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
1614Date: Fri May 16 11:10:31 2008 +0200
1615
1616 SPI API improvements
1617
1618 This patch gets rid of the spi_chipsel table and adds a handful of new
1619 functions that makes the SPI layer cleaner and more flexible.
1620
1621 Instead of the spi_chipsel table, each board that wants to use SPI
1622 gets to implement three hooks:
1623 * spi_cs_activate(): Activates the chipselect for a given slave
1624 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
1625 * spi_cs_is_valid(): Determines if the given bus/chipselect
1626 combination can be activated.
1627
1628 Not all drivers may need those extra functions however. If that's the
1629 case, the board code may just leave them out (assuming they know what
1630 the driver needs) or rely on the linker to strip them out (assuming
1631 --gc-sections is being used.)
1632
1633 To set up communication parameters for a given slave, the driver needs
1634 to call spi_setup_slave(). This returns a pointer to an opaque
1635 spi_slave struct which must be passed as a parameter to subsequent SPI
1636 calls. This struct can be freed by calling spi_free_slave(), but most
1637 driver probably don't want to do this.
1638
1639 Before starting one or more SPI transfers, the driver must call
1640 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
1641 the hardware. When all transfers are done, the driver must call
1642 spi_release_bus() to make the bus available to others, and possibly
1643 shut down the SPI controller hardware.
1644
1645 spi_xfer() behaves mostly the same as before, but it now takes a
1646 spi_slave parameter instead of a spi_chipsel function pointer. It also
1647 got a new parameter, flags, which is used to specify chip select
1648 behaviour. This may be extended with other flags in the future.
1649
1650 This patch has been build-tested on all powerpc and arm boards
1651 involved. I have not tested NIOS since I don't have a toolchain for it
1652 installed, so I expect some breakage there even though I've tried
1653 fixing up everything I could find by visual inspection.
1654
1655 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
1656 DataFlash drivers posted as a follow-up. I'd like some help testing
1657 other boards that use the existing SPI API.
1658
1659 But most of all, I'd like some comments on the new API. Is this stuff
1660 usable for everyone? If not, why?
1661
1662 Changed in v4:
1663 - Build fixes for various boards, drivers and commands
1664 - Provide common struct spi_slave definition that can be extended by
1665 drivers
1666 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
1667 - Make default bus and mode build-time configurable
1668 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
1669
1670 Changed in v3:
1671 - Add opaque struct spi_slave for controller-specific data associated
1672 with a slave.
1673 - Add spi_claim_bus() and spi_release_bus()
1674 - Add spi_free_slave()
1675 - spi_setup() is now called spi_setup_slave() and returns a
1676 struct spi_slave
1677 - soft_spi now supports four SPI modes (CPOL|CPHA)
1678 - Add bus parameter to spi_setup_slave()
1679 - Convert the new i.MX32 SPI driver
1680 - Convert the new MC13783 RTC driver
1681
1682 Changed in v2:
1683 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
1684 new API.
1685
1686 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1687 Tested-by: Guennadi Liakhovetski <lg@denx.de>
1688
1689commit 289011207d999b2e4085150d2aa30d547ad9b800
1690Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1691Date: Fri May 16 11:10:30 2008 +0200
1692
1693 Move definition of container_of() to common.h
1694
1695 AVR32 and AT91SAM9 both have their own identical definitions of
1696 container_of() taken from the Linux kernel. Move it to common.h so
1697 that all architectures can use it.
1698
1699 container_of() is already used by some drivers, and will be used
1700 extensively by the new and improved SPI API.
1701
1702 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1703
1704commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
1705Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1706Date: Fri May 16 11:08:11 2008 +0200
1707
1708 soft_i2c: Pull SDA high before reading
1709
1710 Spotted by Dean Capindale.
1711
1712 Systems that support open-drain GPIO properly are allowed provide an
1713 empty I2C_TRISTATE define. However, this means that we need to be
1714 careful not to drive SDA low when the slave is expected to respond.
1715
1716 This patch adds a missing I2C_SDA(1) to read_byte() required to
1717 tristate the SDA line on systems that support open-drain GPIO.
1718
1719 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1720
1721commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
1722Author: Stefan Roese <sr@denx.de>
1723Date: Mon May 19 11:34:53 2008 +0200
1724
1725 ppc4xx: Remove implementations of testdram()
1726
1727 This patch removes the used testdram() implementations of the board
1728 that are maintained by myself.
1729
1730 Signed-off-by: Stefan Roese <sr@denx.de>
1731
1732commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
1733Author: Stefan Roese <sr@denx.de>
1734Date: Mon Jun 2 17:37:28 2008 +0200
1735
1736 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
1737
1738 Historically the 405 U-Boot port had a dram_init() call in early init
1739 stage. This function was still called from start.S and most of the time
1740 coded in assembler. This is not needed anymore (since a long time) and
1741 boards should implement the common initdram() function in C instead.
1742
1743 This patch now removed the dram_init() call from start.S and removes the
1744 empty implementations that are scattered through most of the 405 board
1745 ports. Some older board ports really implement this dram_init() though.
1746 These are:
1747
1748 csb272
1749 csb472
1750 ERIC
1751 EXBITGEN
1752 W7OLMC
1753 W7OLMG
1754
1755 I changed those boards to call this assembler dram_init() function now
1756 from their board specific initdram() instead. This *should* work, but please
1757 test again on those platforms. And it is perhaps a good idea that those
1758 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
1759 some time. So further patches welcome here.
1760
1761 Signed-off-by: Stefan Roese <sr@denx.de>
1762
1763commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
1764Author: Stefan Roese <sr@denx.de>
1765Date: Mon Jun 2 17:22:11 2008 +0200
1766
1767 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
1768
1769 Signed-off-by: Stefan Roese <sr@denx.de>
1770
1771commit 39b32be18cd33b53a84065edcd4e465165cc5564
1772Author: Stefan Roese <sr@denx.de>
1773Date: Mon Jun 2 17:20:03 2008 +0200
1774
1775 ppc4xx: Fix common ECC generation code for 440GP style platforms
1776
1777 This patch makes the common 4xx ECC code really usable on 440GP style
1778 platforms.
1779
1780 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
1781 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
1782 we need to make some processor dependant defines used later on by the
1783 driver.
1784
1785 Signed-off-by: Stefan Roese <sr@denx.de>
1786
1787commit ec724f883ee3f3925e6c55027e8ffa70ada83303
1788Author: Stefan Roese <sr@denx.de>
1789Date: Mon Jun 2 17:13:55 2008 +0200
1790
1791 ppc4xx: Change Kilauea to use the common DDR2 init function
1792
1793 This patch changes the kilauea and kilauea_nand (for NAND booting)
1794 board port to not use a board specific DDR2 init routine anymore. Now
1795 the common code from cpu/ppc4xx is used.
1796
1797 Thanks to Grant Erickson for all his basic work on this 405EX early
1798 bootup.
1799
1800 Signed-off-by: Stefan Roese <sr@denx.de>
1801
1802commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
1803Author: Stefan Roese <sr@denx.de>
1804Date: Mon Jun 2 14:59:21 2008 +0200
1805
1806 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
1807
1808 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
1809 ppc4xx related SDRAM/DDR/DDR2 controller defines.
1810
1811 Signed-off-by: Stefan Roese <sr@denx.de>
1812
1813commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
1814Author: Stefan Roese <sr@denx.de>
1815Date: Mon Jun 2 14:57:41 2008 +0200
1816
1817 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
1818
1819 This patch removes all SDRAM related defines from the PPC4xx headers
1820 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
1821 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
1822
1823 It also introduces new defines for the equipped SDRAM controller based on
1824 which PPC variant is used. There new defines are:
1825
1826 used on 405GR/CR/EP and some Xilinx Virtex boards.
1827
1828 used on 440GP/GX/EP/GR.
1829
1830 used on 440EPx/GRx.
1831
1832 used on 405EX/r/440SP/SPe/460EX/GT.
1833
1834 Signed-off-by: Stefan Roese <sr@denx.de>
1835
1836commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
1837Author: Stefan Roese <sr@denx.de>
1838Date: Mon Jun 2 14:35:44 2008 +0200
1839
1840 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
1841
1842 This patch consolidates the 405 and 440 parts of the NAND booting code
1843 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
1844 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
1845 Only *after* running from this location, nand_boot() is called.
1846
1847 Please note that the initsdram() call is now moved from nand_boot.c
1848 to start.S. I experienced problems with some boards like Kilauea
1849 (405EX), which don't have internal SRAM (OCM) and relocation needs to
1850 be done to SDRAM before the NAND controller can get accessed. When
1851 initdram() is called later on in nand_boot(), this can lead to problems
1852 with variables in the bss sections like nand_ecc_pos[].
1853
1854 Signed-off-by: Stefan Roese <sr@denx.de>
1855 Acked-by: Scott Wood <scottwood@freescale.com>
1856
1857commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
1858Author: Grant Erickson <gerickson@nuovations.com>
1859Date: Thu May 22 14:44:24 2008 -0700
1860
1861 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
1862
1863 This patch (Part 2 of 2):
1864
1865 * Rolls up a suite of changes to enable correct primordial stack and
1866 global data handling when the data cache is used for such a purpose
1867 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
1868
1869 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
1870 eliminating redundant ECC initialization implementations and moving
1871 redundant SDRAM initialization out of board code into shared 4xx
1872 code.
1873
1874 * Enables MCSR visibility on the 405EX(r).
1875
1876 * Enables the use of the data cache for initial RAM on
1877 both AMCC's Kilauea and Makalu and removes a redundant
1878 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
1879
1880 - Removed, per Stefan Roese's request, defunct memory.c file for
1881 Makalu and rolled sdram_init from it into makalu.c.
1882
1883 With respect to the 4xx DDR initialization and ECC unification, there
1884 is certainly more work that can and should be done (file renaming,
1885 etc.). However, that can be handled at a later date on a second or
1886 third pass. As it stands, this patch moves things forward in an
1887 incremental yet positive way for those platforms that utilize this
1888 code and the features associated with it.
1889
1890 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
1891 Signed-off-by: Stefan Roese <sr@denx.de>
1892
1893commit c821b5f120bedf73867513466412587c6912a8f8
1894Author: Grant Erickson <gerickson@nuovations.com>
1895Date: Thu May 22 14:44:14 2008 -0700
1896
1897 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
1898
1899 This patch (Part 1 of 2):
1900
1901 * Rolls up a suite of changes to enable correct primordial stack and
1902 global data handling when the data cache is used for such a purpose
1903 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
1904
1905 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
1906 eliminating redundant ECC initialization implementations and moving
1907 redundant SDRAM initialization out of board code into shared 4xx
1908 code.
1909
1910 * Enables MCSR visibility on the 405EX(r).
1911
1912 * Enables the use of the data cache for initial RAM on
1913 both AMCC's Kilauea and Makalu and removes a redundant
1914 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
1915
1916 - Removed, per Stefan Roese's request, defunct memory.c file for
1917 Makalu and rolled sdram_init from it into makalu.c.
1918
1919 With respect to the 4xx DDR initialization and ECC unification, there
1920 is certainly more work that can and should be done (file renaming,
1921 etc.). However, that can be handled at a later date on a second or
1922 third pass. As it stands, this patch moves things forward in an
1923 incremental yet positive way for those platforms that utilize this
1924 code and the features associated with it.
1925
1926 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
1927 Signed-off-by: Stefan Roese <sr@denx.de>
1928
1929commit a439680019e06171d4a5694b7992accce87f590e
1930Author: Grant Erickson <gerickson@nuovations.com>
1931Date: Wed May 21 13:28:30 2008 -0700
1932
1933 PPC4xx: Simplified post_word_{load, store}
1934
1935 This patch simplifies post_word_{load,store} by using the preprocessor
1936 to eliminate redundant, copy-and-pasted code.
1937
1938 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
1939
1940commit f979690ee337450b2030aba128f95b7a8d9881c0
1941Author: Kumar Gala <galak@kernel.crashing.org>
1942Date: Thu May 15 15:13:08 2008 -0500
1943
1944 Fix warnings from gcc-4.3.0 build on a ppc host
1945
1946 * The cfi_flash.c memset fix actual allows the board to boot so there is
1947 a bit more going on here than just resolving warnings associated with
1948 uninitialized variables.
1949
1950 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
1951 inline function 'ext2_find_next_zero_bit' which is not static
1952
1953 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1954
1955commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
1956Author: Becky Bruce <becky.bruce@freescale.com>
1957Date: Wed May 14 13:09:51 2008 -0500
1958
1959 MPC512x: Change traps.c to not reference non-addressable memory
1960
1961 Currently, END_OF_RAM is used by the trap code to determine if
1962 we should attempt to access the stack pointer or not. However,
1963 on systems with a lot of RAM, only a subset of the RAM is
1964 guaranteed to be mapped in and accessible. Change END_OF_RAM
1965 to use get_effective_memsize() instead of using the raw ram
1966 size out of the bd.
1967
1968 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
1969
1970commit 81673e9ae14b771cd13faf19947192599cae3959
1971Author: Kumar Gala <galak@kernel.crashing.org>
1972Date: Tue May 13 19:01:54 2008 -0500
1973
1974 Make sure common.h is the first include.
1975
1976 If common.h isn't first we can get CONFIG_ options defined in the
1977 board config file ignored. This can cause an issue if any of those
1978 config options impact the size of types of data structures
1979 (eg CONFIG_PHYS_64BIT).
1980
1981 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1982
1983commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
1984Author: Marian Balakowicz <m8@semihalf.com>
1985Date: Tue May 13 15:53:29 2008 +0200
1986
1987 Avoid initrd and logbuffer area overlaps
1988
1989 Add logbuffer to reserved LMB areas to prevent initrd allocation
1990 from overlaping with it.
1991
1992 Make sure to use correct logbuffer base address.
1993
1994 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1995
1996commit 6956d53d9934862507f83f0e3255dfd4662e7482
1997Author: Sascha Laue <sascha.laue@liebherr.com>
1998Date: Tue May 13 13:29:54 2008 +0200
1999
2000 lwmon5: add memory-pattern-test to FPGA POST.
2001
2002commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
2003Author: Becky Bruce <becky.bruce@freescale.com>
2004Date: Thu May 8 19:02:51 2008 -0500
2005
2006 PPC: 86xx Add bat registers to reginfo command
2007
2008 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2009
2010commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
2011Author: Becky Bruce <becky.bruce@freescale.com>
2012Date: Fri May 9 15:41:35 2008 -0500
2013
2014 PPC: Add print_bats() to lib_ppc/bat_rw.c
2015
2016 This function prints the values of all the BAT register
2017 pairs - I needed this for debug earlier this week; adding it to
2018 lib_ppc so others can use it (and add it to reginfo commands
2019 if so desired).
2020
2021 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2022
2023commit c148f24c15743a02e855636e6bed013bd121f7f2
2024Author: Becky Bruce <becky.bruce@freescale.com>
2025Date: Thu May 15 21:29:04 2008 -0500
2026
2027 PPC: Change lib_ppc/bat_rw.c to use high bats
2028
2029 Currently, this code only deals with BATs 0-3, which makes
2030 it useless on systems that support BATs 4-7. Add the
2031 support for these registers.
2032
2033 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
2034
2035commit 31d826722434931e1152a09d140187dcf72f8aac
2036Author: Becky Bruce <becky.bruce@freescale.com>
2037Date: Thu May 8 19:02:12 2008 -0500
2038
2039 PPC: Create and use CONFIG_HIGH_BATS
2040
2041 Change all code that conditionally operates on high bat
2042 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
2043 instead of the myriad ways this is done now. Define the option
2044 for every config for which high bats are supported (and
2045 enabled by early boot, on parts where they're not always
2046 enabled)
2047
2048 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2049
2050commit aa3b8bf9c30065bb2ea852799d32db5020598495
2051Author: Wolfgang Grandegger <wg@grandegger.com>
2052Date: Wed May 28 19:55:19 2008 +0200
2053
2054 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
2055
2056 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2057 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2058
2059commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
2060Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2061Date: Wed May 28 13:06:25 2008 -0500
2062
2063 ColdFire: Add 10 base ethernet support for mcf5445x
2064
2065 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2066 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2067
2068commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
2069Author: Jason McMullan <mcmullan@netapp.com>
2070Date: Fri May 30 00:53:38 2008 +0900
2071
2072 mips: Add an 'include/asm/errno.h', like all other architectures
2073
2074 All other u-boot architectures have an include/asm/errno.h, so
2075 this change adds it to the mips include/asm-mips headers also.
2076
2077 Stolen from Linux 2.6.25.
2078
2079 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
2080
2081commit e2ad8426624bac457acc6925b6ff408e9bf20466
2082Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2083Date: Fri May 30 00:53:38 2008 +0900
2084
2085 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
2086
2087 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2088
2089commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
2090Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2091Date: Fri May 30 00:53:38 2008 +0900
2092
2093 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
2094
2095 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2096
2097commit bf462ae450a7f2eeeddc699ed345b391e3263540
2098Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2099Date: Fri May 30 00:53:37 2008 +0900
2100
2101 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
2102
2103 No functional changes.
2104
2105 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2106
2107commit 89a1550ec6b74452274a7a23127936e2c7eec711
2108Author: Jason McMullan <mcmullan@netapp.com>
2109Date: Fri May 30 00:53:37 2008 +0900
2110
2111 mips: If CONFIG_CMD_SPI is defined, call spi_init()
2112
2113 The mips architecture currently does not call 'spi_init()' in the generic
2114 board initialization routine is CONFIG_CMD_SPI is defined.
2115
2116 This patch rectifies that problem.
2117
2118 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
2119 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2120
2121commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
2122Author: Jason McMullan <mcmullan@netapp.com>
2123Date: Fri May 30 00:53:37 2008 +0900
2124
2125 [MIPS] lib_mips/board.c: Add nand_init
2126
2127 This patch adds the standard 'nand_init()' call to the mips generic
2128 'board_init_r()' call, bringing MIPS in line with the other architectures.
2129
2130 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
2131 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2132
2133commit d6ac2ed893c2168738aee01579d6283af8d37045
2134Author: Scott Wood <scottwood@freescale.com>
2135Date: Thu May 22 10:49:46 2008 -0500
2136
2137 Remove prototypes of nand_init() in favor of including nand.h.
2138
2139 Likewise with onenand_init().
2140
2141 Signed-off-by: Scott Wood <scottwood@freescale.com>
2142
2143commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
2144Author: Scott Wood <scottwood@freescale.com>
2145Date: Thu May 22 10:49:00 2008 -0500
2146
2147 Make onenand_uboot.h self-sufficient.
2148
2149 Don't assume types are provided by previously included headers.
2150
2151 Signed-off-by: Scott Wood <scottwood@freescale.com>
2152
2153commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
2154Author: Dirk Behme <dirk.behme@gmail.com>
2155Date: Wed Jan 16 14:26:59 2008 +0100
2156
2157 nand: Correct NAND erase percentage output
2158
2159 For NAND erase sizes smaller than one NAND erase block, erase
2160 percentage output becomes grater than 100% e.g.
2161
2162 -- cut --
2163 > nand info
2164 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
2165 > nand erase 0x100000 0x2000
2166 NAND erase: device 0 offset 0x100000, size 0x2000
2167 Erasing at 0x100000 -- 200% complete.
2168 OK
2169 >
2170 -- cut --
2171
2172 Correct this and give user a warning that more is erased than specified:
2173
2174 -- cut --
2175 > nand erase 0x100000 0x2000
2176 NAND erase: device 0 offset 0x100000, size 0x2000
2177 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
2178 Erasing 0x00004000 instead
2179 Erasing at 0x100000 -- 100% complete.
2180 OK
2181 >
2182 -- cut --
2183
2184 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
2185
2186commit 5922db6c0948506be91e0de44e7a6863a18a417f
2187Author: Stelian Pop <stelian@popies.net>
2188Date: Tue May 13 17:31:24 2008 +0200
2189
2190 Cleanup nand_info[] declaration.
2191
2192 The nand_info array is declared as extern in several .c files.
2193 Those days, nand.h contains a reference to the array, so there is
2194 no need to declare it elsewhere.
2195
2196 Signed-off-by: Stelian Pop <stelian@popies.net>
2197 Signed-off-by: Scott Wood <scottwood@freescale.com>
2198
2199commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
2200Author: Scott Wood <scottwood@freescale.com>
2201Date: Mon May 19 09:30:43 2008 -0500
2202
2203 NAND: Provide a sane default for NAND_MAX_CHIPS.
2204
2205 This allows the header to be included regardless of whether a board's
2206 config file provides NAND-related defininitions.
2207
2208 Signed-off-by: Scott Wood <scottwood@freescale.com>
2209
2210commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
2211Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2212Date: Mon May 26 12:19:10 2008 +0200
2213
2214 avr32: Fix theoretical race in udelay()
2215
2216 If the specified delay is very short, the cycle counter may go past the
2217 "end" time we are waiting for before we get around to reading it.
2218
2219 Fix it by checking the different between the cycle count "now" and the
2220 cycle count at the beginning. This will work as long as the delay
2221 measured in number of cycles is below 2^31.
2222
2223 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2224
2225commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
2226Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2227Date: Wed May 21 13:01:09 2008 +0200
2228
2229 avr32: Compile atmel_mci.o conditionally
2230
2231 Remove #ifdef CONFIG_MMC from the source file and use conditional
2232 compilation in the Makefile instead.
2233
2234 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2235
2236commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
2237Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2238Date: Thu May 22 12:28:25 2008 +0200
2239
2240 avr32: Fix wrong error flags in atmel_mci driver
2241
2242 Make sure we check for CRC errors when sending commands that use CRC
2243 checking.
2244
2245 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2246 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2247
2248commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
2249Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2250Date: Wed May 21 11:10:59 2008 +0200
2251
2252 avr32: Fix two warnings in atmel_mci.c
2253
2254 The warnings are harmless but annoying. Let's fix them.
2255
2256 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2257
2258commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
2259Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2260Date: Mon May 19 11:36:28 2008 +0200
2261
2262 avr32: Rework SDRAM initialization code
2263
2264 This cleans up the SDRAM initialization and related code a bit, and
2265 allows faster booting.
2266
2267 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
2268 * Remove memory test from sdram_init() and make caller responsible
2269 for verifying the SDRAM and determining its size.
2270 * Remove base_address member from struct sdram_config (was sdram_info)
2271 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
2272 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
2273
2274 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2275
2276commit 95107b7c028806919630bf02c653aa8f4f867c94
2277Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2278Date: Mon May 19 11:27:37 2008 +0200
2279
2280 avr32: Do stricter stack checking in the exception handler
2281
2282 Don't do a stack dump if the stack pointer is outside the memory area
2283 reserved for stack.
2284
2285 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2286
2287commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
2288Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2289Date: Fri May 2 15:32:57 2008 +0200
2290
2291 avr32: Use the same entry point for reset and exception handling
2292
2293 Since the reset vector is always aligned to a very large boundary, we
2294 can save a couple of KB worth of alignment padding by placing the
2295 exception vectors at the same address.
2296
2297 Deciding which one it is is easy: If we're handling an exception, the
2298 CPU is in Exception mode. If we're starting up after reset, the CPU is
2299 in Supervisor mode. So this adds a very minimal overhead to the reset
2300 path (only executed once) and the exception handling path (normally
2301 never executed at all.)
2302
2303 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2304
2305commit 0c16eed2189a190bd5655b33c029f809a9b31128
2306Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2307Date: Fri May 2 15:24:22 2008 +0200
2308
2309 avr32: Put memset in its own section
2310
2311 All C code is compiled with -ffunction-sections -fdata-sections.
2312 Assembly functions should get their own sections as well so that
2313 everything looks consistent.
2314
2315 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2316
2317commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
2318Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2319Date: Fri May 2 15:21:40 2008 +0200
2320
2321 avr32: Rename pm_init() as clk_init() and make SoC-specific
2322
2323 pm_init() was always more about clock initialization than anything
2324 else. Dealing with PLLs, clock gating and such is also inherently
2325 SoC-specific, so move it into a SoC-specific directory.
2326
2327 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2328
2329commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
2330Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2331Date: Wed Apr 30 16:15:57 2008 +0200
2332
2333 avr32: Use new-style Makefile for the at32ap platform
2334
2335 This makes it easier to avoid compiling certain files later.
2336
2337 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2338
2339commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
2340Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2341Date: Wed Apr 30 14:36:47 2008 +0200
2342
2343 avr32: Remove unused file cpu/at32ap/pm.c
2344
2345 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2346
2347commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
2348Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2349Date: Wed Apr 30 14:19:28 2008 +0200
2350
2351 avr32: Clean up the HMATRIX code
2352
2353 Rework the HMATRIX configuration interface so that it becomes easier
2354 to configure the HMATRIX for boards with special needs, and add new
2355 parts.
2356
2357 The HMATRIX header file has been split into a general,
2358 chip-independent part with register definitions, etc. and a
2359 chip-specific part with SFR bitfield definitions and master/slave
2360 identifiers.
2361
2362 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2363
2364commit 0a2e48792dd372c90b80059f3235e67a567e16fc
2365Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2366Date: Thu Nov 22 12:14:11 2007 +0100
2367
2368 avr32: Add support for the ATSTK1006 board
2369
2370 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
2371 board. It's currently in production and will be available soon.
2372
2373 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2374
2375commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
2376Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2377Date: Tue Apr 29 12:53:05 2008 +0200
2378
2379 avr32: Get rid of the .flashprog section
2380
2381 The .flashprog section was only needed back when we were running
2382 directly from flash, and it's even more useless on NGW100 since it
2383 uses the CFI flash driver which never used this workaround in the
2384 first place.
2385
2386 Remove it on STK1000 as well, and get rid of all the associated code and
2387 annotations.
2388
2389 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2390
2391commit cdd42c0c7a5205fc380912d83229069a71ea3abf
2392Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2393Date: Wed Apr 30 13:09:56 2008 +0200
2394
2395 avr32: Use correct condition around macb clock accessors
2396
2397 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
2398 the chip has a MACB controller, not when it has a USART.
2399
2400 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2401
2402commit f793a3581901ff39c2abb94012d9bbc8573ccf02
2403Author: David Brownell <david-b@pacbell.net>
2404Date: Wed Apr 16 22:57:58 2008 -0700
2405
2406 avr32: Disable the AP7000 internal watchdog on startup
2407
2408 This patch forces the watchdog off in all cases. That will at least
2409 get rid of the constant reboot cycle, though it won't let the watchdog
2410 actually run in the new kernels: its probe() comes up with a polite
2411 warning.
2412
2413 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2414
2415commit 55ac7a7490b55da56659f95d82a0c83b9756df27
2416Author: David Brownell <david-b@pacbell.net>
2417Date: Fri Feb 22 12:54:39 2008 -0800
2418
2419 avr32: stk1002 and ngw100 convergence
2420
2421 Make STK1002 and NGW100 boards act more alike:
2422 - STK boards can use as many arguments as NGW
2423 - STK boards don't need to manage FPGAs either
2424 - NGW commands should match STK ones
2425
2426 Also spell U-Boot right in prompts for STK1002 and NGW100.
2427
2428 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2429 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
2430 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2431
2432commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
2433Author: Sergei Poselenov <sposelenov@emcraft.com>
2434Date: Tue May 27 13:47:00 2008 +0200
2435
2436 Socrates: Fix PCI bus frequency report
2437
2438 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2439
2440commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
2441Author: Sergei Poselenov <sposelenov@emcraft.com>
2442Date: Tue May 27 11:49:13 2008 +0200
2443
2444 Socrates: Added USB support.
2445
2446 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2447
2448commit 5a904e5637cff1d708dc67098004f83ba9e84c54
2449Author: Sergei Poselenov <sposelenov@emcraft.com>
2450Date: Tue May 27 11:35:02 2008 +0200
2451
2452 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
2453
2454 In case of several PCI USB controllers on a board this variable
2455 specifys which controller to use.
2456 See doc/README.generic_usb_ohci for details.
2457
2458 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2459
2460commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
2461Author: Sergei Poselenov <sposelenov@emcraft.com>
2462Date: Tue May 27 10:36:07 2008 +0200
2463
2464 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
2465
2466 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2467
2468commit 83e9d7a2614d4006b92690afa3390c291734267e
2469Author: Sergei Poselenov <sposelenov@emcraft.com>
2470Date: Mon May 26 18:16:04 2008 +0200
2471
2472 Socrates: Config file cleanup.
2473
2474 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2475
2476commit 602cac1389b755b223272f2328a47e6f8c240848
2477Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2478Date: Sat May 24 12:47:46 2008 +0200
2479
2480 MAKEALL: add at91 list
2481
2482 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2483
2484commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
2485Author: Ron Madrid <ron_madrid@sbcglobal.net>
2486Date: Fri May 23 15:37:05 2008 -0700
2487
2488 Add Marvell 88E1118 support for TSEC
2489
2490 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
2491 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2492
2493commit 557b377d8bfc8b833b6e749457bcdfa298331a24
2494Author: Jens Gehrlein <sew_s@tqs.de>
2495Date: Mon May 5 14:06:11 2008 +0200
2496
2497 smc911x: add 16 bit support
2498
2499 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
2500 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2501
2502commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
2503Author: Christian Eggers <ceggers@gmx.de>
2504Date: Wed May 21 22:12:00 2008 +0200
2505
2506 USB: replace old swap_ with proper endianess conversion macros
2507
2508 Signed-off-by: Christian Eggers <ceggers@gmx.de>
2509 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2510
2511commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
2512Author: Christian Eggers <ceggers@gmx.de>
2513Date: Wed May 21 21:29:10 2008 +0200
2514
2515 Fix endianess conversion in usb_ohci.c
2516
2517 Signed-off-by: Christian Eggers <ceggers@gmx.de>
2518 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2519
2520commit 477434c63c2ea5baa5c6c4e43500786f436511ff
2521Author: Sergei Poselenov <sposelenov@emcraft.com>
2522Date: Thu May 22 01:15:53 2008 +0200
2523
2524 USB: add support for multiple PCI OHCI controllers
2525
2526 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
2527 In case of several PCI USB controllers on a board this variable
2528 specifys which controller to use.
2529
2530 Also add USB support for sokrates board.
2531
2532 See doc/README.generic_usb_ohci for details.
2533
2534 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2535 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2536
2537commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
2538Author: Wolfgang Denk <wd@denx.de>
2539Date: Wed May 21 16:56:08 2008 +0200
2540
2541 Fix some whitespace issues
2542
2543 introduced by 53677ef18 "Big white-space cleanup."
2544
2545 Signed-off-by: Wolfgang Denk <wd@denx.de>
2546
2547commit 4416603aeb06861b468b06a981e52c3ff805db7b
2548Author: York Sun <yorksun@freescale.com>
2549Date: Mon May 12 14:36:39 2008 -0500
2550
2551 Make ads5121 out-of-tree compiling safe
2552
2553 Reuse the existing DIU driver in board/freescale/common.
2554
2555 Signed-off-by: York Sun <yorksun@freescale.com>
2556
2557commit 0e1bad47cd345c76c91a64caf41011e431b62599
2558Author: York Sun <yorksun@freescale.com>
2559Date: Mon May 5 10:20:01 2008 -0500
2560
2561 Adding DIU support for Freescale 5121ADS
2562
2563 Add DIU and cfb console support to FSL 5121ADS board.
2564
2565 Use #define CONFIG_VIDEO in config file to enable fb console.
2566
2567 Signed-off-by: York Sun <yorksun@freescale.com>
2568
2569commit a48ff68d235e671176f6b496c44246dbe5e0a93f
2570Author: York Sun <yorksun@freescale.com>
2571Date: Mon May 5 10:20:00 2008 -0500
2572
2573 Replace DPRINTF with debug
2574
2575 Remove DPRINTF macro and replace it with generic debug macro.
2576
2577 Signed-off-by: York Sun <yorksun@freescale.com>
2578
2579commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
2580Author: York Sun <yorksun@freescale.com>
2581Date: Mon May 5 10:19:59 2008 -0500
2582
2583 Move pixel clock setting to board file
2584
2585 The clock divider has different format in 5121 and 8610. This patch moves it to
2586 board specific code.
2587
2588 Signed-off-by: York Sun <yorksun@freescale.com>
2589
2590commit 53677ef18e25c97ac613349087c5cb33ae5a2741
2591Author: Wolfgang Denk <wd@denx.de>
2592Date: Tue May 20 16:00:29 2008 +0200
2593
2594 Big white-space cleanup.
2595
2596 This commit gets rid of a huge amount of silly white-space issues.
2597 Especially, all sequences of SPACEs followed by TAB characters get
2598 removed (unless they appear in print statements).
2599
2600 Also remove all embedded "vim:" and "vi:" statements which hide
2601 indentation problems.
2602
2603 Signed-off-by: Wolfgang Denk <wd@denx.de>
2604
2605commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
2606Author: Sergei Poselenov <sposelenov@emcraft.com>
2607Date: Thu May 8 17:46:23 2008 +0200
2608
2609 socrates: fix second TSEC configuration (it is actually TSEC3)
2610
2611 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2612
2613commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
2614Author: Sergei Poselenov <sposelenov@emcraft.com>
2615Date: Thu May 8 14:17:08 2008 +0200
2616
2617 Fixed reset for socrates
2618
2619 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2620
2621commit e18575d5f589a62e19c70d471d4b4e27cad3af56
2622Author: Sergei Poselenov <sposelenov@emcraft.com>
2623Date: Wed May 7 15:10:49 2008 +0200
2624
2625 socrates: changes to support FDT
2626
2627 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2628 Signed-off-by: Wolfgang Denk <wd@denx.de>
2629
2630commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
2631Author: Sergei Poselenov <sposelenov@emcraft.com>
2632Date: Wed Apr 30 11:42:50 2008 +0200
2633
2634 Initial support for "Socrates" board
2635
2636 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2637
2638commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
2639Author: Yuri Tikhonov <yur@emcraft.com>
2640Date: Thu May 8 15:46:42 2008 +0200
2641
2642 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
2643
2644 This way we become able to utilize the full post_log_word for POST
2645 activities (overwise, POST ECC, which has 0x8000 ID, could be
2646 erroneously treated as started in post_output_backlog() even if there
2647 was actually no POST ECC run (because of OCM POST failure, for
2648 example).
2649
2650 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2651
2652commit 7845d49094c81321021b50a4dbb8864d2f3777e4
2653Author: Yuri Tikhonov <yur@emcraft.com>
2654Date: Thu May 8 15:46:02 2008 +0200
2655
2656 POST: mark OCM test as POST_STOP
2657
2658 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2659
2660commit 28a385065882d6cb6ac5f443311ff87887ed7c13
2661Author: Yuri Tikhonov <yur@emcraft.com>
2662Date: Thu May 8 15:45:26 2008 +0200
2663
2664 POST: add POST_STOP flag
2665
2666 Don't run futher tests in case of a test fails that is marked as
2667 POST_STOP.
2668
2669 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2670 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2671
2672commit a525145d8110d15b4389d23c3ea8a78f22509d3f
2673Author: Yuri Tikhonov <yur@emcraft.com>
2674Date: Thu May 8 15:44:16 2008 +0200
2675
2676 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
2677
2678 Switch the OCM testid with the codec one. The reason is that current
2679 implementation requires the POST_ROM testid to fit into lower 16
2680 bits, and the codec test will never run with POST_ROM hopefully.
2681
2682 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2683
2684commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
2685Author: Yuri Tikhonov <yur@emcraft.com>
2686Date: Thu May 8 15:43:28 2008 +0200
2687
2688 lwmon5: enable OCM post test on lwmon5 board
2689
2690 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2691
2692commit 6e8ec682268493b8d098f99e17b1ce71b4448977
2693Author: Yuri Tikhonov <yur@emcraft.com>
2694Date: Thu May 8 15:42:47 2008 +0200
2695
2696 POST: OCM test added.
2697
2698 Added OCM test to POST layer. This version runs before all other tests
2699 but doesn't yet interrupt post sequence on failure.
2700
2701 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2702 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2703
2704commit 6891260bdd935a382c95d9fa333922b0dfded68a
2705Author: Yuri Tikhonov <yur@emcraft.com>
2706Date: Thu May 8 15:40:39 2008 +0200
2707
2708 POST: typo fix
2709
2710 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2711
2712commit 727f63334676e760877d43bfb8f0e9331ac8b101
2713Author: Hebbar <gururajakr@sanyo.co.in>
2714Date: Tue May 20 02:16:36 2008 -0700
2715
2716 common/usb.c: fix incorrect escape sequence
2717
2718 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
2719
2720commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
2721Author: York Sun <yorksun@freescale.com>
2722Date: Thu May 15 15:26:27 2008 -0500
2723
2724 Fix 8313ERDB board configuration
2725
2726 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
2727 Correct TSEC1 vs TSEC2 assignment.
2728 Define ETHADDR and ETH1ADDR always.
2729
2730 Signed-off-by: York Sun <yorksun@freescale.com>
2731 Signed-off-by: Timur Tabi <timur@freescale.com>
2732
2733commit 2c289e320dcfb3760e99cf1d765cb067194a1202
2734Author: Jon Loeliger <jdl@freescale.com>
2735Date: Mon May 19 09:47:25 2008 -0500
2736
2737 mpc86xx: Removed unused and unconfigured memory test code.
2738
2739 Besides, other common code exists.
2740
2741 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2742
2743commit 180a90abdae72587c0f679edf8991455e559440d
2744Author: Wolfgang Denk <wd@denx.de>
2745Date: Mon May 19 12:47:11 2008 +0200
2746
2747 Release v1.3.3
2748
2749 Update CHANGELOG for release.
2750
2751 Signed-off-by: Wolfgang Denk <wd@denx.de>
2752
180a90ab
WD
2753commit 16bedc661de0dae767b1377d8413373a3fbcfa79
2754Author: Stefan Roese <sr@denx.de>
2755Date: Mon May 19 07:14:38 2008 +0200
2756
2757 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
2758
2759 When SATA is selected (via jumper J6) we need to disable the first PCIe
2760 node in the device tree, so that Linux doesn't initialize it. Otherwise
2761 the Linux SATA driver will fail to detect the devices.
2762
2763 The same goes the other way around too. So if PCIe is selected we need
2764 to disable the SATA node in the device tree.
2765
2766 This is because PCIe port 0 and SATA on 460EX share the same pins
2767 (multiplexed) and we have to configure in U-Boot which peripheral is
2768 enabled.
2769
2770 Signed-off-by: Stefan Roese <sr@denx.de>
2771
2772commit 3cc27b426aeefe2930f911692e9df3143fb2565f
2773Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2774Date: Sun May 18 19:09:58 2008 +0200
2775
2776 i386: Fix multiple definitions of __show_boot_progress
2777
2778 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2779
2780commit 311f3446930c1e64c12026c1cfd00500b05be52d
2781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2782Date: Sun May 18 19:09:57 2008 +0200
2783
2784 sc530_spunk: add missing SOBJS entry
2785
2786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2787
2788commit a559317143b4f95927b08cd388707e6f077e95fa
2789Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2790Date: Sun May 18 19:09:56 2008 +0200
2791
2792 sc520_spunk: Fix flash
2793
2794 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
2795 flash.c:398: error: label at end of compound statement
2796
2797 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2798
2799commit 91f221317af64191ee8caf303ea9305943158691
2800Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2801Date: Sun May 18 19:09:49 2008 +0200
2802
2803 drivers/pcmcia: add missing i82365
2804
2805 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2806
2807commit dd223944132f97ffa52977ea95e5a52428f5cc2f
2808Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2809Date: Sun May 18 19:09:47 2008 +0200
2810
2811 i386/bootm: remove unused var
2812
2813 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2814
2815commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
2816Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2817Date: Sun May 18 19:09:45 2008 +0200
2818
2819 example/gitignore: update with all generated examples
2820
2821 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2822
2823commit a38dc3ea8614f8b0c41e432b445a9959b9711295
2824Author: Wolfgang Denk <wd@denx.de>
2825Date: Thu May 15 00:42:45 2008 +0200
2826
2827 TQM8272: fix out-of-tree building
2828
2829 ...and add to MAKEALL script
2830
2831 Signed-off-by: Wolfgang Denk <wd@denx.de>
2832
2833commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
2834Author: Wolfgang Denk <wd@denx.de>
2835Date: Wed May 14 23:34:53 2008 +0200
2836
2837 environment: fix bug introduced by commit a8409f4f1ac8
2838
2839 env_get_char is not a function, but a pointer to one.
2840
2841 Signed-off-by: Wolfgang Denk <wd@denx.de>
2842
01db232d
WD
2843commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
2844Author: Gary Jennejohn <garyj@denx.de>
2845Date: Wed May 14 13:39:22 2008 +0200
2846
2847 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
2848
2849 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
2850 use a redundant environment.
2851
2852 Signed-off-by: Gary Jennejohn <garyj@denx.de>
2853
180a90ab
WD
2854commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
2855Author: Wolfgang Denk <wd@denx.de>
2856Date: Wed May 14 13:55:30 2008 +0200
2857
2858 Fix config files for out-of-tree building
2859
2860 Several board/<...>/config.mk files include dynamically built (by
2861 the Makefile) config files but used the wrong file name of
2862 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
2863 instead if the correct
2864 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
2865
2866 The bug is nasty because the build result is correct for the (normal)
2867 in-tree builds, and because 'sinclude' is used no errors get raised
2868 even for out-of-tree build tests. But out-of-tree builds use an
2869 incomplete and thus usually incorrect configuration...
2870
2871 Signed-off-by: Wolfgang Denk <wd@denx.de>
2872
2873commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
2874Author: Stefan Roese <sr@denx.de>
2875Date: Wed May 14 13:40:03 2008 +0200
2876
2877 ppc4xx: Fix bogus Canyonlands config.mk
2878
2879 This patch fixes the canyonlands config.mk file to enable correct
2880 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
2881
2882 Signed-off-by: Stefan Roese <sr@denx.de>
2883
2884commit fdd1247a66d788a3446244f6fde9955a93c26322
2885Author: Stefan Roese <sr@denx.de>
2886Date: Wed May 14 10:32:32 2008 +0200
2887
2888 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
2889
2890 Canyonlands has a file ddr2_fixed.c which needs special treatment when
2891 building in separate directory. It has to be linked to build directory
2892 otherwise it is not seen.
2893
2894 Signed-off-by: Stefan Roese <sr@denx.de>
2895
2896commit a8409f4f1ac84c36273c1a1e341189662521bcfb
2897Author: Wolfgang Denk <wd@denx.de>
2898Date: Wed May 14 12:22:49 2008 +0200
2899
2900 environment: cleanup prototype declarations of env functions.
2901
2902 Signed-off-by: Wolfgang Denk <wd@denx.de>
2903
2904commit cf39b07948015c480b72a6e732cf7d839aa93a9e
2905Author: Wolfgang Denk <wd@denx.de>
2906Date: Wed May 14 12:21:48 2008 +0200
2907
2908 linkstation_HGLAN: Fix out of tree building.
2909
2910 Signed-off-by: Wolfgang Denk <wd@denx.de>
2911
2912commit 085551c05ca09e6c491ea11a1c6727a36776a545
2913Author: Stefan Roese <sr@denx.de>
2914Date: Wed May 14 10:32:32 2008 +0200
2915
2916 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
2917
2918 Canyonlands has a file ddr2_fixed.c which needs special treatment when
2919 building in separate directory. It has to be linked to build directory
2920 otherwise it is not seen.
2921
2922 Signed-off-by: Stefan Roese <sr@denx.de>
2923
2924commit 1510b82d50615f344e89d42533e8224cce067dc0
2925Author: Wolfgang Denk <wd@denx.de>
2926Date: Tue May 13 23:15:52 2008 +0200
2927
2928 Makefile: fix "error: version_autogenerated.h: No such file or directory"
2929
2930 Signed-off-by: Wolfgang Denk <wd@denx.de>
2931
01db232d
WD
2932commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
2933Author: Stelian Pop <stelian@popies.net>
2934Date: Tue May 13 17:31:24 2008 +0200
2935
2936 Cleanup nand_info[] declaration.
2937
2938 The nand_info array is declared as extern in several .c files.
2939 Those days, nand.h contains a reference to the array, so there is
2940 no need to declare it elsewhere.
2941
2942 Signed-off-by: Stelian Pop <stelian@popies.net>
2943 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2944
180a90ab
WD
2945commit 70fab1908fc1734a403711eaabbef546bc4b77dc
2946Author: Stefan Roese <sr@denx.de>
2947Date: Tue May 13 20:22:01 2008 +0200
2948
2949 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
2950
2951 Signed-off-by: Stefan Roese <sr@denx.de>
2952
2953commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
2954Author: Wolfgang Denk <wd@denx.de>
2955Date: Mon May 12 01:11:21 2008 +0200
2956
2957 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
2958
2959 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
2960 which broke many PowerPC boards.
2961
2962commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
2963Author: Wolfgang Denk <wd@denx.de>
2964Date: Mon May 12 00:56:28 2008 +0200
2965
2966 Revert "Avoid initrd and logbuffer area overlaps"
2967
2968 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
2969 which breaks building on all PPC boards that don't use a log buffer.
2970
2971commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
2972Author: Nick Spence <nick.spence@freescale.com>
2973Date: Sat May 10 14:02:04 2008 -0700
2974
2975 Fix offset calculation for multi-type legacy images.
2976
2977 Calculation of tail was incorrect when size % 4 == 0.
2978
2979 New code removes the conditional and does the same thing but with arithmetic
2980
2981 Signed-off-by: Nick Spence <nick.spence@freescale.com>
2982
2983commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
2984Author: Wolfgang Denk <wd@denx.de>
2985Date: Mon May 12 00:40:58 2008 +0200
2986
2987 Revert "Change env_get_char from a global function ptr to a function."
2988
2989 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
2990 which is known to break booting from dataflash and NAND.
2991
2992commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
2993Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2994Date: Sun May 11 23:13:57 2008 +0200
2995
2996 API: remove duplicate syscall check
2997
2998 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2999
01db232d
WD
3000commit 67e3beb52c320b0a31cf030716c99392cde2d532
3001Author: Stelian Pop <stelian@popies.net>
3002Date: Fri May 9 21:46:51 2008 +0200
3003
3004 AT91: Cleanup unused config header file definitions.
3005
3006 CONFIG_ENV_OVERWRITE is commented out in the config header files,
3007 so let's cleanup the files by removing the whole definition.
3008
3009 Signed-off-by: Stelian Pop <stelian@popies.net>
3010 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3011
3012commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
3013Author: Stelian Pop <stelian@popies.net>
3014Date: Thu May 8 14:52:34 2008 +0200
3015
3016 Support AT91CAP9 revC CPUs
3017
3018 The AT91CAP9 revC CPU has a few differences over the previous,
3019 revB CPU which was distributed in small quantities only (revA was
3020 an internal Atmel product only).
3021
3022 The revC silicon needs a special initialisation sequence to
3023 switch from the internal (imprecise) RC oscillator to the
3024 external 32k clock.
3025
3026 Signed-off-by: Stelian Pop <stelian@popies.net>
3027 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3028
3029commit 098b7b4b441b12c2a64dd517930f43c793542759
3030Author: Stelian Pop <stelian@popies.net>
3031Date: Thu May 8 14:52:33 2008 +0200
3032
3033 Use custom logo for Atmel boards
3034
3035 This patch adds a custom vendor logo for the Atmel AT91 boards.
3036
3037 Signed-off-by: Stelian Pop <stelian@popies.net>
3038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3039
3040commit 761c70b80cdd3bead40146b96a8e713d6ae01632
3041Author: Stelian Pop <stelian@popies.net>
3042Date: Thu May 8 14:52:32 2008 +0200
3043
3044 AT91SAM9RLEK: hook up the ATMEL LCD driver
3045
3046 This patch makes the necessary adaptations (PIO configurations and
3047 defines in config header file) to hook up the Atmel LCD driver to the
3048 AT91SAM9RLEK board.
3049
3050 Signed-off-by: Stelian Pop <stelian@popies.net>
3051 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3052
3053commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
3054Author: Stelian Pop <stelian@popies.net>
3055Date: Thu May 8 14:52:31 2008 +0200
3056
3057 AT91SAM9263EK: hook up the ATMEL LCD driver
3058
3059 This patch makes the necessary adaptations (PIO configurations and
3060 defines in config header file) to hook up the Atmel LCD driver to the
3061 AT91SAM9263EK board.
3062
3063 Signed-off-by: Stelian Pop <stelian@popies.net>
3064 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3065
3066commit 820f2a958325061a446115f3035e48e4726b3390
3067Author: Stelian Pop <stelian@popies.net>
3068Date: Thu May 8 14:52:30 2008 +0200
3069
3070 AT91SAM9261EK: hook up the ATMEL LCD driver
3071
3072 This patch makes the necessary adaptations (PIO configurations and
3073 defines in config header file) to hook up the Atmel LCD driver to the
3074 AT91SAM9261EK board.
3075
3076 Signed-off-by: Stelian Pop <stelian@popies.net>
3077 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3078
3079commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
3080Author: Stelian Pop <stelian@popies.net>
3081Date: Thu May 8 14:52:29 2008 +0200
3082
3083 AT91CAP9ADK: hook up the ATMEL LCD driver
3084
3085 This patch makes the necessary adaptations (PIO configurations and
3086 defines in config header file) to hook up the Atmel LCD driver to the
3087 AT91CAP9ADK board.
3088
3089 Signed-off-by: Stelian Pop <stelian@popies.net>
3090 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3091
3092commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
3093Author: Stelian Pop <stelian@popies.net>
3094Date: Fri May 9 21:57:18 2008 +0200
3095
3096 Add ATMEL LCD driver
3097
3098 This patch adds support for the ATMEL LCDC driver which is used on some
3099 AT91 and AVR platforms.
3100
3101 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
3102 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
3103
3104 Signed-off-by: Stelian Pop <stelian@popies.net>
3105 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3106
3107commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
3108Author: Stelian Pop <stelian@popies.net>
3109Date: Thu May 8 18:52:25 2008 +0200
3110
3111 AT91SAM9RLEK support
3112
3113 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
3114 board.
3115
3116 Signed-off-by: Stelian Pop <stelian@popies.net>
3117 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3118
3119commit 8e429b3eee23927c1222679f6b6f53667b21595c
3120Author: Stelian Pop <stelian@popies.net>
3121Date: Thu May 8 18:52:23 2008 +0200
3122
3123 AT91SAM9263EK support
3124
3125 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
3126 board.
3127
3128 Signed-off-by: Stelian Pop <stelian@popies.net>
3129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3130
3131commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
3132Author: Stelian Pop <stelian@popies.net>
3133Date: Thu May 8 20:52:22 2008 +0200
3134
3135 AT91SAM9261EK support
3136
3137 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
3138 board.
3139
3140 Signed-off-by: Stelian Pop <stelian@popies.net>
3141 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3142
3143commit 86c8c8a414988c50104a3b02c29f50af2be738c0
3144Author: Stelian Pop <stelian@popies.net>
3145Date: Thu May 8 20:52:21 2008 +0200
3146
3147 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
3148
3149 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
3150 in order to cope with the changes in DataFlash partitionning scheme
3151 (cset c3a60cb3).
3152
3153 Signed-off-by: Stelian Pop <stelian@popies.net>
3154 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3155
3156commit 96996ac25d5222611a8888968db6e53a6d3726da
3157Author: Stelian Pop <stelian@popies.net>
3158Date: Thu May 8 20:52:20 2008 +0200
3159
3160 AT91SAM9260EK: Normalize BOOTARGS
3161
3162 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
3163 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
3164 variable.
3165
3166 Signed-off-by: Stelian Pop <stelian@popies.net>
3167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3168
3169commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
3170Author: Stelian Pop <stelian@popies.net>
3171Date: Thu May 8 20:52:19 2008 +0200
3172
3173 AT91SAM9260EK: Normalize SPI timings
3174
3175 This patch changes the SPI timings to closely match the ones
3176 used by the Linux kernel and the Atmel's own bootstrap project.
3177
3178 Signed-off-by: Stelian Pop <stelian@popies.net>
3179 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3180
3181commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
3182Author: Stelian Pop <stelian@popies.net>
3183Date: Thu May 8 20:52:18 2008 +0200
3184
3185 AT91SAM9260EK: Handle 8 or 16 bit NAND
3186
3187 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
3188 makes the support configurable in the board config header file
3189 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
3190
3191 Signed-off-by: Stelian Pop <stelian@popies.net>
3192 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3193
3194commit ab52640fc01624e208424e527af0b7b3a5a65a12
3195Author: Stelian Pop <stelian@popies.net>
3196Date: Thu May 8 20:52:17 2008 +0200
3197
3198 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
3199
3200 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
3201 in order to cope with the changes in DataFlash partitionning scheme
3202 (cset c3a60cb3).
3203
3204 Signed-off-by: Stelian Pop <stelian@popies.net>
3205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3206
3207commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
3208Author: Stelian Pop <stelian@popies.net>
3209Date: Thu May 8 20:52:16 2008 +0200
3210
3211 AT91CAP9ADK: Normalize BOOTARGS
3212
3213 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
3214 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
3215 variable.
3216
3217 Signed-off-by: Stelian Pop <stelian@popies.net>
3218 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3219
3220commit 93da48b910511911ce110656e17ed733c8ac4c45
3221Author: Stelian Pop <stelian@popies.net>
3222Date: Thu May 8 20:52:15 2008 +0200
3223
3224 AT91CAP9ADK: Normalize SPI timings
3225
3226 This patch changes the SPI timings to closely match the ones
3227 used by the Linux kernel and the Atmel's own bootstrap project.
3228
3229 Signed-off-by: Stelian Pop <stelian@popies.net>
3230 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3231
3232commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
3233Author: Stelian Pop <stelian@popies.net>
3234Date: Thu May 8 20:52:14 2008 +0200
3235
3236 AT91CAP9ADK: Handle 8 or 16 bit NAND
3237
3238 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
3239 makes the support configurable in the board config header file
3240 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
3241
3242 Signed-off-by: Stelian Pop <stelian@popies.net>
3243 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3244
3245commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
3246Author: Stelian Pop <stelian@popies.net>
3247Date: Thu May 8 20:52:13 2008 +0200
3248
3249 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
3250
3251 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
3252 below avoids the duplication of u-boot.lds by putting the file in the
3253 cpu directory instead of the board one.
3254
3255 Signed-off-by: Stelian Pop <stelian@popies.net>
3256 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3257
3258commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
3259Author: Stelian Pop <stelian@popies.net>
3260Date: Thu May 8 20:52:12 2008 +0200
3261
3262 Add proper copyright notices in Atmel boards Makefiles
3263
3264 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
3265 copyright notice. This patch adds the missing pieces.
3266
3267 Signed-off-by: Stelian Pop <stelian@popies.net>
3268 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3269
3270commit e817a042cef6164bf26fee86f90326f2ec9e6745
3271Author: Stelian Pop <stelian@popies.net>
3272Date: Thu May 8 20:52:11 2008 +0200
3273
3274 Add copyright information in Atmel boards partition.c
3275
3276 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
3277 the new created files. This patch fixes the problem.
3278
3279 Signed-off-by: Stelian Pop <stelian@popies.net>
3280 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3281
3282commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
3283Author: Stelian Pop <stelian@popies.net>
3284Date: Thu May 8 20:52:10 2008 +0200
3285
3286 Update origin and copyright information in arch-at91sam9 header files
3287
3288 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
3289 copied from the Linux kernel sources. This patch explicitly specifies
3290 this origin for all the copied headers, and for those missing copyright
3291 information, adds it.
3292
3293 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
3294 in the latest kernel sources by 'at91sam9_smc.h'.
3295
3296 The copyright information has been confirmed by the AT91 Linux kernel
3297 maintainer, Andrew Victor <avictor.za@gmail.com>.
3298
3299 Signed-off-by: Stelian Pop <stelian@popies.net>
3300 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3301
180a90ab
WD
3302commit 79dd1712689d6a5031d7cbff54957049680751c7
3303Author: Markus Klotzbücher <mk@denx.de>
3304Date: Thu May 8 16:00:55 2008 +0200
3305
3306 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
3307
3308 When using dhcp/bootp the "netmask" environment variable is not set
3309 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
3310 desireable, so the following patch adds this this option to the board
3311 config.
3312
3313 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
3314 Signed-off-by: Stefan Roese <sr@denx.de>
3315
3316commit 869d14b4cc2e47de2ddcb117bad0407a44436684
3317Author: Stefan Roese <sr@denx.de>
3318Date: Sat May 10 10:30:36 2008 +0200
3319
3320 ppc4xx: Update Makalu defconfig to use device-tree booting as default
3321
3322 This patch reworks the default environment on Makalu. Now "net_nfs" for
3323 example uses the device-tree style booting formerly know as "net_nfs_fdt".
3324 Also the addresses in RAM were changed because of the new image booting
3325 support, which check for image overwriting. So the addresses needed to
3326 get adjusted.
3327
3328 Signed-off-by: Stefan Roese <sr@denx.de>
3329
3330commit f3612a7b199cab3942f60d9c1392eb39d58cc699
3331Author: Becky Bruce <bgill@freescale.com>
3332Date: Wed May 7 13:28:16 2008 -0500
3333
3334 PPC: fix map_physmem build warning
3335
3336 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
3337 enabled. This quiets the warning.
3338
3339 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
3340
3341commit 36f32675f40292002ee1fed252c180a43022d2d4
3342Author: Becky Bruce <bgill@freescale.com>
3343Date: Wed May 7 13:24:57 2008 -0500
3344
3345 Update pci code to use phys_addr_t
3346
3347 Physical addrs need to be represented by phys_addr_t, not
3348 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
3349 are going to fail mightily.
3350
3351 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3352
3353commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
3354Author: Nick Spence <nick.spence@freescale.com>
3355Date: Thu May 8 22:32:22 2008 -0700
3356
3357 Support legacy multi-type images without FDT section.
3358
3359 This patch enables legacy multi-type images containing only a Linux kernel
3360 and root file system to be loaded, maintaining compatibility with previous
3361 versions of u-boot.
3362
3363 This is required when using old image files such as a Linux 2.4 kernel /
3364 filesystem.
3365
3366 Signed-off-by: Nick Spence <nick.spence@freescale.com>
3367 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
3368
3369commit 881031d9732783b7aeae2198fc7eb480ae8974a6
3370Author: Wolfgang Denk <wd@denx.de>
3371Date: Sat May 10 00:38:02 2008 +0200
3372
3373 Update CHANGELOG.
3374
3375 Signed-off-by: Wolfgang Denk <wd@denx.de>
3376
881031d9
WD
3377commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
3378Author: Wolfgang Denk <wd@denx.de>
3379Date: Sat May 10 00:36:09 2008 +0200
3380
3381 post/cpu/ppc4xx/Makefile: line length cleanup
3382
3383 Signed-off-by: Wolfgang Denk <wd@denx.de>
3384
3385commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
3386Author: Stelian Pop <stelian@popies.net>
3387Date: Thu May 8 22:52:09 2008 +0200
3388
3389 Fix @ -> <at> substitution
3390
3391 When applying the AT91CAP9 patches upstream, something transformed
3392 the '@' character into the ' <at> ' sequence.
3393
3394 The patch below restores the original form in all the places where
3395 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
3396 were copied from AT91CAP9, and a couple of other files where the
3397 ' <at> ' sequence was present).
3398
3399 Signed-off-by: Stelian Pop <stelian@popies.net>
3400
3401commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
3402Author: Stelian Pop <stelian@popies.net>
3403Date: Thu May 8 22:52:10 2008 +0200
3404
3405 Update origin and copyright information in arch-at91sam9 header files
3406
3407 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
3408 copied from the Linux kernel sources. This patch explicitly specifies
3409 this origin for all the copied headers, and for those missing copyright
3410 information, adds it.
3411
3412 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
3413 in the latest kernel sources by 'at91sam9_smc.h'.
3414
3415 The copyright information has been confirmed by the AT91 Linux kernel
3416 maintainer, Andrew Victor <avictor.za@gmail.com>.
3417
3418 Signed-off-by: Stelian Pop <stelian@popies.net>
3419
3420commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
3421Author: Stelian Pop <stelian@popies.net>
3422Date: Thu May 8 22:52:11 2008 +0200
3423
3424 Add copyright information in Atmel boards partition.c
3425
3426 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
3427 the new created files. This patch fixes the problem.
3428
3429 Signed-off-by: Stelian Pop <stelian@popies.net>
3430
3431commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
3432Author: Guennadi Liakhovetski <lg@denx.de>
3433Date: Thu May 8 10:09:27 2008 +0200
3434
3435 mx31ads: fix 32kHz clock handling
3436
3437 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
3438 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
3439 Also fix a typo when verifying a jumper configuration. While at it, make
3440 two needlessly global functions static.
3441
3442 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3443
3444commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
3445Author: Marian Balakowicz <m8@semihalf.com>
3446Date: Wed May 7 13:10:04 2008 +0200
3447
3448 Avoid initrd and logbuffer area overlaps
3449
3450 Add logbuffer to reserved LMB areas to prevent initrd allocation
3451 from overlaping with it.
3452
3453 Make sure to use correct logbuffer base address.
3454
3455 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3456
3457commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
3458Author: Marian Balakowicz <m8@semihalf.com>
3459Date: Wed May 7 13:08:54 2008 +0200
3460
3461 ppc: Cleanup get_effective_memsize() use
3462
3463 Removed duplicated effective memory size calculation code.
3464
3465 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3466
3467commit 273c37d843d5b581090378016cd12dd9c586907b
3468Author: Marian Balakowicz <m8@semihalf.com>
3469Date: Wed May 7 09:03:53 2008 +0200
3470
3471 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
3472
3473 Recent modifcations to LOGBUFFER handling code were incorrecly
3474 introduced to fit_check_kernel() routine during
3475 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
3476 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
3477
3478 This patch cleans up this merge issue.
3479
3480 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3481
3482commit bc11756daff89a3de09ca80adac962b88cf06e6e
3483Author: Grant Erickson <gerickson@nuovations.com>
3484Date: Tue May 6 20:16:15 2008 -0700
3485
3486 Propagate Error Status to the Shell on fw_printenv Errors
3487
3488 Changed implementation such that fw_printenv returns failure status
3489 when one or more specified variables do not exist or when incorrect
3490 command syntax is used.
3491
3492 This aids scripting fw_printenv such that the script can key of the
3493 return status rather than relying on standard error "scraping".
3494
3495 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
3496 Signed-off-by: Wolfgang Denk <wd@denx.de>
3497
3498commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
3499Author: Grant Erickson <gerickson@nuovations.com>
3500Date: Tue May 6 16:18:00 2008 -0700
3501
3502 Fix Compilation Errors with 'tools/env/fw_printenv'
3503
3504 In the current top-of-tree, 1.3.3.-rc2, the optional tool
3505 'tools/env/fw_printenv' fails to compile for two reasons:
3506
3507 1) The header watchdog.h cannot be found.
3508 2) The header zlib.h is picked up from the tool chain rather than the
3509 project causing a prototype conflict for crc32.
3510
3511 This patch addresses both of these issues.
3512
3513 Platforms Tested On:
3514 - AMCC "Kilauea"
3515
3516 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
3517
3518commit 597f6c26a18b389903a64692bacbf9a1ca69355b
3519Author: James Yang <James.Yang@freescale.com>
3520Date: Mon May 5 10:22:53 2008 -0500
3521
3522 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
3523
3524 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
3525 work before relocating to RAM because command history is written into
3526 a global array that is not writable before relocation. This patch
3527 defers to the no-editing and no-history code in readline_into_buffer()
3528 if it is called before relocation.
3529
3530 Signed-off-by: James Yang <James.Yang@freescale.com>
3531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3532
3533commit 726c0f1e5f108dccea052965123b95837d2bd402
3534Author: Detlev Zundel <dzu@denx.de>
3535Date: Mon May 5 16:11:22 2008 +0200
3536
3537 cosmetic: Adjust coding style for switch statements to be consistent
3538
3539 Signed-off-by: Detlev Zundel <dzu@denx.de>
3540
3541commit 574b319512b13e10800f0045e39b993f4ca25e42
3542Author: Detlev Zundel <dzu@denx.de>
3543Date: Mon May 5 16:11:21 2008 +0200
3544
3545 Fix disk type output in disk/part.c
3546
3547 Signed-off-by: Detlev Zundel <dzu@denx.de>
3548
3549commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
3550Author: Vlad Lungu <vlad.lungu@windriver.com>
3551Date: Mon May 5 14:20:03 2008 +0300
3552
3553 Mail address change, documentation modified
3554
3555 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
3556
3557commit 4d49b28038e2819088e8356a77212fc95a89ce5a
3558Author: Michal Simek <monstr@monstr.eu>
3559Date: Sun May 4 15:42:41 2008 +0200
3560
3561 microblaze: Repare intc handling
3562
3563 Signed-off-by: Michal Simek <monstr@monstr.eu>
3564
3565commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
3566Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3567Date: Sun May 4 15:17:52 2008 +0200
3568
3569 include/gitignore: update to all architectures
3570
3571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3572
3573commit 1df368aed3b8bc240fe1595d290b0e91b22961da
3574Author: Marcel Ziswiler <marcel@ziswiler.com>
3575Date: Mon May 5 02:12:06 2008 +0200
3576
3577 ide: Remove spurious second include of io.h
3578
3579 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
3580
3581 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
3582
3583commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
3584Author: Adrian Filipi <adrian.filipi@eurotech.com>
3585Date: Tue May 6 16:46:37 2008 -0400
3586
3587 Fix some typos
3588
3589 This patch fixes three typos.
3590 The first is a repetition of CONFIG_CMD_BSP.
3591 The second makes the #endif comment match its #if.
3592 The third is a spelling error.
3593
3594 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
3595
3596commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
3597Author: Grant Erickson <gerickson@nuovations.com>
3598Date: Sun May 4 16:45:01 2008 -0700
3599
3600 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
3601
3602 Add support for the recognition of 'powerpc' as an alias for the PowerPC
3603 architecture type since Linux is already trending in that direction,
3604 preferring 'powerpc' to 'ppc'.
3605
3606 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
3607
3608commit f5a24259190c388c2527bdc49fee34577d862cc7
3609Author: Wheatley Travis <Travis.Wheatley@freescale.com>
3610Date: Fri May 2 13:35:15 2008 -0700
3611
3612 7450 and 86xx L2 cache invalidate bug corrections
3613
3614 The 7610 and related parts have an L2IP bit in the L2CR that is
3615 monitored to signal when the L2 cache invalidate is complete whereas the
3616 7450 and related parts utilize L2I for this purpose. However, the
3617 current code does not account for this difference. Additionally the 86xx
3618 L2 cache invalidate code used an "andi" instruction where an "andis"
3619 instruction should have been used.
3620
3621 This patch addresses both of these bugs.
3622
3623 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
3624 Acked-By: Jon Loeliger <jdl@freescale.com>
3625
3626commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
3627Author: Wolfgang Denk <wd@denx.de>
3628Date: Fri May 9 10:16:13 2008 +0200
3629
3630 Avoid infinite loop "Generating include/autoconf.mk"
3631
3632 Fix a bogus circular dependency that caused an infinite loop of
3633 "Generating include/autoconf.mk" again and again.
3634
3635 Signed-off-by: Wolfgang Denk <wd@denx.de>
3636
01db232d
WD
3637commit 567fb852178dbf59529d7301620a3f3732a4b02d
3638Author: Stelian Pop <stelian@popies.net>
3639Date: Thu May 8 22:52:09 2008 +0200
3640
3641 Fix @ -> <at> substitution
3642
3643 When applying the AT91CAP9 patches upstream, something transformed
3644 the '@' character into the ' <at> ' sequence.
3645
3646 The patch below restores the original form in all the places where
3647 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
3648 were copied from AT91CAP9, and a couple of other files where the
3649 ' <at> ' sequence was present).
3650
3651 Signed-off-by: Stelian Pop <stelian@popies.net>
3652 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3653
3654commit 73ccb3410a0785593cda7aee455dfc51f790e281
3655Author: Gary Jennejohn <gary.jennejohn@freenet.de>
3656Date: Mon Apr 28 14:04:32 2008 +0200
3657
3658 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
3659
3660 Signed-off-by: Gary Jennejohn <garyj@denx.de>
3661 Signed-off-by: Stefan Roese <sr@denx.de>
3662
881031d9
WD
3663commit ef2642625cbfb1c3695e3478d08ae515052a4950
3664Author: Stefan Roese <sr@denx.de>
3665Date: Thu May 8 11:10:46 2008 +0200
3666
3667 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
3668
3669 Signed-off-by: Stefan Roese <sr@denx.de>
3670
3671commit a00eccfebc954ad9485161efeca7d9aaf626d530
3672Author: Stefan Roese <sr@denx.de>
3673Date: Thu May 8 11:05:15 2008 +0200
3674
3675 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
3676
3677 This patch adds fdt (flattened device tree) support to all remaining AMCC
3678 eval boards. Most newer boards already support device tree. With this patch,
3679 all AMCC boards now enable device tree passing from U-Boot to Linux
3680 arch/powerpc kernels.
3681
3682 Signed-off-by: Stefan Roese <sr@denx.de>
3683
3684commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
3685Author: Stefan Roese <sr@denx.de>
3686Date: Thu May 8 11:01:09 2008 +0200
3687
3688 ppc4xx: Add weak default ft_board_setup() routine
3689
3690 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
3691 This routine is defined as weak and can be overwritten by a board specific
3692 one if needed.
3693
3694 Signed-off-by: Stefan Roese <sr@denx.de>
3695
3696commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
3697Author: Stefan Roese <sr@denx.de>
3698Date: Thu May 8 10:48:58 2008 +0200
3699
3700 ppc4xx: acadia: Add fdt support and fix section overlap problem
3701
3702 This patch adds fdt (flattened device tree) support to the AMCC
3703 Acadia eval board. This increases the image size and it doesn't
3704 fit anymore into 256kByte. Since we didn't want to remove features
3705 from the configuration, we decided to increase the U-Boot image size
3706 (add one flash sector).
3707
3708 Also changed the default environment definition to make it
3709 independent of such changes.
3710
3711 Signed-off-by: Stefan Roese <sr@denx.de>
3712
3713commit 4adb3023de75bc150f088c8935db340930ad38c8
3714Author: Ira Snyder <iws@ovro.caltech.edu>
3715Date: Tue Apr 29 11:18:54 2008 -0700
3716
3717 ppc4xx: Add device tree support to AMCC Yosemite
3718
3719 Add support for booting with a device tree blob. This is needed to boot
3720 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
3721 via the ethaddr variable.
3722
3723 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
3724 Signed-off-by: Stefan Roese <sr@denx.de>
3725
3726commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
3727Author: Dave Mitchell <dmitchell@amcc.com>
3728Date: Wed May 7 09:00:23 2008 -0700
3729
3730 ppc4xx: Fix typos in 460GT/EX FBDV array
3731
3732 Corrected two typos in the 460GT/EX FBDV array.
3733
3734 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
3735 Signed-off-by: Stefan Roese <sr@denx.de>
3736
3737commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
3738Author: Andy Fleming <afleming@freescale.com>
3739Date: Wed May 7 16:54:31 2008 -0500
3740
3741 85xx: Limit CPU2 workaround to parts that have the errata
3742
3743 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
3744 Signed-off-by: Andy Fleming <afleming@freescale.com>
3745
3746commit a5fe514e8ace564300d2c1d73846ddff49654243
3747Author: Lee Nipper <lee.nipper@freescale.com>
3748Date: Fri Apr 25 15:44:45 2008 -0500
3749
3750 mpc83xx: system performance settings for MPC8349EMDS.
3751
3752 These same settings are used on MPC8349ITX, and
3753 improve performance on MPC8349EMDS.
3754
3755 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
3756 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3757
3758commit 49387dba910e485640b575e920ee463b7e611dc3
3759Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3760Date: Tue May 6 13:22:52 2008 +0900
3761
3762 [MIPS] cpu/mips/cache.S: Fix build warning
3763
3764 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
3765 warns illegal global symbol references by bal (and jal also) instruction.
3766 This does not happen with the latest binutils v2.18.
3767
3768 Here's an example on gth2_config:
3769
3770 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
3771 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
3772 c -EB -c -o cache.o cache.S
3773 cache.S: Assembler messages:
3774 cache.S:243: Warning: Pretending global symbol used as branch target is local.
3775 cache.S:250: Warning: Pretending global symbol used as branch target is local.
3776
3777 In principle, gas might be sensitive to global symbol references in PIC
3778 code because they should be processed through GOT (global offset table).
3779 But if `bal' instruction is used, it results in PC-based offset jump.
3780 This is the cause of this warning.
3781
3782 In practice, we know it doesn't matter whether PC-based reference or GOT-
3783 based. As for this case, both will work before/after relocation. But let's
3784 fix the code.
3785
3786 This patch explicitly sets up a target address, then jump there.
3787 Here's an example of disassembled code with/without this patch.
3788
3789 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
3790 9000066c: ac80fffc sw zero,-4(a0)
3791 90000670: 01402821 move a1,t2
3792 -90000674: 0411ffba bal 90000560 <mips_init_icache>
3793 -90000678: 01803021 move a2,t4
3794 -9000067c: 01602821 move a1,t3
3795 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
3796 -90000684: 01a03021 move a2,t5
3797 -90000688: 03000008 jr t8
3798 -9000068c: 00000000 nop
3799 +90000674: 01803021 move a2,t4
3800 +90000678: 8f8f83ec lw t7,-31764(gp)
3801 +9000067c: 01e0f809 jalr t7
3802 +90000680: 00000000 nop
3803 +90000684: 01602821 move a1,t3
3804 +90000688: 01a03021 move a2,t5
3805 +9000068c: 8f8f81e0 lw t7,-32288(gp)
3806 +90000690: 01e0f809 jalr t7
3807 +90000694: 00000000 nop
3808 +90000698: 03000008 jr t8
3809 +9000069c: 00000000 nop
3810
3811 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3812
3813commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
3814Author: Vlad Lungu <vlad.lungu@windriver.com>
3815Date: Mon May 5 14:04:00 2008 +0300
3816
3817 Allow building mips versions with ELDK 3.1.1
3818
3819 .gpword works only with local symbols on certain binutils versions
3820
3821 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
3822
3823commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
3824Author: Wolfgang Denk <wd@denx.de>
3825Date: Mon May 5 12:52:36 2008 +0200
3826
3827 MAKEALL: add inka4x0 board
3828
3829 Signed-off-by: Wolfgang Denk <wd@denx.de>
3830
3831commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
3832Author: Wolfgang Denk <wd@denx.de>
3833Date: Sun May 4 21:34:23 2008 +0200
3834
3835 kb9202 board: fix build problem.
3836
3837 Signed-off-by: Wolfgang Denk <wd@denx.de>
3838
3839commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
3840Author: Wolfgang Denk <wd@denx.de>
3841Date: Sun May 4 12:10:33 2008 +0200
3842
3843 Prepare for v1.3.3-rc3
3844
3845 Update ChNAGELOG, minor white space cleanup.
3846
3847 Signed-off-by: Wolfgang Denk <wd@denx.de>
3848
6adf61dc
WD
3849commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
3850Author: Wolfgang Denk <wd@denx.de>
3851Date: Sun May 4 00:35:15 2008 +0200
3852
3853 drivers/net/tsec.c: Fix typo.
3854
3855 Signed-off-by: Wolfgang Denk <wd@denx.de>
3856
3857commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
3858Author: Mike Frysinger <vapier@gentoo.org>
3859Date: Fri May 2 21:45:12 2008 -0400
3860
3861 version_autogenerated.h: use printf rather than echo -n
3862
3863 Some systems are dumb and do not implement the -n flag to echo (like OS X).
3864 Convert the Makefile to use printf as this should work everywhere.
3865
3866 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3867 Signed-off-by: Wolfgang Denk <wd@denx.de>
3868
3869commit 4acc2a108ad0a669165924704a6cb083f9138242
3870Author: Mike Frysinger <vapier@gentoo.org>
3871Date: Fri May 2 18:17:50 2008 -0400
3872
3873 fix building when saveenv is disabled in some setups
3874
3875 If you enable environment in the flash, but disable the embedded
3876 option, and you disable the saveenv command, then the #if nested
3877 logic will trigger a compile failure:
3878 env_flash.c: In function 'env_relocate_spec':
3879 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
3880 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
3881
3882 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3883
3884commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
3885Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
3886Date: Fri May 2 16:10:04 2008 -0400
3887
3888 SBC8548: fix address mask to allow 64M flash
3889
3890 Fix incorrect mask to enable all 64MB of onboard flash.
3891 Previously U-Boot incorrectly mapped only 8MB of flash, this
3892 patch correctly maps all the available flash.
3893
3894 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
3895
3896commit 3648085c464c8c22ef76fab006ca4344d3796124
3897Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3898Date: Fri May 2 19:48:56 2008 +0200
3899
3900 qemu_mips: add README
3901
3902 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3903
3904commit 6fdd002689190a0022c7b3dbab37fcba724580ce
3905Author: Marcel Ziswiler <marcel@ziswiler.com>
3906Date: Fri May 2 02:35:59 2008 +0200
3907
3908 Fix misspelled comment
3909
3910 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
3911
3912commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
3913Author: Mike Frysinger <vapier@gentoo.org>
3914Date: Thu May 1 04:13:05 2008 -0400
3915
3916 mkimage: make mmap() checks consistent
3917
3918 The mmap() related code is full of inconsistent casts/constants when
3919 it comes to error checking, and may break when building on some
3920 systems (like ones that do not implicitly define the caddr_t type).
3921 Let's just avoid the whole mess by writing the code nice and clean in
3922 the first place.
3923
3924 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3925
3926commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
3927Author: Marcel Ziswiler <marcel@ziswiler.com>
3928Date: Thu May 1 09:05:34 2008 +0200
3929
3930 Fix defined but not used build warning
3931
3932 - warning: 'srom' defined but not used
3933
3934 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
3935
3936commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
3937Author: Marcel Ziswiler <marcel@ziswiler.com>
3938Date: Thu May 1 09:05:26 2008 +0200
3939
3940 Fix implicit declaration build warnings
3941
3942 - warning: implicit declaration of function ‘serial_initialize’
3943
3944 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
3945
3946commit 9acde129cc3f9c1b3bc11a821480dd446774d618
3947Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3948Date: Tue Apr 29 19:18:32 2008 +0200
3949
3950 TSEC: add config options for VSC8601 RGMII PHY
3951
3952 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
3953 and Tx clock lines. They are configured using 2 bits in extended
3954 register 0x17.
3955 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
3956 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
3957
3958 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3959 Acked-by: Andy Fleming <afleming@freescale.com>
3960 Acked-by: Ben Warren <biggerbadderben@gmail.com>
3961 --
3962
3963 drivers/net/tsec.c | 6 ++++++
3964 drivers/net/tsec.h | 3 +++
3965 2 files changed, 9 insertions(+), 0 deletions(-)
3966
3967commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
3968Author: Wolfgang Denk <wd@denx.de>
3969Date: Sat May 3 23:07:15 2008 +0200
3970
3971 Revert "ColdFire: Get information from the correct GCC"
3972
3973 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
3974 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
3975
3976commit c4e5f52a58d278eebb87f476e353972c5dacea40
3977Author: Wolfgang Denk <wd@denx.de>
3978Date: Sat May 3 22:25:00 2008 +0200
3979
3980 config.mk: use correct (cross) compiler
3981
3982 Some config.mk files reference $(CC) to test for specific tool chain
3983 features, so make sure $(CC) gets set before including any such
3984 config files.
3985
3986 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
3987 the correct GCC").
3988
3989 Signed-off-by: Wolfgang Denk <wd@denx.de>
3990
3991commit 27c38689d0cfde0e444239345f97b5eecc9f4067
3992Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3993Date: Thu May 1 02:13:44 2008 +0200
3994
3995 pxa: fix previous definition on cpu init
3996
3997 start.S:183:1: warning: "ICMR" redefined
3998 In file included from start.S:33:
3999 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
4000 start.S:187:1: warning: "RCSR" redefined
4001 ...
4002
4003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4004
4005commit 6d12e697de794d700767f22f950e3026ccf4daf6
4006Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4007Date: Thu May 1 02:13:43 2008 +0200
4008
4009 pxa: fix pcmcia operation on 'i' may be undefined
4010
4011 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4012 Signed-off-by: Wolfgang Denk <wd@denx.de>
4013
4014commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
4015Author: Kumar Gala <galak@kernel.crashing.org>
4016Date: Wed Apr 30 16:24:35 2008 -0500
4017
4018 MPC8610HPCD: Drop -O2 from the build flags
4019
4020 Make the flags use -Os like all other boards
4021
4022 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4023
4024commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
4025Author: Stefan Roese <sr@denx.de>
4026Date: Wed Apr 30 15:50:39 2008 +0200
4027
4028 RTC: Fix month offset by one problem in M41T62 RTC driver
4029
4030 This patch fixes a problem with the month being read and written
4031 incorrectly (offset by one). This only gets visible by also using
4032 the Linux driver (rtc-m41t80).
4033
4034 Tested on AMCC Canyonlands.
4035
4036 Signed-off-by: Stefan Roese <sr@denx.de>
4037
4038commit 141ba1cad8e6598a2466e7e2976c6a12285df619
4039Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4040Date: Sat May 3 13:51:44 2008 +0900
4041
4042 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
4043
4044 Current trick to pick up GNU assembler minor version uses a dot(.) as a
4045 delimiter, and take the second field to obtain minor version number. But
4046 as can be expected, this doesn't work with a version string which has
4047 dots more than needs.
4048
4049 Here's an example:
4050
4051 $ mips-linux-gnu-as --version | grep 'GNU assembler'
4052 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
4053 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
4054 2-129) 2
4055 $
4056
4057 This patch restricts the version format to 2.XX.XX... This will work
4058 in most cases.
4059
4060 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
4061 2.18.50.20080215
4062 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
4063 18
4064 $
4065
4066 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4067
4068commit ea638951acead7f1086c908c0b9f086beab82a22
4069Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4070Date: Sat May 3 13:51:28 2008 +0900
4071
4072 [MIPS] cpu/mips/cache.S: Add dcache_enable
4073
4074 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
4075 "allow ports to override bootelf behavior") requires ports to have this
4076 function.
4077
4078 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4079 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4080
4081commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
4082Author: Wolfgang Denk <wd@denx.de>
4083Date: Thu May 1 21:30:16 2008 +0200
4084
4085 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
4086
4087 Onenand needs a version of memcpy() which performs 16 bit accesses
4088 only; make sure the name does not conflict with the standard
4089 function.
4090
4091 Signed-off-by: Wolfgang Denk <wd@denx.de>
4092
4093commit 12bc4e94251c369c529ffa505cf58b148c372f7f
4094Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4095Date: Wed Apr 30 22:38:17 2008 +0200
4096
4097 cmd_nand: fix warning: str2long ncompatible pointer type
4098
4099 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4100
4101commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
4102Author: Timur Tabi <timur@freescale.com>
4103Date: Fri Apr 4 11:16:11 2008 -0500
4104
4105 Fix calculation of I2C clock for some 86xx chips
4106
4107 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
4108 There is no pattern that can be used to determine which chips use which
4109 frequency, so the only way to determine is to look up the actual SOC
4110 designation and use the right value for that SOC.
4111
4112 Signed-off-by: Timur Tabi <timur@freescale.com>
4113
4114commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
4115Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4116Date: Wed Apr 30 12:11:19 2008 -0500
4117
4118 ColdFire: Fix ethernet hang issue for mcf547x_8x
4119
4120 The ethernet hang is caused by receiving buffer in DRAM is not
4121 yet ready due to access cycles require longer time in DRAM.
4122 Relocate DMA buffer descriptors from DRAM to internal SRAM.
4123
4124 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4125
4126commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
4127Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4128Date: Wed Apr 30 12:10:47 2008 -0500
4129
4130 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
4131
4132 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
4133 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4134
4135commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
4136Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4137Date: Wed Apr 30 12:10:23 2008 -0500
4138
4139 ColdFire: Get information from the correct GCC
4140
4141 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
4142 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4143
4144commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
4145Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
4146Date: Wed Apr 30 18:02:59 2008 +0200
4147
4148 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
4149
4150 Fix warnings
4151
4152 nv_nand.c: In function 'saveenv':
4153 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
4154 env_nand.c: In function 'env_relocate_spec':
4155 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
4156
4157 if compiled for davinci_schmoogie_config.
4158
4159 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4160 Ack by: Sergey Kubushyn <ksi@koi8.net>
4161
4162commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
4163Author: Anatolij Gustschin <agust@denx.de>
4164Date: Wed Apr 30 13:34:40 2008 +0200
4165
4166 Fix warnings while compiling net/net.c for MPC8610HPCD board
4167
4168 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
4169 causing overriding default -Os option. New gcc (ver. 4.2.2)
4170 produces warnings while compiling net/net.c file with -O2
4171 option. The patch is an attempt to fix this.
4172
4173 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4174
4175commit 58b575e575c25fdf8c88141e145db201f3092149
4176Author: Sascha Laue <Sascha.Laue@gmx.biz>
4177Date: Wed Apr 30 15:23:38 2008 +0200
4178
4179 lwmon5: fix offset error in sysmon0 POST
4180
4181 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
4182 Signed-off-by: Wolfgang Denk <wd@denx.de>
4183
4184commit e7419b243a373de4ee042f7d4f45f66de787240d
4185Author: Sascha Laue <Sascha.Laue@gmx.biz>
4186Date: Wed Apr 30 15:16:35 2008 +0200
4187
4188 lwmon5: fix manual merge error in POST
4189
4190 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
4191
4192commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
4193Author: Wolfgang Denk <wd@denx.de>
4194Date: Wed Apr 30 17:46:26 2008 +0200
4195
4196 cmd_nand.c: fix another 'incompatible pointer type' warning.
4197
4198 Signed-off-by: Wolfgang Denk <wd@denx.de>
4199
4200commit de109d909707e2dfe806be5efc3cdb103b47c8ad
4201Author: Wolfgang Denk <wd@denx.de>
4202Date: Wed Apr 30 17:25:07 2008 +0200
4203
4204 Makefile: fix parallel builds
4205
4206 This problem shows up with parallel builds only; it results in
4207 somewhat cryptic error messages like
4208
4209 $ JOBS=-j6 MAKEALL netstar
4210 Configuring for netstar board...
4211 arm-linux-ld: cannot find -lgeneric
4212 make[1]: *** [eeprom.srec] Error 1
4213
4214 A few boards (like netstar and voiceblue) need some libraries for
4215 building; however, the board Makefile does not contain any such
4216 dependencies which may cause problems with parallel builds. Adding
4217 such dependencies is difficult as we would also have to provide build
4218 rules, which already exist in the respective library Makefiles.
4219
4220 To solve this, we make sure that all libraries get built before the
4221 board code.
4222
4223 Signed-off-by: Wolfgang Denk <wd@denx.de>
4224
4225commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
4226Author: Stefan Roese <sr@denx.de>
4227Date: Wed Apr 30 14:51:36 2008 +0200
4228
4229 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
4230
4231 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
4232 used for NAND booting to match the values needed for the new 512MB
4233 DIMM modules shipped with the productions boards:
4234
4235 Crucial: CT6464AC667.8FB
4236
4237 Signed-off-by: Stefan Roese <sr@denx.de>
4238
4239commit ea9202a659dc75996facf1475f1866a19a9d3129
4240Author: Stefan Roese <sr@denx.de>
4241Date: Wed Apr 30 10:49:43 2008 +0200
4242
4243 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
4244
4245 This patch fixes a problem with DIMMs that have 8 banks. Now the
4246 MCIF0_MBxCF register will be setup correctly for this setup too.
4247
4248 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
4249
4250 Signed-off-by: Stefan Roese <sr@denx.de>
4251
4252commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
4253Author: Wolfgang Denk <wd@denx.de>
4254Date: Tue Apr 29 23:41:06 2008 +0200
4255
4256 Prepare v1.3.3-rc2, again.
4257
4258 Signed-off-by: Wolfgang Denk <wd@denx.de>
4259
76617299
WD
4260commit b7fcc4c13993782342cf5cd20d237a6281648a0b
4261Author: Wolfgang Denk <wd@denx.de>
4262Date: Tue Apr 29 23:35:24 2008 +0200
4263
4264 Prepare v1.3.3-rc2
4265
4266 Signed-off-by: Wolfgang Denk <wd@denx.de>
4267
b7fcc4c1
WD
4268commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
4269Author: Wolfgang Denk <wd@denx.de>
4270Date: Tue Apr 29 23:32:20 2008 +0200
4271
4272 common/env_nand.c: fix one more incompatible pointer type issue
4273
4274 Signed-off-by: Wolfgang Denk <wd@denx.de>
4275
4276commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
4277Author: Wolfgang Denk <wd@denx.de>
4278Date: Tue Apr 29 21:33:08 2008 +0200
4279
4280 post/board/lwmon5/sysmon.c: fix manual merge error.
4281
4282 Signed-off-by: Wolfgang Denk <wd@denx.de>
4283
4284commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
4285Author: Kumar Gala <galak@kernel.crashing.org>
4286Date: Tue Apr 29 12:54:59 2008 -0500
4287
4288 85xx: Add -mno-spe to e500/85xx builds
4289
4290 Newer gcc's might be configured to enable autovectorization by default.
4291 If we happen to build with one of those compilers we will get SPE
4292 instructions in random code.
4293
4294 -mno-spe disables the compiler for automatically generating SPE
4295 instructions without our knowledge.
4296
4297 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4298
4299commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
4300Author: Kumar Gala <galak@kernel.crashing.org>
4301Date: Tue Apr 29 10:18:34 2008 -0500
4302
4303 Update .gitignore for zlib.h
4304
4305 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4306
4307commit 45239cf4152109caa925145ccd433529902df887
4308Author: Kumar Gala <galak@kernel.crashing.org>
4309Date: Tue Apr 29 10:27:08 2008 -0500
4310
4311 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
4312
4313 All the 85xx and 86xx UM describe the register as timing_cfg_3
4314 not as ext_refrec.
4315
4316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4317
4318commit ef7d30b14394e4c4a153118f5845760cadada02a
4319Author: Kumar Gala <galak@kernel.crashing.org>
4320Date: Tue Apr 29 10:28:34 2008 -0500
4321
4322 85xx/86xx: Rename DDR init address and init extended address register
4323
4324 Rename init_addr and init_ext_addr to match the docs between
4325 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
4326
4327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4328
4329commit cf6cc014270549684873a5972d2595052c468cb6
4330Author: Kumar Gala <galak@kernel.crashing.org>
4331Date: Mon Apr 28 02:24:04 2008 -0500
4332
4333 85xx: Additional fixes and cleanup of MP code
4334
4335 * adjust __spin_table alignment to match ePAPR v0.94 spec
4336 * loop over all cpus when determing who is up. This fixes an issue if
4337 the "boot cpu" isn't core0. The "boot cpu" will already be in the
4338 cpu_up_mask so there is no harm
4339 * Added some protection in the code to ensure proper behavior. These
4340 changes are explicitly needed but don't hurt:
4341 - Added eieio to ensure the "hot word" of the table is written after
4342 all other table updates have occurred.
4343 - Added isync to ensure we don't prefetch loading of table entries
4344 until we a released
4345
4346 These issues we raised by Dave Liu.
4347
4348 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4349
4350commit b2d527a8b9fb50afccbaf79b5540952585cdc760
4351Author: Yuri Tikhonov <yur@emcraft.com>
4352Date: Tue Apr 29 15:06:41 2008 +0200
4353
4354 lwmon5: minor clean-up to include/configs/lwmon5.h
4355
4356 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
4357 the CFG_DSPIC_TEST_ADDR definition more readable.
4358
4359 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4360
4361commit f4c4d21a885ccc222fd0acdf653b683249e85117
4362Author: Stefan Roese <sr@denx.de>
4363Date: Tue Apr 29 16:08:05 2008 +0200
4364
4365 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
4366
4367 Signed-off-by: Stefan Roese <sr@denx.de>
4368
4369commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
4370Author: Yuri Tikhonov <yur@emcraft.com>
4371Date: Tue Apr 29 13:32:45 2008 +0200
4372
4373 ppc flush_cache: add watch-dog triggering into the loops.
4374
4375 Some boards (e.g. lwmon5) need rather a frequent watch-dog
4376 kicking. Since the time it takes for the flush_cache() function
4377 to complete its job depends on the size of data being flushed, one
4378 may encounter watch-dog resets on such boards when, for example,
4379 download big files over ethernet.
4380
4381 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4382
4383commit cab99d6f3281ab6784feccf98b9b425daa58418a
4384Author: Stefan Roese <sr@denx.de>
4385Date: Tue Apr 29 14:44:54 2008 +0200
4386
4387 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
4388
4389 Signed-off-by: Stefan Roese <sr@denx.de>
4390
4391commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
4392Author: Stefan Roese <sr@denx.de>
4393Date: Tue Apr 29 14:12:07 2008 +0200
4394
4395 ppc4xx: Fix Katmai CFG_MONITOR_LEN
4396
4397 Signed-off-by: Stefan Roese <sr@denx.de>
4398
4399commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
4400Author: Stefan Roese <sr@denx.de>
4401Date: Tue Apr 29 13:57:07 2008 +0200
4402
4403 ppc4xx: Complete remove bogus dflush()
4404
4405 Since the current dflush() implementation is know to have some problems
4406 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
4407 it by using clean_dcache_range().
4408
4409 Tested on Katmai with ECC DIMM.
4410
4411 Signed-off-by: Stefan Roese <sr@denx.de>
4412
4413commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
4414Author: Stefan Roese <sr@denx.de>
4415Date: Tue Apr 29 13:36:51 2008 +0200
4416
4417 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
4418
4419 As it seems the "old" ECC initialization routine by using dflush() didn't
4420 write all lines in the dcache back to memory on lwmon5. This could lead
4421 to ECC error upon Linux booting. This patch changes the program_ecc()
4422 routine to now use clean_dcache_range() instead of dflush().
4423 clean_dcache_range() uses dcbst which is exactly what we want in this
4424 case.
4425
4426 Since dflush() is known is cause problems, this routine will be
4427 removed completely and replaced by clean_dcache_range() with an
4428 additional patch.
4429
4430 Signed-off-by: Stefan Roese <sr@denx.de>
4431
4432commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
4433Author: Yuri Tikhonov <yur@emcraft.com>
4434Date: Mon Apr 28 18:19:34 2008 +0200
4435
4436 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
4437
4438 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4439
4440commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
4441Author: Markus Brunner <super.firetwister@googlemail.com>
4442Date: Mon Apr 28 08:47:47 2008 +0200
4443
4444 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
4445
4446 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
4447 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
4448 doesn't exist.
4449
4450 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
4451
76617299
WD
4452commit 2ef7503a593c77a80c2a054011970227c4b62774
4453Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4454Date: Thu Apr 24 07:57:17 2008 +0200
4455
4456 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
4457
4458 Move non-inlied functions into specific drivers file
4459 Set get_prom as weak
4460
4461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4462 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
4463 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4464
4465commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
4466Author: Guennadi Liakhovetski <lg@denx.de>
4467Date: Thu Apr 3 17:04:19 2008 +0200
4468
4469 net: make ARP timeout configurable
4470
4471 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
4472 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
4473 to the boards get lost, which typically are ARP replies. By configuring
4474 the timeout to a lower value we significantly improve the first network
4475 transfer time on this board. The timeout is specified in milliseconds,
4476 later internally it is converted to deciseconds, because it has to be
4477 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
4478 different boards.
4479
4480 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4481 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4482
4483commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
4484Author: Guennadi Liakhovetski <lg@denx.de>
4485Date: Thu Apr 3 13:36:18 2008 +0200
4486
4487 minor cs8900 driver clean up
4488
4489 Remove a redundant register definition, clean up some coding style
4490 violations.
4491
4492 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4493 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4494
b7fcc4c1
WD
4495commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
4496Author: Wolfgang Denk <wd@denx.de>
4497Date: Mon Apr 28 22:01:04 2008 +0200
4498
4499 jffs2_1pass.c: fix incompatible pointer type warning
4500
4501 Signed-off-by: Wolfgang Denk <wd@denx.de>
4502
4503commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
4504Author: Sascha Laue <Sascha.Laue@gmx.biz>
4505Date: Tue Apr 1 10:10:18 2008 +0200
4506
4507 lwmon5: update dsPIC POST spezification
4508
4509 The specification for the lwmon5 board dsPIC POST got changed.
4510 Also add defines for the temperatures and voltages.
4511
4512 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
4513
4514commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
4515Author: Sascha Laue <Sascha.Laue@gmx.biz>
4516Date: Tue Apr 1 15:13:03 2008 +0200
4517
4518 Fix watchdog POST for lwmon5
4519
4520 If the hardware watchdog detects a voltage error, the watchdog sets
4521 GPIO62 to low. The watchdog POST has to detect this low level.
4522
4523 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
4524 Signed-off-by: Wolfgang Denk <wd@denx.de>
4525
4526commit dd5748bcd669f46aeb6686c1b341323843738ccc
4527Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4528Date: Mon Apr 28 14:37:14 2008 +0200
4529
4530 rtl8169: fix compiler warnings
4531
4532 Fix multiple compiler warnings related to argument type mismatch.
4533
4534 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4535
4536commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
4537Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4538Date: Mon Apr 28 14:36:06 2008 +0200
4539
4540 IDE: fix compiler warnings
4541
4542 The IDE driver can use 32-bit addresses in LBA mode, in which case it
4543 spits multiple warnings during compilation. Fix them.
4544
4545 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4546
4547commit db9084de28c46ac81c8f681722cb0d7411be4d7f
4548Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4549Date: Mon Apr 28 14:35:57 2008 +0200
4550
4551 LinkStation: fix compiler warning, add a maintainer
4552
4553 out_8 wants a pointer to an unsigned as the first argument. Add a
4554 maintainer for Linkstation boards.
4555
4556 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4557
4558commit c71abba3cb67b063f789f17abf6c7447727c0cd5
4559Author: Wolfgang Denk <wd@denx.de>
4560Date: Mon Apr 28 14:55:12 2008 +0200
4561
4562 cmd_nand.c: fix "differ in signedness" problem
4563
4564 Signed-off-by: Wolfgang Denk <wd@denx.de>
4565
4566commit f2c288a35341ad02ac03b1563d786763c9c8f159
4567Author: Wolfgang Denk <wd@denx.de>
4568Date: Mon Apr 28 12:48:47 2008 +0200
4569
4570 pcnet.c: fix a merge issue
4571
4572 Signed-off-by: Wolfgang Denk <wd@denx.de>
4573
4574commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
4575Author: Wolfgang Denk <wd@denx.de>
4576Date: Mon Apr 28 12:08:18 2008 +0200
4577
4578 NAND: fix some strict-aliasing compiler warnings
4579
4580 Signed-off-by: Wolfgang Denk <wd@denx.de>
4581
4582commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
4583Author: Stefan Roese <sr@denx.de>
4584Date: Mon Apr 28 11:37:14 2008 +0200
4585
4586 ppc4xx: Fix compile warning of hcu4 board
4587
4588 Signed-off-by: Stefan Roese <sr@denx.de>
4589
4590commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
4591Author: Wolfgang Denk <wd@denx.de>
4592Date: Mon Apr 28 11:31:23 2008 +0200
4593
4594 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
4595
4596 Signed-off-by: Wolfgang Denk <wd@denx.de>
4597
4598commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
4599Author: Guennadi Liakhovetski <lg@denx.de>
4600Date: Mon Apr 28 00:25:32 2008 +0200
4601
4602 mx31ads: fix loadaddr environment variable define
4603
4604 Arithmetic expressions do not get evaluated under stringification. Remove
4605 default network configuration, add DHCP command support. Thanks to Felix
4606 Radensky for reporting.
4607
4608 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4609
4610commit 144eec777ac07bcb12bd38245a5a289f694a7f98
4611Author: Wolfgang Denk <wd@denx.de>
4612Date: Mon Apr 28 10:55:24 2008 +0200
4613
4614 katmai: fix section overlap problem
4615
4616 Since we didn't want to remove features from the configuration, we
4617 decided to increase the U-Boot image size (add one flash sector).
4618
4619 Also changed the default environment definition to make it
4620 independent of such changes.
4621
4622 Signed-off-by: Wolfgang Denk <wd@denx.de>
4623 Acked-by: Stefan Roese <sr@denx.de>
4624
4625commit 941d696d25624e3cc65ebf924199541acf52d74e
4626Author: Wolfgang Denk <wd@denx.de>
4627Date: Mon Apr 28 10:55:24 2008 +0200
4628
4629 katmai: fix section overlap problem
4630
4631 Since we didn't want to remove features from the configuration, we
4632 decided to increase the U-Boot image size (add one flash sector).
4633
4634 Also changed the default environment definition to make it
4635 independent of such changes.
4636
4637 Signed-off-by: Wolfgang Denk <wd@denx.de>
4638 Acked-by: Stefan Roese <sr@denx.de>
4639
4640commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
4641Author: Kumar Gala <galak@kernel.crashing.org>
4642Date: Sat Apr 26 11:44:44 2008 -0500
4643
4644 post: Fix building with O=
4645
4646 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4647
4648commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
4649Author: Wolfgang Denk <wd@denx.de>
4650Date: Sat Apr 26 01:55:00 2008 +0200
4651
4652 Prepare v1.3.3-rc1
4653
4654 Signed-off-by: Wolfgang Denk <wd@denx.de>
4655
fd7531c1
WD
4656commit 19cf2ec90d8ce52da60c1693693c4048cb810967
4657Author: Wolfgang Denk <wd@denx.de>
4658Date: Sat Apr 26 01:25:39 2008 +0200
4659
4660 post/Makefile: make sure to use the correct flags
4661
4662 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
4663 messages to be printed.
4664
4665 Signed-off-by: Wolfgang Denk <wd@denx.de>
4666
4667commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
4668Author: Wolfgang Denk <wd@denx.de>
4669Date: Sat Apr 26 00:34:42 2008 +0200
4670
4671 Coding Style cleanup, update CHANGELOG
4672
4673 Signed-off-by: Wolfgang Denk <wd@denx.de>
4674
7ed40117
WD
4675commit f9204e15173834ff8d123e36279ce49c3c6c74fc
4676Author: Magnus Lilja <lilja.magnus@gmail.com>
4677Date: Sun Apr 20 10:38:12 2008 +0200
4678
4679 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
4680
4681 This patch enables SPI and MC13783/RTC support for the Litekit board.
4682
4683 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4684
4685commit f97abbfb47d9e407354e157cae3f6369e460cd37
4686Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4687Date: Fri Apr 25 01:08:32 2008 -0500
4688
4689 MPC8544DS: decode pcie3 end-point configuration correctly.
4690
4691 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4692 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4693
4694commit 292188e15523c165c4269403fdcd33c26d89176e
4695Author: Roy Zang <tie-fei.zang@freescale.com>
4696Date: Fri Apr 25 00:55:09 2008 -0500
4697
4698 MPC8544DS: Removes the unknown flash message information
4699
4700 This patch removes the unknown flash message information:
4701 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
4702 This unknown flash message is caused by PromJet.
4703 Some of the board user is unhappy with this information.
4704
4705 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4706 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4707
4708commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
4709Author: Kim Phillips <kim.phillips@freescale.com>
4710Date: Thu Apr 24 14:07:38 2008 -0500
4711
4712 mpc83xx: bump loadaddr over fdtaddr to 0x500000
4713
4714 this seems as a good compromise between human memory, typing,
4715 and last but not least, to accommodate for current and future kernel bloat.
4716
4717 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4718 Acked-by: Dave Liu <daveliu@freescale.com>
4719
4720commit be5a7190265a34d968578ff266549c60f6f57654
4721Author: Dave Liu <r63238@freescale.com>
4722Date: Tue Apr 15 13:12:23 2008 +0800
4723
4724 mpc83xx: clean up the readme for 83xx boards
4725
4726 1. correct the typo
4727 2. correct the memory map for 837xerdb board
4728
4729 Signed-off-by: Dave Liu <daveliu@freescale.com>
4730
4731commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
4732Author: Dave Liu <r63238@freescale.com>
4733Date: Tue Apr 15 13:11:11 2008 +0800
4734
4735 mpc83xx: remove the unused CPM's stuff
4736
4737 The MPC83xx family never have CPM block, so remove it from 83xx.
4738
4739 Signed-off-by: Dave Liu <daveliu@freescale.com>
4740
4741commit c63ad6325a8ac0097a54b418a3288926b0484b18
4742Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4743Date: Fri Apr 18 16:29:40 2008 +0200
4744
4745 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
4746
4747 This patch adds a configurable flash auto protection list that can be used
4748 to make U-Boot protect flash regions in flash_init().
4749
4750 The idea has been discussed on the u-boot mailing list starting
4751 on Nov 18th, 2007.
4752
4753 Even this patch brings a new feature it is used as a bugfix for 4xx
4754 platforms where flash_init() does not completely protect the
4755 monitor's flash range in all situations.
4756
4757 U-Boot protects the flash range from CFG_MONITOR_BASE to
4758 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
4759 include the reset vector at 0xfffffffc.
4760
4761 Example:
4762 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
4763
4764 This config option will auto protect the last 512k of flash that
4765 contains the bootloader on board like APC405 and PMC405.
4766
4767 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4768
4769commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
4770Author: Stefan Roese <sr@denx.de>
4771Date: Fri Apr 25 13:59:03 2008 +0200
4772
4773 ppc4xx: Remove double defines in lwmon5.h
4774
4775 introduced with latest lwmon5/POST merge
4776
4777 Signed-off-by: Stefan Roese <sr@denx.de>
4778
4779commit 7590378fb9c686709492ceb142825cd058255956
4780Author: Bartlomiej Sieka <tur@semihalf.com>
4781Date: Fri Apr 25 13:54:02 2008 +0200
4782
4783 Use watchdog-aware functions when calculating hashes of images - take two
4784
4785 Some files didn't get updated properly with the "Use watchdog-aware
4786 functions when calculating hashes of images" commit, this commit
4787 fixes this.
4788
4789 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4790 Signed-off-by: Wolfgang Denk <wd@denx.de>
4791
4792commit 8e048c438e20ec89b49da5f085f8f756eba6e587
4793Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4794Date: Fri Apr 25 12:01:39 2008 +0200
4795
4796 ppc4xx: Add bootcount limit handling for APC405 boards
4797
4798 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4799
4800commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
4801Author: Bartlomiej Sieka <tur@semihalf.com>
4802Date: Fri Apr 25 12:10:09 2008 +0200
4803
4804 Use watchdog-aware functions when calculating hashes of images
4805
4806 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4807
4808commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
4809Author: Wolfgang Denk <wd@denx.de>
4810Date: Fri Apr 25 12:44:08 2008 +0200
4811
4812 USB: fix more GCC 4.2.x aliasing warnings
4813
4814 Signed-off-by: Wolfgang Denk <wd@denx.de>
4815 Acked-by: Markus Klotzbuecher <mk@denx.de>
4816
4817commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
4818Author: Wolfgang Denk <wd@denx.de>
4819Date: Fri Apr 25 12:41:53 2008 +0200
4820
4821 lib_generic/crc32.c: add missing #include <watchdog.h>
4822
4823 Signed-off-by: Wolfgang Denk <wd@denx.de>
4824
4825commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
4826Author: Wolfgang Denk <wd@denx.de>
4827Date: Fri Apr 25 11:52:21 2008 +0200
4828
4829 lib_generic/crc32.c: fix compile problem
4830
4831 Signed-off-by: Wolfgang Denk <wd@denx.de>
4832
4833commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
4834Author: Stefan Roese <sr@denx.de>
4835Date: Tue Apr 22 12:20:32 2008 +0200
4836
4837 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
4838
4839 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
4840 environment variable will now get passed to the Linux kernel by setting
4841 the device_type property of the PCIe device tree node. For normal root-
4842 complex configuration it will keep its defaults value of "pci" and for
4843 endpoint configuration it will get changed to "pci-endpoint".
4844
4845 Signed-off-by: Stefan Roese <sr@denx.de>
4846
4847commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
4848Author: Yuri Tikhonov <yur@emcraft.com>
4849Date: Thu Apr 24 10:30:53 2008 +0200
4850
4851 lwmon5: watchdog POST fix
4852
4853 Use the GPT0_MASKx registers as the temporary storage for watch-dog
4854 timer POST test instead of GPT0_COMPx. The latter
4855 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
4856
4857 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4858 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4859
4860commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
4861Author: Kim Phillips <kim.phillips@freescale.com>
4862Date: Mon Apr 21 18:10:14 2008 -0500
4863
4864 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
4865
4866 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
4867 proven problematic getting right from the start at least on 83xx and
4868 4xx.
4869
4870 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4871
4872commit a99715b8ebfc500f3f40e01b36b64d473938443d
4873Author: Detlev Zundel <dzu@denx.de>
4874Date: Fri Apr 18 14:50:01 2008 +0200
4875
4876 Realining some header definitions.
4877
4878 Signed-off-by: Detlev Zundel <dzu@denx.de>
4879
4880commit 4acbc6c7f993cae409c424615415a3e76820f13d
4881Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4882Date: Thu Apr 24 07:57:16 2008 +0200
4883
4884 NE2000: coding style cleanup
4885
4886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4887
4888commit b4aff1ffaf7120032c653357c007faa14f74d29d
4889Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4890Date: Wed Apr 23 00:11:47 2008 +0900
4891
4892 qemu-mips.h: Add CFI support
4893
4894 CONFIG_ENV_OVERWRITE is also added.
4895
4896 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
4897
4898 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4899 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4900
4901commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
4902Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4903Date: Tue Apr 22 22:47:27 2008 +0900
4904
4905 doc/README.mips: Add MIPS notes
4906
4907 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4908
4909commit 215b01bba8bc662d35f72b084700b192d367dfb4
4910Author: Bartlomiej Sieka <tur@semihalf.com>
4911Date: Tue Apr 22 12:27:56 2008 +0200
4912
4913 Add support for calculating hashes with watchdog triggering
4914
4915 Implement watchodg-aware variants of hash calculation functions:
4916 - crc32_wd()
4917 - md5_wd()
4918 - sha1_csum_wd()
4919 The above functions calculate the hash of the input buffer in chunks,
4920 triggering the watchdog after processing each chunk. The chunk size
4921 is given as a function call parameter.
4922
4923 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4924
4925commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
4926Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
4927Date: Wed Apr 23 11:02:12 2008 +0900
4928
4929 qemu-mips: Cleanup whitespace, indentation, etc.
4930
4931 No functional change.
4932
4933 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
4934 Then I re-created from scratch, and changed more lines than the original.
4935
4936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4937 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4938
4939commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
4940Author: Vlad Lungu <vlad@comsys.ro>
4941Date: Wed Oct 10 23:02:09 2007 +0300
4942
4943 Fixed pcnet io_base
4944
4945 Bus and phys address are not always the same
4946
4947 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
4948
4949commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
4950Author: Wolfgang Denk <wd@denx.de>
4951Date: Thu Apr 24 23:44:26 2008 +0200
4952
4953 drivers/net/pcnet.c: Coding Style cleanup.
4954
4955 Signed-off-by: Wolfgang Denk <wd@denx.de>
4956
4957commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
4958Author: Vlad Lungu <vlad@comsys.ro>
4959Date: Wed Oct 10 23:04:23 2007 +0300
4960
4961 Added Am79C970A chip id to pcnet
4962
4963 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
4964
4965commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
4966Author: Magnus Lilja <lilja.magnus@gmail.com>
4967Date: Sun Apr 20 10:35:03 2008 +0200
4968
4969 i.MX31: Fix architecture numbers for ADS and Litekit boards
4970
4971 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
4972
4973 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4974
4975commit e7ae84d6c7288790e88639f57cb60daf89c11369
4976Author: Magnus Lilja <lilja.magnus@gmail.com>
4977Date: Sun Apr 20 10:36:36 2008 +0200
4978
4979 i.MX31: Use symbolic names for Litekit membases.
4980
4981 Use symbolic names instead of hard coded addresses for Litekit membases.
4982
4983 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
4984
4985commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
4986Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4987Date: Sat Apr 19 17:59:20 2008 +0200
4988
4989 Fix show_boot_progress prototype
4990
4991 in commit fad634071 "make show_boot_progress () weak."
4992 show_boot_progress is supposed to be declared as weak but declared as
4993 inline instead.
4994
4995 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4996
4997commit edbed247a14d70b94958010f736621212285de91
4998Author: Bartlomiej Sieka <tur@semihalf.com>
4999Date: Fri Apr 18 12:39:23 2008 +0200
5000
5001 Memory footprint optimizations
5002
5003 As suggested by Wolfgang Denk:
5004 - image printing functions:
5005 - remove wrappers
5006 - remove indentation prefix from functions' signatures
5007 - merge getenv_verify and getenv_autostart into one parametrized function
5008
5009 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5010
5011commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
5012Author: Guennadi Liakhovetski <lg@denx.de>
5013Date: Tue Apr 15 13:33:11 2008 +0200
5014
5015 MX31ADS environment variable update, spi and rtc support
5016
5017 Update MX31ADS default environment to better match the flash layout and
5018 the memory map, support SPI and RTC.
5019
5020 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5021
5022commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
5023Author: Kumar Gala <galak@kernel.crashing.org>
5024Date: Mon Apr 21 09:28:36 2008 -0500
5025
5026 85xx: Round up frequency calculations to get reasonable output
5027
5028 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
5029
5030 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
5031
5032 Signed-off-by: Dejan Minic <minic@freescale.com>
5033 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
5034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5035 Acked-by: Andy Fleming <afleming@freescale.com>
5036
5037commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
5038Author: Kumar Gala <galak@kernel.crashing.org>
5039Date: Wed Apr 23 16:58:04 2008 -0500
5040
5041 fsl_pci: Only modify registers if we have them
5042
5043 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
5044
5045 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5046
5047commit 83fe32334337def160b302aa9d152d808bfcc68e
5048Author: Markus Klotzbücher <mk@denx.de>
5049Date: Wed Apr 23 10:57:33 2008 +0200
5050
5051 USB: remove a cpu bug workaround for an unsupported architecture.
5052
5053 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5054
5055commit f957576cb53e6cfab412709cfc8db1afd39d21c3
5056Author: Markus Klotzbücher <mk@denx.de>
5057Date: Wed Apr 23 10:53:23 2008 +0200
5058
5059 USB: fix those pesky aliasing warnings issued by gcc-4.2
5060
5061 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5062 Signed-off-by: Detlev Zundel <dzu@denx.de>
5063
5064commit 89cdab788f3716b335fefb60b836ebcf975aceab
5065Author: Mike Frysinger <vapier@gentoo.org>
5066Date: Mon Mar 31 11:02:01 2008 -0400
5067
5068 crc32: use uint32_t rather than unsigned long
5069
5070 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
5071 this is done with the build toolchain instead of the target tool
5072 chain, so if the build is a 64bit system but the target is 32bits,
5073 the size will obviously be wrong. This converts all unsigned long
5074 stuff related to crc32 to uint32_t types. Compile tested only: output
5075 of ./tools/envcrc when run on a 32bit build system matches that of a
5076 64bit build system.
5077
5078 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5079 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5080
5081commit 80c40b765b3642ddb9f3392b7898715aab44a29c
5082Author: Dirk Behme <dirk.behme@googlemail.com>
5083Date: Wed Mar 26 09:53:29 2008 +0100
5084
5085 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
5086
5087 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
5088
5089 Changes:
5090
5091 - Remove *_masked() functions as noted by Wolfgang
5092
5093 - Adapt register naming to recent TI spec (sprue26, March 2007)
5094
5095 - Fix reset_timer() handling
5096
5097 - 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.
5098
5099 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
5100
5101 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
5102
5103 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
5104
5105 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
5106
5107 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
5108 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
5109
5110commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
5111Author: Sergei Poselenov <sposelenov@emcraft.com>
5112Date: Wed Apr 9 16:09:41 2008 +0200
5113
5114 Added watchdog triggering calls in the "mtest" test function.
5115
5116 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5117
5118commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
5119Author: Yuri Tikhonov <yur@emcraft.com>
5120Date: Sun Apr 6 19:19:14 2008 +0200
5121
5122 lwmon5 watchdog: limit trigger rate
5123
5124 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
5125 the CONFIG_WD_MAX_RATE value.
5126
5127 Note that an earlier version of this patch which used microseconds
5128 instead of ticks dis not work. The problem was that we used
5129 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
5130 get_tbclk(), which in turn calls get_sys_info(). It turns out that
5131 this function does a lot of prolonged operations (like divisions)
5132 which take too much time so we do not trigger the watchdog in time,
5133 and it resets the system.
5134
5135 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5136
5137commit 2d2b994a30bb100774dc747ae9865b7f95285a88
5138Author: Yuri Tikhonov <yur@emcraft.com>
5139Date: Mon Mar 31 10:51:37 2008 +0200
5140
5141 POST: move CONFIG_POST to Makefiles
5142
5143 Introduce the new logical option CONFIG_HAS_POST which is set when the
5144 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
5145 to determine should the POST libs be compiled for the selected target
5146 platform, or not.
5147
5148 To avoid breaking u-boot linking process, the empty post/libpost.a file is
5149 created for platforms which do not have POSTs.
5150
5151 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5152 Signed-off-by: Wolfgang Denk <wd@denx.de>
5153
5154commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
5155Author: Yuri Tikhonov <yur@emcraft.com>
5156Date: Mon Mar 31 10:49:34 2008 +0200
5157
5158 POST: preparations for moving CONFIG_POST to Makefiles
5159
5160 Remove CONFIG_POST ifdefs from the post/ source files.
5161
5162 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5163 Signed-off-by: Wolfgang Denk <wd@denx.de>
5164
5165commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
5166Author: Stefan Roese <sr@denx.de>
5167Date: Tue Apr 22 14:14:20 2008 +0200
5168
5169 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
5170
5171 This patch fixes the Canyonlands and Glacier default environment to better
5172 fit to the arch/powerpc device-tree kernels. The variables dealing with
5173 arch/ppc booting are removed, since these boards are supported only in
5174 arch/powerpc. Glacier uses the same config file as Canyonlands.
5175
5176 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
5177
5178 Signed-off-by: Stefan Roese <sr@denx.de>
5179
5180commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
5181Author: Stefan Roese <sr@denx.de>
5182Date: Tue Apr 22 14:06:42 2008 +0200
5183
5184 ppc4xx: Small coding style cleanup for the latest esd patches
5185
5186 Signed-off-by: Stefan Roese <sr@denx.de>
5187
5188commit 79941d63bc03aed8c48d7602f18217cc200ee931
5189Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5190Date: Mon Apr 21 18:01:07 2008 +0200
5191
5192 ppc4xx: Update CPU strapping for PMC440 boards
5193
5194 This patch removes the temporary 'test' strapping option
5195 of the sbe command. The '667' strapping option now uses
5196 a PLB/PCI divider of 3.
5197
5198 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5199
5200commit f00cf3193a6635355b121e90debb2f54e777e7da
5201Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5202Date: Mon Apr 21 14:42:21 2008 +0200
5203
5204 ppc4xx: Remove unused APC405 strataflash driver
5205
5206 The APC405 board support has been migrated to use the common
5207 CFI flash driver.
5208
5209 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5210
5211commit 1c686676a86473bbd92151f0544e109413f6ed06
5212Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5213Date: Mon Apr 21 14:42:17 2008 +0200
5214
5215 ppc4xx: Update APC405 configuration
5216
5217 - enable esd's auto_update mechanism
5218 - support alternative flash layout on rev. 1.8 boards
5219 - update default environment
5220 - use common CFI flash driver
5221 - coding style cleanup
5222
5223 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5224
5225commit 0b9872515a521bf7866dc24b85ddce708e60d702
5226Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5227Date: Mon Apr 21 14:42:11 2008 +0200
5228
5229 ppc4xx: Update APC405 board support
5230
5231 - enable esd's auto_update mechanism
5232 - fix LCD support on latest hardware revision (uses other LCD controller)
5233 - support alternative flash layout on rev. 1.8 boards
5234 - coding style cleanup
5235
5236 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5237
5238commit 83975d02e225e231960784972e7820a8b303756b
5239Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5240Date: Mon Apr 21 14:42:06 2008 +0200
5241
5242 ppc4xx: update esd's common auto_update code for 405 boards
5243
5244 - Coding style cleanup (long lines)
5245 - improve handling of protected flash regions
5246 - remove dead code
5247
5248 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5249
5250commit b9233fe5d59cb25d975071616bd1035d6f4c2285
5251Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5252Date: Mon Apr 21 14:41:59 2008 +0200
5253
5254 ppc4xx: Update esd's common LCD code for 405 boards
5255
5256 - Coding style cleanup (long lines)
5257 - Add s1d13505 support
5258 - Make some functions return a result code instead of void
5259
5260 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5261
5262commit dea68189424c3f1242427a8146a3861bf093173c
5263Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5264Date: Mon Apr 21 11:36:55 2008 +0200
5265
5266 ppc4xx: Update FPGA image for APC405 boards
5267
5268 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5269
5270commit 2a05b152924acfcec3b037693329e517e6d3578f
5271Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5272Date: Mon Apr 21 11:36:08 2008 +0200
5273
5274 ppc4xx: Update bootlogo for APC405 boards
5275
5276 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5277
5278commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
5279Author: Stefan Roese <sr@denx.de>
5280Date: Fri Apr 18 16:41:31 2008 +0200
5281
5282 ppc4xx: Add dcache_enable() for 440
5283
5284 dcache_enable() was missing for 440 and the patch
5285 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
5286 "] behavior uses this function.
5287
5288 Note: Currently the cache handling functions like
5289 d/icache_disable/enable() are NOP's on 440. This may be changed in the
5290 future.
5291
5292 Signed-off-by: Stefan Roese <sr@denx.de>
5293
5294commit a49e0d177a0749614b316ec847fb623f09c82c07
5295Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5296Date: Mon Apr 21 11:19:04 2008 +0200
5297
5298 video: Add missing free for logo memory
5299
5300 This patch adds two missing free()s.
5301
5302 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5303
5304commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
5305Author: Troy Kisky <troy.kisky@boundarydevices.com>
5306Date: Mon Sep 24 16:41:43 2007 -0700
5307
5308 PATCH - Fix oob data copied into supplied buffer
5309
5310 This patch correctly sets the oobavail variable
5311 and fixes a bug where the oob data was not valid when
5312 there where multiple groups in oobfree.
5313
5314 First segment fixes a typo
5315 Second segment fixes a bug where oob data may be copied incorrectly.
5316 Third segment adds an error message when exiting due to write protect.
5317 Forth segment fixes a bug where oobavail may be set incorrectly.
5318
5319 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
5320
5321commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
5322Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5323Date: Fri Apr 18 17:24:32 2008 +0200
5324
5325 ppc4xx: Fix sys_get_info() for 405GP(r)
5326
5327 This patch assigns the correct EBC clock for 405GP(r) CPUs
5328 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
5329 uses an uninitialized EBC clock in its startup message.
5330
5331 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5332
5333commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
5334Author: Wolfgang Denk <wd@denx.de>
5335Date: Sun Apr 20 15:39:38 2008 -0700
5336
5337 Makefile: remove nand_spl/System.map when cleaning up.
5338
5339commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
5340Author: Wolfgang Denk <wd@denx.de>
5341Date: Sun Apr 20 15:35:52 2008 -0700
5342
5343 MAKEALL: sort entries / lists.
5344
5345 Signed-off-by: Wolfgang Denk <wd@denx.de>
5346
5347commit 0878af169b181868a105b5c33f3a6423e2c9fd60
5348Author: Kumar Gala <galak@kernel.crashing.org>
5349Date: Fri Apr 18 11:29:01 2008 -0500
5350
5351 85xx: Fix size of cpu-release-addr property
5352
5353 The cpu-release-addr is defined as always being a 64-bit quanity regardless
5354 if we are running on a 32-bit or 64-bit machine.
5355
5356commit 88353a985109562a639b2f8a0c90d77011bfe374
5357Author: Timur Tabi <timur@freescale.com>
5358Date: Fri Apr 4 11:15:58 2008 -0500
5359
5360 Fix calculation of I2C clock for some 85xx chips
5361
5362 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
5363 some use CCB/3. There is no pattern that can be used to determine which
5364 chips use which frequency, so the only way to determine is to look up the
5365 actual SOC designation and use the right value for that SOC.
5366
5367 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
5368
5369 Signed-off-by: Timur Tabi <timur@freescale.com>
5370
5371commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
5372Author: Wolfgang Denk <wd@denx.de>
5373Date: Fri Apr 18 11:44:27 2008 -0700
5374
5375 Fix build breakage casued by commit c0559be371b2
5376
5377 Change env_get_char from a global function ptr to a function.
5378
5379 Signed-off-by: Wolfgang Denk <wd@denx.de>
5380
5381commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
5382Author: Wolfgang Denk <wd@denx.de>
5383Date: Fri Apr 18 10:53:41 2008 -0700
5384
5385 Coding Style cleanup, update CHANGELOG.
5386
5387 Signed-off-by: Wolfgang Denk <wd@denx.de>
5388
268a804d
WD
5389commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
5390Author: Mike Frysinger <vapier@gentoo.org>
5391Date: Tue Apr 8 14:00:57 2008 -0400
5392
5393 Add support for u-boot in svn and localversion-* files
5394
5395 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5396
5397commit d23ff6827decf121461fbc5622612fd7effe207e
5398Author: Guennadi Liakhovetski <lg@denx.de>
5399Date: Thu Apr 3 17:04:22 2008 +0200
5400
5401 MX31ADS network and flash updates
5402
5403 This patch allows U-Boot to use buffered writes to the Spansion NOR
5404 flash installed on this board, and eliminates long delays in network
5405 transfers after the board startup.
5406
5407 Also modify flash layout to embed main and redundant environment
5408 blocks in the U-Boot image.
5409
5410 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5411
5412commit b5dc9b304d289831f291843ff88a45cbdf1a6290
5413Author: Guennadi Liakhovetski <lg@denx.de>
5414Date: Mon Apr 14 10:53:12 2008 +0200
5415
5416 Support for the MX31ADS evaluation board from Freescale
5417
5418 This patch adds support for the MX31ADS evaluation board from Freescale,
5419 initialization code is copied from RedBoot sources, also provided by
5420 Freescale.
5421
5422 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5423
7ed40117
WD
5424commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
5425Author: Stefan Roese <sr@denx.de>
5426Date: Tue Apr 8 10:33:29 2008 +0200
5427
5428 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
5429
5430 Signed-off-by: Stefan Roese <sr@denx.de>
5431
5432commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
5433Author: Stefan Roese <sr@denx.de>
5434Date: Tue Apr 8 10:33:28 2008 +0200
5435
5436 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
5437
5438 Signed-off-by: Stefan Roese <sr@denx.de>
5439
5440commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
5441Author: Stefan Roese <sr@denx.de>
5442Date: Tue Apr 8 10:33:27 2008 +0200
5443
5444 ppc4xx: Add Glacier NAND booting target
5445
5446 Signed-off-by: Stefan Roese <sr@denx.de>
5447
5448commit 46f373838e384a4c23d13581b1dfa5acb66b5810
5449Author: Stefan Roese <sr@denx.de>
5450Date: Tue Apr 8 10:31:00 2008 +0200
5451
5452 nand_spl: Update nand_spl to support 2k page size NAND devices
5453
5454 This patch adds support for booting from 2k page sized NAND device
5455 (e.g. Micron 29F2G08AAC).
5456
5457 Tested on AMCC Canyonlands.
5458
5459 Signed-off-by: Stefan Roese <sr@denx.de>
5460
268a804d
WD
5461commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
5462Author: Anatolij Gustschin <agust@denx.de>
5463Date: Thu Apr 17 18:18:00 2008 +0200
5464
5465 Fix crash on sequoia in ppc_4xx_eth_init
5466
5467 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
5468 with cache enabled (TLB Parity exeption). This patch
5469 fixes the problem.
5470
5471 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5472
5473commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
5474Author: Anatolij Gustschin <agust@denx.de>
5475Date: Thu Apr 17 18:15:27 2008 +0200
5476
5477 ppc4xx: Fix crash on sequoia with cache enabled
5478
5479 Currently U-Boot crashes on sequoia board in CPU POST if
5480 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
5481 won't be disabled by change_tlb before CPU POST because
5482 there is an insufficient adress range check since
5483 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
5484 this problem.
5485
5486 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5487
5488commit 43c509254fab375c49936498da944658117ed07c
5489Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5490Date: Thu Apr 17 23:35:13 2008 +0900
5491
5492 Use jr as register jump instruction
5493
5494 Current assembler codes are inconsistent in the way of register jump
5495 instruction usage; some use jr, some use j. Of course GNU as allows both
5496 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
5497 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
5498 at all.
5499
5500 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5501
5502commit 7ce63709828d37b08866e537339a169bd0db2bd3
5503Author: Guennadi Liakhovetski <lg@denx.de>
5504Date: Tue Apr 15 14:15:30 2008 +0200
5505
5506 RTC driver for MC13783
5507
5508 MC13783 is a multifunction IS with an SPI interface to the host. This
5509 driver handles the RTC controller in this chip.
5510
5511 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5512
5513commit 38254f45b0b412332726c90d3184ad47479fcffb
5514Author: Guennadi Liakhovetski <lg@denx.de>
5515Date: Tue Apr 15 14:14:25 2008 +0200
5516
5517 New i.MX31 SPI driver
5518
5519 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
5520 only implemented and tested on i.MX31, can with a modified register layout
5521 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
5522 controllers too.
5523
5524 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5525
5526commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
5527Author: Magnus Lilja <lilja.magnus@gmail.com>
5528Date: Tue Apr 15 19:09:10 2008 +0200
5529
5530 Fix name of i.MX31 boards in config file header
5531
5532 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
5533
5534 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5535
5536commit a49864593e083a5d0779fb9ca98e5a0f2053183d
5537Author: Mike Frysinger <vapier@gentoo.org>
5538Date: Sun Apr 13 19:42:19 2008 -0400
5539
5540 allow ports to override go behavior
5541
5542 Split the arch-specific logic out of the common go code and into a dedicated
5543 weak function called do_go_exec() that lives in cpu directories. This will
5544 need review from i386/nios people to make sure I didn't break them.
5545
5546commit 017e9b7925f74878d0e9475388cca9bda5ef9482
5547Author: Mike Frysinger <vapier@gentoo.org>
5548Date: Sun Apr 13 19:42:18 2008 -0400
5549
5550 allow ports to override bootelf behavior
5551
5552 Change the bootelf setup function into a dedicated weak function called
5553 do_bootelf_exec. This way ports can control the behavior however they
5554 like before/after calling the ELF entry point.
5555
5556commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
5557Author: Ulf Samuelsson <ulf@atmel.com>
5558Date: Sat Apr 12 20:56:03 2008 +0200
5559
5560 Reorder ARM boards in Makefile
5561
5562 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
5563 are no longer under ARM92xT header.
5564
5565 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
5566 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5567
5568commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
5569Author: Ulf Samuelsson <ulf@atmel.com>
5570Date: Sat Apr 12 20:29:44 2008 +0200
5571
5572 Clean up dataflash partitioning
5573
5574 This patch removes the board dependent parts from
5575 "drivers/mtd/dataflash.c".
5576 Each board relying on this, will have the appropriate
5577 code in a new file, "partition.c" in the board directory.
5578 board Makefiles updated to use the file.
5579
5580 The dataflash partitions are aligned on sector/page boundaries.
5581
5582 The CONFIG_NEW_DF_PARTITION was used to create named partitions
5583 This is now the default operation, and the CONFIG variable is removed.
5584
5585 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
5586
5587commit 51ecde946fec511a16346e498204ca10ad71080d
5588Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5589Date: Sat Apr 12 14:08:45 2008 +0200
5590
5591 gitignore: udpate stgit generated and .patch file
5592
5593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5594
5595commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
5596Author: Wolfgang Denk <wd@denx.de>
5597Date: Fri Apr 18 00:15:36 2008 -0700
5598
5599 Get rid of redundant copy of renamed header file.
5600
5601 Signed-off-by: Wolfgang Denk <wd@denx.de>
5602
5603commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
5604Author: Vlad Lungu <vlad@comsys.ro>
5605Date: Fri Apr 11 21:20:14 2008 +0300
5606
5607 Fix dependency generation for older gcc versions
5608
5609 With gcc 3.3.3 at least, compilation fails with
5610
5611 Generating include/autoconf.mk
5612 gcc: compilation of header file requested
5613 make: *** [include/autoconf.mk] Error 1
5614
5615 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
5616
5617 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
5618
5619commit cb1c4896905ab22fcd982e6a8a539f0031942e71
5620Author: Marian Balakowicz <m8@semihalf.com>
5621Date: Fri Apr 11 11:07:49 2008 +0200
5622
5623 Restore the ability to continue booting after legacy image overwrite
5624
5625 Before new uImage code was merged, bootm code allowed for the kernel image to
5626 get overwritten during decompresion. new uImage introduced a check for image
5627 overwrites and refused to boot the image that got overwritten. This patch
5628 restores the old behavior. It also adds a warning when the image overwriten is
5629 a multi-image file, because in such case accessing componentes other than the
5630 first one will fail.
5631
5632 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5633
5634commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
5635Author: Marian Balakowicz <m8@semihalf.com>
5636Date: Fri Apr 11 11:07:43 2008 +0200
5637
5638 ppc: Fix ftd_blob variable init when processing raw blob
5639
5640 Set fdt_blob variable before its value is printed out.
5641
5642 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5643
5644commit 3d36be030043cd841a2551d00a395135e363a64b
5645Author: Jason Wessel <jason.wessel@windriver.com>
5646Date: Thu Apr 10 14:30:16 2008 -0500
5647
5648 Remove all the search paths from the .lds files.
5649
5650 The cross compiler is responsible for providing the correct libraries
5651 and the logic to find the linking libraries.
5652
5653 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
5654
5655commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
5656Author: Bartlomiej Sieka <tur@semihalf.com>
5657Date: Mon Apr 14 15:44:16 2008 +0200
5658
5659 Boot-related documentation update
5660
5661 - document 'bootm_low' and 'bootm_size' environment variables
5662 - update inaccurate CFG_BOOTMAPSZ entry
5663
5664 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5665
5666commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
5667Author: Guennadi Liakhovetski <lg@denx.de>
5668Date: Wed Apr 9 17:34:08 2008 +0200
5669
5670 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
5671
5672 Restore logic reverted by commit
5673
5674 commit 80767a6cead9990d9e77e62be947843c2c72f469
5675 Author: Peter Pearse <peter.pearse@arm.com>
5676 Date: Wed Sep 5 16:04:41 2007 +0100
5677
5678 Changed API name to coloured_led.h
5679 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
5680 Tidied other cpu/arm920t/start.S code
5681
5682 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5683
5684commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
5685Author: Mike Frysinger <vapier@gentoo.org>
5686Date: Tue Apr 8 10:24:24 2008 -0400
5687
5688 Remove conflicting NAND ID
5689
5690 There are two NAND entries with ID 0xDC and this obviously causes problems.
5691 In the kernel, they punted the first entry, so we should do the same.
5692
5693 See this upstream e-mail for more info:
5694 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
5695
5696 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
5697 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5698
5699commit 188e94c370621708d13547d58dbc6ed3c5602aa8
5700Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
5701Date: Tue Apr 8 16:20:35 2008 +0900
5702
5703 cpu/mips/cpu.c: Fix flush_cache bug
5704
5705 Cache operations have to take line address (addr), not start_addr.
5706 I noticed this bug when debugging ping failure.
5707
5708 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
5709
5710commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
5711Author: Martin Krause <martin.krause@tqs.de>
5712Date: Thu Apr 3 14:29:01 2008 +0200
5713
5714 TQM5200: fix default IDE reset level
5715
5716 Before the first call of ide_reset(), the level of the IDE reset
5717 signal on the TQM5200 is low (reset asserted). This patch sets the
5718 default value to high (reset not asserted).
5719
5720 Currently this patch fixes no real problem, but it is cleaner to
5721 assert the reset signal only on demand, and not permanently.
5722
5723 Signed-off-by: Martin Krause <martin.krause@tqs.de>
5724
5725commit c61e033d6e8abb7b4060ee36060961e1399f6079
5726Author: Detlev Zundel <dzu@denx.de>
5727Date: Thu Apr 3 14:18:48 2008 +0200
5728
5729 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
5730
5731 Signed-off-by: Detlev Zundel <dzu@denx.de>
5732
5733commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
5734Author: Detlev Zundel <dzu@denx.de>
5735Date: Thu Apr 3 14:18:47 2008 +0200
5736
5737 mgcoge, mgsuv: rename 'addcon' to 'addcons'
5738
5739 The latter name with 13 users is already established, so we will use
5740 that.
5741
5742 Signed-off-by: Detlev Zundel <dzu@denx.de>
5743
5744commit e175eacc87c3a9e4dad0799fee0e95732520afc7
5745Author: Martin Krause <martin.krause@tqs.de>
5746Date: Thu Apr 3 13:37:56 2008 +0200
5747
5748 IDE: fix bug in reset sequence
5749
5750 According to the ata (ata5) specification the RESET- signal
5751 shall be asserted for at least 25 us. Without this patch,
5752 the RESET- signal is asserted on some boards for only < 1 us
5753 (e. g. on the TQM5200). This patch adds a general delay of
5754 25 us to the RESET- signal.
5755
5756 Without this patch a Platinum 4 GiB CF card is not recognised
5757 properly on boards with a TQM5200 (STK52xx, TB5200).
5758
5759 Signed-off-by: Martin Krause <martin.krause@tqs.de>
5760
5761commit 813bea96a960916c72b4a3a7df840151529c26ce
5762Author: Sascha Laue <Sascha.Laue@gmx.biz>
5763Date: Thu Apr 3 14:43:11 2008 +0200
5764
5765 lwmon5: disable CONFIG_ZERO_BOOTDELAY
5766
5767 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
5768
5769commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
5770Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5771Date: Wed Apr 2 08:03:58 2008 +0200
5772
5773 ds174x: Fix warning on return in rtc_get and rtc_set functions
5774
5775 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5776
5777commit a253b38bf50c85227c33ca0febc870ee49d1588e
5778Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5779Date: Wed Apr 2 08:03:57 2008 +0200
5780
5781 cmd_log.c: Fix assignment differ in signedness
5782
5783 In function 'logbuff_init_ptrs':
5784 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
5785
5786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5787
5788commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
5789Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
5790Date: Wed Apr 2 11:04:43 2008 +0530
5791
5792 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
5793
5794 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
5795
5796commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
5797Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5798Date: Tue Apr 1 14:07:10 2008 +0200
5799
5800 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
5801
5802 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5803
5804commit c08fb3ea36d19b1640b7906264581e9105534399
5805Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5806Date: Tue Apr 15 10:24:14 2008 +0200
5807
5808 Additional PCI IDs for IDE and network controllers
5809
5810 These PCI IDs are required by the Linkstation platforms.
5811
5812 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5813
5814commit c0559be371b2a64b1a817088c3308688e2182f93
5815Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
5816Date: Mon Apr 14 23:01:50 2008 +0200
5817
5818 Change env_get_char from a global function ptr to a function.
5819
5820 This avoids an early global data reference.
5821
5822 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5823
5824commit 3e0f331c05d72f140715c1e9fca991927e44d422
5825Author: Guennadi Liakhovetski <lg@denx.de>
5826Date: Tue Apr 29 12:35:08 2008 +0000
5827
5828 Clean up smsc911x driver
5829
5830 Replace direct register address derefencing with accessor functions.
5831 Restrict explicitly 32-bit bus-width, extend affected configurations
5832 respectively.
5833
5834 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5835 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5836
5837commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
5838Author: Sascha Hauer <s.hauer@pengutronix.de>
5839Date: Tue Apr 15 00:08:20 2008 -0400
5840
5841 This patch adds a driver for the following smsc network controllers:
5842 LAN9115
5843 LAN9116
5844 LAN9117
5845 LAN9215
5846 LAN9216
5847 LAN9217
5848
5849 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
5850 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
5851 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5852
5853commit 3dfd4aab929cccddb63d9ea509967861e1333b52
5854Author: Sascha Laue <Sascha.Laue@gmx.biz>
5855Date: Tue Apr 1 15:13:03 2008 +0200
5856
5857 Fix watchdog POST for lwmon5
5858
5859 If the hardware watchdog detects a voltage error, the watchdog sets
5860 GPIO62 to low. The watchdog POST has to detect this low level.
5861
5862 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
5863
5864commit 24b448448a917e52806f82660a5c9d47608894fb
5865Author: Dave Liu <r63238@freescale.com>
5866Date: Tue Apr 1 15:22:11 2008 +0800
5867
5868 ata: update the libata.h from ata.h of linux kernel
5869
5870 Current libata.h of u-boot is out of sync from linux kernel,
5871 this patch make it be consistent with linux kernel.
5872
5873 Signed-off-by: Dave Liu <daveliu@freescale.com>
5874 Signed-off-by: Tor Krill <tor@excito.com>
5875
5876commit f8f9dc98883f66f59eb0601da65808e6b139c87c
5877Author: Kumar Gala <galak@kernel.crashing.org>
5878Date: Mon Mar 31 11:59:27 2008 -0500
5879
5880 Allow use of ARCH=powerpc when building
5881
5882 The linux kernel is now mostly ARCH=powerpc, so to make life easier
5883 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
5884
5885 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5886
5887commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
5888Author: Kyungmin Park <kmpark@infradead.org>
5889Date: Mon Mar 31 10:40:54 2008 +0900
5890
5891 Add apollon board MAINTAINERS entry
5892
5893 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5894
5895commit 77e475cc0ed1832160017d364be32a0be9ff02a9
5896Author: Kyungmin Park <kmpark@infradead.org>
5897Date: Mon Mar 31 10:40:36 2008 +0900
5898
5899 Fix OneNAND read
5900
5901 It should access with 16-bit instead of 8-bit
5902
5903 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
5904
5905 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5906
5907commit a9da2b41079d230db3a5641625311983f85ce1fb
5908Author: Kyungmin Park <kmpark@infradead.org>
5909Date: Mon Mar 31 10:40:19 2008 +0900
5910
5911 Fix OneNAND erase command
5912
5913 It mis-calculates the block address.
5914 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
5915
5916 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5917
5918commit 61525f2ffa156665a66908fda47dbf29d65ea579
5919Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5920Date: Mon Mar 31 01:32:15 2008 +0200
5921
5922 Support for LinkStation / KuroBox HD and HG PPC models
5923
5924 This patch is based on the port by Mihai Georgian (see linkstation.c for
5925 Copyright information) and implements support for LinkStation / KuroBox HD
5926 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
5927 the moment, pending network driver fixing.
5928
5929 Notice to users: this is pretty much a barebone port. Support for network
5930 on HG models is already in the U-Boot mainline, but you might also want
5931 patches to switch fan / phy modes depending on the negotiated ethernet
5932 parameters. This patch also doesn't support console switching, booting EM
5933 mode, Buffalo specific ext2 magic number. So, if you want to use any of
5934 those, you need additional patches. Otherwise this patche provides a fully
5935 functional u-boot with a network console on your system.
5936
5937 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5938
5939commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
5940Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5941Date: Sun Mar 30 01:22:13 2008 -0500
5942
5943 Add CONFIG_MII_INIT support to related boards
5944
5945 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
5946 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
5947 that use mii_init() in cmd_init.c.
5948
5949 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5950 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5951
5952commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
5953Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5954Date: Sun Mar 30 01:19:06 2008 -0500
5955
5956 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
5957
5958 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
5959 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
5960
5961 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5962
5963commit e99ccb488181d012248c6be30b2093e950319fc5
5964Author: Kumar Gala <galak@kernel.crashing.org>
5965Date: Thu Mar 27 11:46:38 2008 -0500
5966
5967 Introduce phys_size_t and move phys_addr_t into asm/types.h
5968
5969 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
5970 that have larger physical addresses like 44x, 85xx, and 86xx.
5971
5972 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5973
5974commit 20a14a42a25f72e379f38460b8a8484667536795
5975Author: Andy Fleming <afleming@freescale.com>
5976Date: Wed Apr 2 16:19:07 2008 -0500
5977
5978 Rename include/md5.h to include/u-boot/md5.h
5979
5980 Some systems have md5.h installed in /usr/include/. This isn't the
5981 desired file (we want the one in include/md5.h). This will avoid the
5982 conflict. This fixes the host tools building problem by creating a new
5983 directory for U-Boot specific header files.
5984
5985 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
5986 Denk]
5987
5988 Signed-off-by: Wolfgang Denk <wd@denx.de>
5989 Signed-off-by: Andy Fleming <afleming@freescale.com>
5990 Acked-by: Timur Tabi <timur@freescale.com>
5991
5992commit f297b7a1ec87433f66320d89d993e1bc738c66b8
5993Author: Dave Liu <r63238@freescale.com>
5994Date: Thu Mar 27 18:51:17 2008 +0800
5995
5996 drivers: code clean up
5997
5998 Signed-off-by: Dave Liu <daveliu@freescale.com>
5999
6000commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
6001Author: Dave Liu <r63238@freescale.com>
6002Date: Thu Mar 27 18:50:41 2008 +0800
6003
6004 drivers: clean up the ata_piix.h
6005
6006 Signed-off-by: Dave Liu <daveliu@freescale.com>
6007
6008commit e8f7ba404f1409606962815ecc955a06984b08b3
6009Author: Dave Liu <r63238@freescale.com>
6010Date: Thu Mar 27 18:49:56 2008 +0800
6011
6012 doc: english polishing for README.sata
6013
6014 according to gvb's suggestion, polishing for the doc.
6015
6016 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
6017 Signed-off-by: Dave Liu <daveliu@freescale.com>
6018
6019commit 3e3f766a5274d204780460e1879723b565296d34
6020Author: Kumar Gala <galak@kernel.crashing.org>
6021Date: Wed Mar 26 18:53:28 2008 -0500
6022
6023 Fix warnings introduced by I2C bus speed setting patch
6024
6025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6026
6027commit 3c735e7437150e8615f26930c7819db85634276d
6028Author: eran liberty <eran.liberty@gmail.com>
6029Date: Thu Mar 27 00:50:49 2008 +0100
6030
6031 Altera Stratix II support
6032
6033 Adds Support for Altera's Stratix II.
6034
6035 Within your board specific init file you will have to call
6036
6037 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
6038 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
6039
6040 Altera_desc* contines (for example):
6041 {
6042 Altera_StratixII, /* part type */
6043 passive_serial, /* interface type */
6044 1, /* bytes of data part can accept */
6045 (void *)(&funcs), /* interface function table */
6046 0L, /* base interface address */
6047 0 /* implementation specific cookie */
6048 }
6049
6050 funcs is the interface. It is of type altera_board_specific_func.
6051 It looks like this:
6052 altera_board_specific_func func = {
6053 pre_fn,
6054 config_fn,
6055 status_fn,
6056 done_fn,
6057 clk_fn,
6058 data_fn,
6059 abort_fn,
6060 post_fn,
6061 };
6062
6063 you will have to implement these functions, which is usually bit
6064 banging some gpio.
6065
6066 Signed-off-by: Eran Liberty <liberty@extricom.com>
6067
6068commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
6069Author: Wolfgang Denk <wd@denx.de>
6070Date: Sun Apr 13 14:32:54 2008 -0700
6071
6072 Update CHANGELOG
6073
6074 Signed-off-by: Wolfgang Denk <wd@denx.de>
6075
5ece9ec9
WD
6076commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
6077Author: Sascha Hauer <s.hauer@pengutronix.de>
6078Date: Wed Mar 26 20:41:17 2008 +0100
6079
6080 Phytec Phycore-i.MX31 support
6081
6082 This patch adds support for the Phytec Phycore-i.MX31 board
6083
6084 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
6085 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6086
6087commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
6088Author: Sascha Hauer <s.hauer@pengutronix.de>
6089Date: Wed Mar 26 20:41:09 2008 +0100
6090
6091 mx31 litekit support
6092
6093 This patch adds support for the mx31 litekit board
6094
6095 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
6096 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6097
6098commit cdace0661208754a53019ea0dc7b803a040e0939
6099Author: Sascha Hauer <s.hauer@pengutronix.de>
6100Date: Wed Mar 26 20:40:49 2008 +0100
6101
6102 add an i2c driver for mx31
6103
6104 This patch adds an i2c driver for Freescale i.MX processors
6105
6106 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
6107 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6108
6109commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
6110Author: Sascha Hauer <s.hauer@pengutronix.de>
6111Date: Wed Mar 26 20:40:42 2008 +0100
6112
6113 core support for Freescale mx31
6114
6115 This patch adds the core support for Freescale mx31
6116
6117 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
6118 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6119
6120commit 7ec68862a27c8f6f6d566228de8f6724d964a939
6121Author: Wolfgang Denk <wd@denx.de>
6122Date: Sun Apr 13 14:19:23 2008 -0700
6123
6124 Fix compile error
6125
6126 ...as suggested by Peter Pearse
6127
6128 Signed-off-by: Wolfgang Denk <wd@denx.de>
6129
6130commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
6131Author: Sascha Hauer <s.hauer@pengutronix.de>
6132Date: Wed Mar 26 20:40:36 2008 +0100
6133
6134 Separate omap24xx specific code from arm1136
6135
6136 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
6137 to cpu/arm1136/omap24xx.
6138
6139 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
6140 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6141
6142commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
6143Author: Mike Frysinger <vapier@gentoo.org>
6144Date: Tue Jan 29 18:21:05 2008 -0500
6145
6146 disable caches before booting an app for Blackfin apps
6147
6148 It isn't generally save to execute applications outside of U-Boot with caches
6149 enabled due to the way the Blackfin processor handles caches (requires
6150 software assistance). This patch disables caches before booting an ELF or
6151 just booting raw code. The previous discussion on the patch was that we
6152 wanted to use weaks instead, but that proved to not be feasible when multiple
6153 symbols are involved, which puts us back at the ifdef solution. I've
6154 minimized the ugliness by moving the setup step outside of the main function.
6155
6156 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6157
6158commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
6159Author: Wolfgang Denk <wd@denx.de>
6160Date: Sun Apr 13 10:03:54 2008 -0700
6161
6162 ppc: Get rid of unused machine type definitions
6163
6164 Signed-off-by: Wolfgang Denk <wd@denx.de>
6165
6166commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
6167Author: Wolfgang Denk <wd@denx.de>
6168Date: Sun Apr 13 09:59:26 2008 -0700
6169
6170 Coding Style cleanup; update CHANGELOG
6171
6172 Signed-off-by: Wolfgang Denk <wd@denx.de>
6173
1aeed8d7
WD
6174commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
6175Author: Larry Johnson <lrj@acm.org>
6176Date: Thu Feb 21 13:58:11 2008 -0500
6177
6178 LM73 bug fix for negative temperatures and cleanup
6179
6180 When the LM73 temperature sensor measures a temperature below 0 C, the
6181 current driver does not perform sign extension, so the result returned is
6182 512 C too high. This patch fixes the problem, and does general cleanup
6183 of the code.
6184
6185 Signed-off-by: Larry Johnson <lrj@acm.org>
6186
6187commit 96ef831f713289afba19da0c8f905e99da2b23e0
6188Author: Guennadi Liakhovetski <lg@denx.de>
6189Date: Thu Apr 3 13:36:02 2008 +0200
6190
6191 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
6192
6193 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
6194 series require different addresses for buffered write commands. Define a
6195 configuration option to support buffered writes on those chips. A more
6196 elegant solution would be to automatically detect those chips by parsing
6197 their CFI records, but that would require introduction of a fixup table
6198 into the cfi_flash driver.
6199
6200 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6201
6202commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
6203Author: Lee Nipper <lee.nipper@freescale.com>
6204Date: Thu Apr 10 09:35:06 2008 -0500
6205
6206 mpc83xx: Update DIMM data bus width test to support 40-bit width
6207
6208 32-bit wide ECC memory modules report 40-bit width.
6209 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
6210
6211 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
6212 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6213
6214commit 5fb5a689d822ca61e814bd523fc930af335242fa
6215Author: Dave Liu <r63238@freescale.com>
6216Date: Mon Mar 31 17:05:12 2008 +0800
6217
6218 mpc83xx: Fix the bug of serdes initialization
6219
6220 Currently the serdes will not be initializated due to the
6221 partid's error.
6222
6223 Signed-off-by: Dave Liu <daveliu@freescale.com>
6224 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6225
6226commit 2000784818f043db7ca60e2846a72d097766b894
6227Author: Dave Liu <r63238@freescale.com>
6228Date: Thu Apr 3 16:28:29 2008 +0800
6229
6230 mpc83xx: Fix the SATA clock setting of 837x targets
6231
6232 Currently the SATA controller clock is configured as CSB clock,
6233 usually the CSB clock is 400/333/266MHz.
6234
6235 However, The SATA IP block is only guaranteed to operate up to
6236 200 MHz as stated in the HW spec.
6237
6238 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
6239
6240 This patch makes the SATA clock as half of CSB clock.
6241
6242 Signed-off-by: Dave Liu <daveliu@freescale.com>
6243 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6244
6245commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
6246Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6247Date: Wed Apr 2 13:41:21 2008 +0200
6248
6249 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
6250
6251 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6253
6254commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
6255Author: Kumar Gala <galak@kernel.crashing.org>
6256Date: Wed Apr 9 04:20:57 2008 -0500
6257
6258 85xx: Fix detection of MP cpu spin up
6259
6260 We were looking at the wrong memory offset to determine of a secondary
6261 cpu had been spun up or not. Also added a warning message if the
6262 all the secondary cpus we expect don't spin up.
6263
6264 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6265
6266commit f3e04bdc3f360c66801a9048956e61e41a16edba
6267Author: Kumar Gala <galak@kernel.crashing.org>
6268Date: Tue Apr 8 10:45:50 2008 -0500
6269
6270 85xx: Use SVR_SOC_VER instead of SVR_VER
6271
6272 The recent change introduced by 'Update SVR numbers to expand support'
6273 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
6274 to compare against a particular processor id.
6275
6276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6277
6278commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
6279Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
6280Date: Fri Apr 11 10:00:35 2008 -0400
6281
6282 ppc4xx: Fix power mgt definitions for PPC440
6283
6284 Corrected DCR addresses of PPC440EP power management registers.
6285
6286 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
6287
6288commit 950a392464e616b4590bc4501be46e2d7d162dea
6289Author: Wolfgang Denk <wd@denx.de>
6290Date: Fri Apr 11 15:11:26 2008 +0200
6291
6292 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
6293
6294 Reverting became necessary after it turned out that the patches in
6295 the u-boot-arm repo were modified, and in some cases corrupted.
6296
6297 This reverts the following commits:
6298
6299 066bebd6353e33af3adefc3404560871699e9961
6300 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
6301 c88ae20580b2b01487b4cdcc8b2a113f551aee36
6302 a147e56f03871bba4f05058d5e04ce7deb010b04
6303 d6674e0e2a6a1f033945f78838566210d3f28c95
6304 8c8463cce44d849e37744749b32d38e1dfb12e50
6305 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
6306 8bf69d81782619187933a605f1a95ee1d069478d
6307 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
6308 a574a73852a527779234e73e17e7597fd8128882
6309 1377b5583a48021d983e1fd565f7d40c89e84d63
6310 1704dc20917b4f71e373e2c888497ee666d40380
6311
6312 Signed-off-by: Wolfgang Denk <wd@denx.de>
6313
6314commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
6315Author: Stefan Roese <sr@denx.de>
6316Date: Fri Apr 11 07:02:29 2008 +0200
6317
6318 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
6319
6320 This patch reworks the default environment on Kilauea/Haleakala. Now
6321 "net_nfs" for exmaple uses the device-tree style booting formerly know
6322 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
6323 new image booting support, which check for image overwriting. So the
6324 addresses needed togeet adjusted.
6325
6326 Signed-off-by: Stefan Roese <sr@denx.de>
6327
6328commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
6329Author: Stefan Roese <sr@denx.de>
6330Date: Wed Apr 9 11:58:02 2008 +0200
6331
6332 ppc4xx: Fix Canyonlands default environment to work with new image support
6333
6334 Since the new image support checks for image overwriting, the default
6335 environment needs to get adjusted to use correct addresses.
6336
6337 Signed-off-by: Stefan Roese <sr@denx.de>
6338
6339commit dfc6c7b647dba7ab86749616f0e9e5740deed422
6340Author: Stefan Roese <sr@denx.de>
6341Date: Wed Apr 9 11:54:11 2008 +0200
6342
6343 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
6344
6345 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
6346 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
6347 on 4xx systems _start currently cannot be used for this calculation.
6348 So revert back to the original version for now.
6349
6350 Signed-off-by: Stefan Roese <sr@denx.de>
6351
6352commit f91374f65eae8b42cac329e06ba1c54728278efb
6353Author: Michal Simek <monstr@monstr.eu>
6354Date: Fri Mar 28 12:49:52 2008 +0100
6355
6356 microblaze: Sort microblaze boards in MAKEALL script
6357
6358commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
6359Author: Michal Simek <monstr@monstr.eu>
6360Date: Fri Mar 28 11:58:45 2008 +0100
6361
6362 microblaze: clean microblaze_config.mk
6363
6364 FLAGS are generated by U-BOOT generator.
6365 Board specific FLAGS are in board directory
6366
6367 Signed-off-by: Michal Simek <monstr@monstr.eu>
6368
6369commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
6370Author: Michal Simek <monstr@monstr.eu>
6371Date: Fri Mar 28 12:47:19 2008 +0100
6372
6373 microblaze: xupv2p fix config file for supporting FDT
6374
6375commit 188dc16b189143573b1ed90e584bf866d75cdd12
6376Author: Michal Simek <monstr@monstr.eu>
6377Date: Fri Mar 28 11:53:02 2008 +0100
6378
6379 microblaze: ml401 fix config file for supporting FDT
6380
6381 Signed-off-by: Michal Simek <monstr@monstr.eu>
6382
6383commit 4c6a6f02e239236261333759997eeaf86b30b54c
6384Author: Michal Simek <monstr@monstr.eu>
6385Date: Fri Mar 28 11:22:48 2008 +0100
6386
6387 microblaze: ml401 - add ifdef for GPIO
6388
6389 Signed-off-by: Michal Simek <monstr@monstr.eu>
6390
6391commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
6392Author: Michal Simek <monstr@monstr.eu>
6393Date: Fri Mar 28 12:13:03 2008 +0100
6394
6395 microblaze: clean uart16550 and uartlite handling
6396
6397 Signed-off-by: Michal Simek <monstr@monstr.eu>
6398
6399commit 0b20f250877441460fb79d72192954abe8498834
6400Author: Michal Simek <monstr@monstr.eu>
6401Date: Fri Mar 28 11:08:31 2008 +0100
6402
6403 microblaze: Add Emaclite driver to Makefile
6404
6405 Signed-off-by: Michal Simek <monstr@monstr.eu>
6406
6407commit 868cde5310f88234b774878e4f06e79df10a88b3
6408Author: Michal Simek <monstr@monstr.eu>
6409Date: Fri Mar 28 11:08:01 2008 +0100
6410
6411 microblaze: Add Emac driver to Makefile
6412
6413 Signed-off-by: Michal Simek <monstr@monstr.eu>
6414
6415commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
6416Author: Michal Simek <monstr@monstr.eu>
6417Date: Fri Mar 28 12:42:29 2008 +0100
6418
6419 microblaze: add Emac ethernet driver
6420
6421commit 89c53891b18cbafd29ab8931b40e27ad231b6085
6422Author: Michal Simek <monstr@monstr.eu>
6423Date: Fri Mar 28 12:41:56 2008 +0100
6424
6425 microblaze: add Emaclite ethernet driver
6426
6427commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
6428Author: Michal Simek <monstr@monstr.eu>
6429Date: Fri Mar 28 11:04:01 2008 +0100
6430
6431 microblaze: ML401 and XUPV2P remove emac and emaclite reference
6432
6433 Signed-off-by: Michal Simek <monstr@monstr.eu>
6434
6435commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
6436Author: Michal Simek <monstr@monstr.eu>
6437Date: Fri Mar 28 10:59:32 2008 +0100
6438
6439 microblaze: remove old setting for emac driver
6440
6441 Signed-off-by: Michal Simek <monstr@monstr.eu>
6442
6443commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
6444Author: Michal Simek <monstr@monstr.eu>
6445Date: Fri Mar 28 10:58:15 2008 +0100
6446
6447 microblaze: Clean Makefile from ancient emac driver
6448
6449 Signed-off-by: Michal Simek <monstr@monstr.eu>
6450
6451commit ab68f921d9c741830f721c3d879c13a0c5597183
6452Author: Daniel Hellstrom <daniel@gaisler.com>
6453Date: Fri Mar 28 10:20:43 2008 +0100
6454
6455 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
6456
6457 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6458
6459commit 6ed8a43a19bb0275501bc286007daafa923552cf
6460Author: Daniel Hellstrom <daniel@gaisler.com>
6461Date: Wed Mar 26 23:38:48 2008 +0100
6462
6463 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.
6464
6465 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6466
6467commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
6468Author: Daniel Hellstrom <daniel@gaisler.com>
6469Date: Wed Mar 26 23:34:47 2008 +0100
6470
6471 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
6472
6473 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6474
6475commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
6476Author: Daniel Hellstrom <daniel@gaisler.com>
6477Date: Fri Mar 28 10:06:52 2008 +0100
6478
6479 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
6480
6481 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6482
6483commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
6484Author: Daniel Hellstrom <daniel@gaisler.com>
6485Date: Wed Mar 26 23:26:48 2008 +0100
6486
6487 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
6488
6489 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6490
6491commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
6492Author: Daniel Hellstrom <daniel@gaisler.com>
6493Date: Fri Mar 28 10:00:33 2008 +0100
6494
6495 SPARC: Added support for SPARC LEON2 SOC Processor.
6496
6497 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6498
6499commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
6500Author: Daniel Hellstrom <daniel@gaisler.com>
6501Date: Wed Mar 26 23:00:38 2008 +0100
6502
6503 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.
6504
6505 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6506
6507commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
6508Author: Daniel Hellstrom <daniel@gaisler.com>
6509Date: Wed Mar 26 22:51:29 2008 +0100
6510
6511 SPARC: Added support for SPARC LEON3 SOC processor.
6512
6513 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6514
6515commit bf3d8b31169546fcddb4737391e1893fb12d033a
6516Author: Daniel Hellstrom <daniel@gaisler.com>
6517Date: Fri Mar 28 08:29:26 2008 +0100
6518
6519 SPARC: added SPARC support for new uimage in common code.
6520
6521 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6522
6523commit 00ab32c85405a4fe65fd4128243086210fc90a21
6524Author: Daniel Hellstrom <daniel@gaisler.com>
6525Date: Wed Mar 26 22:36:03 2008 +0100
6526
6527 SPARC: added SPARC board information to the command bdinfo.
6528
6529 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6530
6531commit c2f02da21a3f37f0878554eebc785e04fdc4e128
6532Author: Daniel Hellstrom <daniel@gaisler.com>
6533Date: Fri Mar 28 09:47:00 2008 +0100
6534
6535 SPARC: Added generic support for SPARC architecture.
6536
6537 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6538
6539commit e54ec0f016803e4d9524ff71f7971bda0c51b287
6540Author: Stefan Roese <sr@denx.de>
6541Date: Thu Apr 3 14:50:34 2008 +0200
6542
6543 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
6544
6545 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
6546 has 2 RGMII instances and we need to configure the 2nd RGMII instance
6547 for the EMAC2+3 channels.
6548
6549 Signed-off-by: Stefan Roese <sr@denx.de>
6550
6551commit c2a545ce33b26d80337f80b533828839249fb1c9
6552Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6553Date: Wed Apr 2 08:03:56 2008 +0200
6554
6555 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
6556
6557 fdt.c: In function 'ft_cpu_setup':
6558 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
6559 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
6560 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
6561 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
6562
6563 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6564
6565commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
6566Author: Andy Fleming <afleming@freescale.com>
6567Date: Mon Mar 31 20:45:56 2008 -0500
6568
6569 Fix fdt set command to conform to dts spec
6570
6571 The fdt set command was treating properties specified as <00> and <0011>
6572 as byte streams, rather than as an array of cells. As we already have
6573 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
6574 we should use the <> syntax to describe arrays of cells, which are always
6575 32-bits per element. If we imagine this likely (IMHO) scenario:
6576
6577 > fdt set /ethernet-phy@1 reg <1>
6578
6579 With the old code, this would create a bad fdt, since the reg cell would be
6580 made to be one byte in length. But the cell must be 4 bytes, so this would
6581 break mysteriously.
6582
6583 Also, the dts spec calls for constants inside the angle brackets (<>)
6584 to conform to C constant standards as they pertain to base.
6585 Take this scenario:
6586
6587 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
6588
6589 The old fdt command would complain that it couldn't parse that. Or, if you
6590 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
6591 do this:
6592
6593 > fdt set /mydev clock <1f78a40>
6594
6595 Whereas the new code will accept decimal numbers.
6596
6597 While I was in there, I extended the fdt command parser to handle property
6598 strings which are split across multiple arguments:
6599
6600 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
6601 > fdt p /ethernet@f00
6602 ethernet@f00 {
6603 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
6604 };
6605
6606 Lastly, the fdt print code was rearranged slightly to print arrays of cells
6607 if the length of the property is a multiple of 4 bytes, and to not print
6608 leading zeros.
6609
6610 Signed-off-by: Andy Fleming <afleming@freescale.com>
6611
6612commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
6613Author: Stefan Roese <sr@denx.de>
6614Date: Wed Apr 2 08:39:33 2008 +0200
6615
6616 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
6617
6618 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
6619 interface. This usage can be configured with the jumper J6. This patch
6620 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
6621 is installed.
6622
6623 Signed-off-by: Stefan Roese <sr@denx.de>
6624
6625commit 6fe2946f198481254a6ee9600d7456b8316a4083
6626Author: Kim Phillips <kim.phillips@freescale.com>
6627Date: Fri Mar 28 17:37:49 2008 -0500
6628
6629 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
6630
6631 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
6632 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
6633 started.
6634
6635 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6636
6637commit b5873f1732b92a25690e1513b90dfb0d644f6697
6638Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6639Date: Tue Apr 1 07:30:51 2008 +0200
6640
6641 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
6642
6643 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6644
6645commit 2d934ea51f276522b532f870a820e844ff480b5b
6646Author: Tor Krill <tor@excito.com>
6647Date: Fri Mar 28 15:29:45 2008 +0100
6648
6649 Add Vitesse 8601 support to TSEC driver
6650
6651 Add phy_info for Vitesse VSC8601.
6652 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
6653
6654 Signed-off-by: Tor Krill <tor@excito.com>
6655 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
6656 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6657
6658commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
6659Author: Daniel Hellstrom <daniel@gaisler.com>
6660Date: Mon Mar 31 14:25:00 2008 +0000
6661
6662 SPARC: added SMC91111 driver in and out macros for LEON processors.
6663
6664 This patch makes SPARC/LEON processors able to read and write
6665 to the SMC91111 chip using the chip external I/O bus of the memory
6666 controller. This patchs defines the standard in and out macros
6667 expected by the SMC9111 driver.
6668
6669 To access that I/O bus one must set up the memory controller
6670 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
6671 up this correctly when the other MCTRL parameters are set up. It
6672 can be set up from the board configuration header file.
6673
6674 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6675 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6676
6677commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
6678Author: Stelian Pop <stelian@popies.net>
6679Date: Wed Mar 26 18:52:34 2008 +0100
6680
6681 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
6682
6683 Signed-off-by: Stelian Pop <stelian@popies.net>
6684
6685commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
6686Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6687Date: Mon Mar 31 21:31:04 2008 +0200
6688
6689 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
6690
6691 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6692
6693commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
6694Author: Stelian Pop <stelian@popies.net>
6695Date: Wed Mar 26 18:52:33 2008 +0100
6696
6697 Add support for AT91SAM9260EK
6698
6699 Support for booting from internal DataFlash, external DataFlash card
6700 or NAND flash is available.
6701
6702 Signed-off-by: Stelian Pop <stelian@popies.net>
6703
6704commit 1762f13b4aab88b685b1722f17dada247945624b
6705Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6706Date: Mon Mar 31 21:20:49 2008 +0200
6707
6708 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
6709
6710 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6711
6712commit 761712188b353494defb2b644491ff73d0daaa6f
6713Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6714Date: Mon Mar 31 21:12:17 2008 +0200
6715
6716 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
6717
6718 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6719
6720commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
6721Author: Stelian Pop <stelian@popies.net>
6722Date: Wed Mar 26 20:52:32 2008 +0100
6723
6724 Port AT91CAP9 to the new headers
6725
6726 Adapt the existing AT91CAP9 code to the new headers and APIs.
6727
6728 Signed-off-by: Stelian Pop <stelian@popies.net>
6729
6730commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
6731Author: Stelian Pop <stelian@popies.net>
6732Date: Wed Mar 26 19:52:31 2008 +0100
6733
6734 Finish header files reworking
6735
6736 Replace AT91CAP9.h file with several splitted header files coming
6737 from the Linux kernel.
6738
6739 This is part 2 of the replacement: more header imports and edits.
6740
6741 Signed-off-by: Stelian Pop <stelian@popies.net>
6742
6743commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
6744Author: Stelian Pop <stelian@popies.net>
6745Date: Wed Mar 26 19:52:30 2008 +0100
6746
6747 Import several header files from Linux
6748
6749 Replace AT91CAP9.h file with several splitted header files coming
6750 from the Linux kernel.
6751
6752 This is part 1 of the replacement: pristine header files import.
6753
6754 Signed-off-by: Stelian Pop <stelian@popies.net>
6755
6756commit a8a78f2d99dc1bd30dc3595da118539b506c6118
6757Author: Stelian Pop <stelian@popies.net>
6758Date: Wed Mar 26 20:52:28 2008 +0100
6759
6760 Move at91cap9 specific files to at91sam9 directory
6761
6762 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
6763 common infrastructure can be used. Let this infrastructure be
6764 named after the AT91SAM9 family, and move the existing AT91CAP9
6765 files to the new place.
6766
6767 Signed-off-by: Stelian Pop <stelian@popies.net>
6768
6769commit 61106a565870ff503f92b251b94bd7afef889a04
6770Author: Stelian Pop <stelian@popies.net>
6771Date: Wed Mar 26 21:52:27 2008 +0100
6772
6773 Use timer_init() instead of board supplied interrupt_init()
6774
6775 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
6776 the board, so use timer_init() instead of interrupt_init().
6777
6778 Signed-off-by: Stelian Pop <stelian@popies.net>
6779
6780commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
6781Author: Stelian Pop <stelian@popies.net>
6782Date: Wed Mar 26 21:52:36 2008 +0100
6783
6784 Cleanup DataFlash partition handling
6785
6786 DataFlash partition information has become a mess. This patch
6787 defines a single partition scheme for Atmel DataFlashes. This partition
6788 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
6789
6790 Signed-off-by: Stelian Pop <stelian@popies.net>
6791
6792commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
6793Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6794Date: Fri Mar 28 08:47:45 2008 -0500
6795
6796 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
6797
6798 When the version_string function in start.S is not 4-byte align,
6799 it will cause the compiler generates "unaligned opcodes detected
6800 in executable segment". This issue affects all ColdFire CPUs.
6801 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
6802 it is not aligned.
6803
6804 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6805 Acked-by: John Rigby <jrigby@freescale.com>
6806
6807commit bae61eefe15b4d454060a7140e49ae58322be803
6808Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6809Date: Tue Mar 25 15:41:15 2008 -0500
6810
6811 ColdFire: Add dspi and serial flash support for MCF5445x
6812
6813 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6814 Acked-by: John Rigby <jrigby@freescale.com>
6815
6816commit 48ead7a7a922fceaf494e352abfab8216a41b417
6817Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6818Date: Tue Mar 18 17:37:01 2008 -0500
6819
6820 ColdFire: Remove R5200 board
6821
6822 This board never went into production
6823
6824 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
6825 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6826 Acked-by: John Rigby <jrigby@freescale.com>
6827
6828commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
6829Author: Matthew Fettke <[matthew.fettke@gmail.com]>
6830Date: Thu Jan 24 14:02:32 2008 -0600
6831
6832 ColdFire: Added M5275EVB support.
6833
6834 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
6835 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6836 Acked-by: John Rigby <jrigby@freescale.com>
6837
6838commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
6839Author: Matthew Fettke <[matthew.fettke@gmail.com]>
6840Date: Mon Feb 4 15:38:20 2008 -0600
6841
6842 ColdFire: Added MCF5275 cpu support.
6843
6844 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
6845 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6846 Acked-by: John Rigby <jrigby@freescale.com>
6847
6848commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
6849Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6850Date: Mon Mar 17 12:14:11 2008 -0500
6851
6852 ColdFire: Define bootdelay in configuration file for M52277EVB
6853
6854 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
6855 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6856 Acked-by: John Rigby <jrigby@freescale.com>
6857
6858commit 77878f16cedee17161ff2336990970fffc6cea35
6859Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6860Date: Mon Mar 17 12:09:07 2008 -0500
6861
6862 ColdFire: Fix second memory Chipselect for M5475EVB
6863
6864 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6865 Acked-by: John Rigby <jrigby@freescale.com>
6866
6867commit 43d60642395a550956cb21d287c8cfa563913d28
6868Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6869Date: Thu Mar 13 14:26:32 2008 -0500
6870
6871 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
6872
6873 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6874 Acked-by: John Rigby <jrigby@freescale.com>
6875
6876commit eb14ebe813a0cb5d47905228da446a5ad692473b
6877Author: Larry Johnson <lrj@acm.org>
6878Date: Sun Mar 30 20:33:04 2008 -0500
6879
6880 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
6881
6882 Signed-off-by: Larry Johnson <lrj@acm.org>
6883
6884commit 02e3892021112f21067d9ed1d04ae4182725ba52
6885Author: Stefan Roese <sr@denx.de>
6886Date: Mon Mar 31 12:20:48 2008 +0200
6887
6888 ppc4xx: Small whitespace fix of esd patches
6889
6890 Signed-off-by: Stefan Roese <sr@denx.de>
6891
6892commit 034394abb524785047c815f00dde8cdbdc1593c5
6893Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6894Date: Sun Mar 30 18:52:44 2008 +0200
6895
6896 ppc4xx: Cleanup PMC440 board support
6897
6898 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6899
6900commit a6cc6c37188d85c25d167a4515da86f48d9a583e
6901Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6902Date: Sun Mar 30 18:52:06 2008 +0200
6903
6904 ppc4xx: Add ptm configuration variables for PMC440
6905
6906 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
6907 environment variables.
6908
6909 Cleanup pci_target_init.
6910
6911 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6912
6913commit 7c91f51a2fe296909147f1646a1412729dd10b1d
6914Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6915Date: Sun Mar 30 18:01:15 2008 +0200
6916
6917 ppc4xx: Minor updates for DU440 boards
6918
6919 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6920
6921commit d5bffeb868d6b4d462f558dac43011027b6644b7
6922Author: Mike Frysinger <vapier@gentoo.org>
6923Date: Tue Feb 19 00:54:20 2008 -0500
6924
6925 Blackfin: cleanup and overhaul common board init functions
6926
6927 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6928
6929commit b86b3416f874358acaf07519e7620cdb2145f75b
6930Author: Mike Frysinger <vapier@gentoo.org>
6931Date: Tue Feb 19 00:50:58 2008 -0500
6932
6933 Blackfin: cleanup lib_blackfin/cache.c
6934
6935 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6936
6937commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
6938Author: Mike Frysinger <vapier@gentoo.org>
6939Date: Sun Mar 30 15:46:13 2008 -0400
6940
6941 Blackfin: unify cpu and boot modes
6942
6943 All of the duplicated code for Blackfin processors and boot modes have been
6944 unified. After all, the core is the same for all processors, just the
6945 peripheral set differs (which gets handled in the drivers).
6946
6947 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6948
6949commit 880cc4381ea8360248cddcdf87a64566745a5724
6950Author: Stelian Pop <stelian@popies.net>
6951Date: Wed Mar 26 22:52:35 2008 +0100
6952
6953 Fix CFG_NO_FLASH compilation.
6954
6955 Many Atmel boards have no "real" (NOR) flash on board, and rely only
6956 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
6957 be present in a board configuration file, while still enabling flash
6958 commands like 'flinfo', 'protect', etc.
6959
6960 Signed-off-by: Stelian Pop <stelian@popies.net>
6961
6962commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
6963Author: Mike Frysinger <vapier@gentoo.org>
6964Date: Tue Feb 19 00:58:13 2008 -0500
6965
6966 Blackfin: BF537-stamp: cleanup spi flash driver
6967
6968 This punts the old spi flash driver for a new/generalized one until the
6969 common one can be integrated.
6970
6971 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6972
6973commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
6974Author: Ben Warren <biggerbadderben@gmail.com>
6975Date: Sun Mar 30 11:34:34 2008 -0400
6976
6977 Fix macro typo in common/cmd_mii.c
6978
6979 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
6980 actually applied the wrong patch.
6981
6982 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6983
6984commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
6985Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6986Date: Sun Mar 30 16:39:53 2008 +0200
6987
6988 use correct at91rm9200 register name in m501sk board
6989
6990 This fixes a naming bug for at91rm9200 lowlevel init code:
6991 NOR boot flash is on chipselect 0, not chipselect 2. This
6992 makes code use the register name from chip datasheets.
6993
6994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6995
6996commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
6997Author: David Brownell <david-b@pacbell.net>
6998Date: Fri Jan 18 12:55:00 2008 -0800
6999
7000 use correct at91rm9200 register name
7001
7002 This fixes a naming bug for at91rm9200 lowlevel init code:
7003 NOR boot flash is on chipselect 0, not chipselect 2. This
7004 makes code use the register name from chip datasheets.
7005
7006 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7007
7008commit a3543d6dc52b0ba9c64016687cf32d600b31a476
7009Author: David Brownell <david-b@pacbell.net>
7010Date: Fri Jan 18 12:45:45 2008 -0800
7011
7012 add missing ARM boards to MAKEALL
7013
7014 Add some missing ARM boards to MAKEALL. These build correctly,
7015 unlike several of the boards already listed.
7016
7017 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7018
7019commit 066bebd6353e33af3adefc3404560871699e9961
7020Author: Peter Pearse <peter.pearse@arm.com>
7021Date: Sun Mar 30 11:34:09 2008 +0100
7022
7023 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
7024 to prevent compilation error.
7025
7026 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
7027
7028commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
7029Author: Guennadi Liakhovetski <[lg@denx.de]>
7030Date: Sun Mar 30 11:32:30 2008 +0100
7031
7032 Support for the MX31ADS evaluation board from Freescale
7033
7034 This patch adds support for the MX31ADS evaluation board from Freescale,
7035 initialization code is copied from RedBoot sources, also provided by Freescale.
7036
7037 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7038
7039commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
7040Author: Sascha Hauer <s.hauer@pengutronix.de>
7041Date: Sun Mar 30 11:32:27 2008 +0100
7042
7043 Phytec Phycore-i.MX31 support
7044
7045 This patch adds support for the Phytec Phycore-i.MX31 board
7046
7047 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7048 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7049
7050commit a147e56f03871bba4f05058d5e04ce7deb010b04
7051Author: Sascha Hauer <s.hauer@pengutronix.de>
7052Date: Sun Mar 30 11:32:24 2008 +0100
7053
7054 mx31 litekit support
7055
7056 This patch adds support for the mx31 litekit board
7057
7058 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7059 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7060
7061commit d6674e0e2a6a1f033945f78838566210d3f28c95
7062Author: Sascha Hauer <s.hauer@pengutronix.de>
7063Date: Sun Mar 30 11:32:21 2008 +0100
7064
7065 add SMSC LAN9x1x Network driver
7066
7067 This patch adds a driver for the following smsc network controllers:
7068 LAN9115
7069 LAN9116
7070 LAN9117
7071 LAN9215
7072 LAN9216
7073 LAN9217
7074
7075 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7076 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7077
7078commit 8c8463cce44d849e37744749b32d38e1dfb12e50
7079Author: Sascha Hauer <s.hauer@pengutronix.de>
7080Date: Sun Mar 30 11:32:16 2008 +0100
7081
7082 add an i2c driver for mx31
7083
7084 This patch adds an i2c driver for Freescale i.MX processors
7085
7086 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7087 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7088
7089commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
7090Author: Sascha Hauer <s.hauer@pengutronix.de>
7091Date: Sun Mar 30 11:30:43 2008 +0100
7092
7093 core support for Freescale mx31
7094
7095 This patch adds the core support for Freescale mx31
7096
7097 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7098 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7099
7100commit 8bf69d81782619187933a605f1a95ee1d069478d
7101Author: Sascha Hauer <s.hauer@pengutronix.de>
7102Date: Sun Mar 30 11:28:46 2008 +0100
7103
7104 Separate omap24xx specific code from arm1136
7105
7106 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
7107
7108 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7109 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7110
7111commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
7112Author: Peter Pearse <peter.pearse@arm.com>
7113Date: Sun Mar 30 11:23:05 2008 +0100
7114
7115 Add pmdra into MAKEALL
7116
7117 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
7118
7119commit a574a73852a527779234e73e17e7597fd8128882
7120Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
7121Date: Sun Mar 30 11:21:58 2008 +0100
7122
7123 Adds support for the Prodrive PMDRA board, based on a DM6441
7124
7125 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
7126
7127commit 1377b5583a48021d983e1fd565f7d40c89e84d63
7128Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
7129Date: Sun Mar 30 11:11:34 2008 +0100
7130
7131 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
7132
7133 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
7134
7135commit 1704dc20917b4f71e373e2c888497ee666d40380
7136Author: Dirk Behme <dirk.behme@gmail.com>
7137Date: Sun Mar 30 11:09:01 2008 +0100
7138
7139 - Remove *_masked() functions as noted by Wolfgang
7140 - Adapt register naming to recent TI spec (sprue26, March 2007)
7141 - Fix reset_timer() handling
7142 - As reported by Pieter [1] the overflow fix introduced a
7143 delay of factor 16 (e.g 2 seconds became 32). While the
7144 overflow fix is basically okay, it missed to divide udelay by
7145 16, too. Fix this.
7146 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
7147 - Remove software division of timer count value (DIV(x)
7148 macro) and do it in hardware (TIM_CLK_DIV).
7149 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
7150 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
7151 the hints & testing!
7152
7153 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7154
7155 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
7156
7157commit ac3315c26e143c31680750c9c13f027efbcc887e
7158Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
7159Date: Thu Mar 6 16:45:44 2008 +0100
7160
7161 new PHY @ e1000 - 2nd try
7162
7163 Add 82541ER device with latest integrated IGP2 PHY.
7164 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
7165
7166 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
7167 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7168
7169commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
7170Author: Daniel Hellstrom <daniel@gaisler.com>
7171Date: Fri Mar 28 20:22:53 2008 +0100
7172
7173 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
7174
7175 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
7176 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
7177 available at www.gaisler.com.
7178
7179 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
7180 offloading etc.) can be determined by a bit in the control register.
7181 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
7182
7183 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
7184 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7185
7186commit 233a8bcd94997f3f345833a3b82e836222f2a206
7187Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
7188Date: Mon Mar 17 17:08:22 2008 -0500
7189
7190 Add CONFIG_MII_INIT in cmd_mii.c
7191
7192 Provide common configuration in do_mii() to execute mii_init()
7193 for all cpu architectures
7194
7195 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7196 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7197
7198commit f605479de2deb11e834f31dfdb0af107c86aced6
7199Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
7200Date: Mon Mar 17 17:08:16 2008 -0500
7201
7202 ColdFire: Fix FEC transmit issue for MCF5275
7203
7204 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7205 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7206
7207commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
7208Author: Aras Vaichas <arasv@magtech.com.au>
7209Date: Wed Mar 26 09:43:57 2008 +1100
7210
7211 DHCP request fix for Windows Server 2003
7212
7213 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
7214 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
7215 interoperability problems with Windows Server 200x DHCP server when U-Boot
7216 client responds too fast for server to handle.
7217
7218 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
7219 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7220
7221commit 97bf85d784fbed485e652eb907589ad0d5cb7262
7222Author: Daniel Hellstrom <daniel@gaisler.com>
7223Date: Fri Mar 28 20:40:19 2008 +0100
7224
7225 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
7226
7227 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
7228 SPARC CPUs implement flash_read64 which calls __raw_readq.
7229
7230 For current SPARC architectures (LEON2 and LEON3) each read from the
7231 FLASH must lead to a cache miss. This is because FLASH can not be set
7232 non-cacheable since program code resides there, and alternatively disabling
7233 cache is poor from performance view, or doing a cache flush between each
7234 read is even poorer.
7235
7236 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
7237 load alternative space, the alternative space number (ASI) is processor
7238 implementation spcific and can be found by including <asm/processor.h>.
7239
7240 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
7241
7242commit 70431e8a7393b6b793f77957f95b999fc9a269b8
7243Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
7244Date: Fri Mar 28 15:41:25 2008 +0100
7245
7246 Make MPC83xx one step closer to full relocation.
7247
7248 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
7249 and use GOT relative reference.
7250
7251 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
7252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7253
7254commit 5b2793a3f3de34d439232b05acc8af67a028fd35
7255Author: Michael Barkowski <michael.barkowski@freescale.com>
7256Date: Thu Mar 27 14:34:43 2008 -0400
7257
7258 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
7259
7260 This patch fixes eeprom page size so that you can now write more than
7261 64 bytes at a time.
7262
7263 It also makes the board take MAC addresses, if found, from EEPROM.
7264
7265 User should place up to 4 addresses at offset 0x7f00, for
7266 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
7267 four six-byte values should have it's CRC at the end. crc32 and
7268 eeprom commands can be used to accomplish this.
7269
7270 If CRC fails, MAC addresses come from the environment. If CRC
7271 succeeds, the environment is overwritten at startup.
7272
7273 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
7274 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7275
7276commit 8f325cff31f6e745e6540014b131b9a97f61944c
7277Author: Michael Barkowski <michael.barkowski@freescale.com>
7278Date: Fri Mar 28 15:15:38 2008 -0400
7279
7280 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
7281
7282 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
7283 controller on the PCI bus in Linux on the MPC8323ERDB.
7284
7285 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
7286 config file.
7287
7288 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
7289 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7290
7291commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
7292Author: Kim Phillips <kim.phillips@freescale.com>
7293Date: Fri Mar 28 10:19:07 2008 -0500
7294
7295 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
7296
7297 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
7298 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
7299 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
7300 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
7301 convenience macros.
7302
7303 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7304
7305commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
7306Author: Kim Phillips <kim.phillips@freescale.com>
7307Date: Fri Mar 28 10:18:53 2008 -0500
7308
7309 mpc83xx: display ddr frequency in board_add_ram_info banner
7310
7311 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7312
7313commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
7314Author: Kim Phillips <kim.phillips@freescale.com>
7315Date: Fri Mar 28 10:18:40 2008 -0500
7316
7317 mpc83xx: unreinvent mem_clk
7318
7319 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
7320 mem_*_clk for consistency's sake.
7321
7322 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7323
7324commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
7325Author: Kim Phillips <kim.phillips@freescale.com>
7326Date: Fri Mar 28 14:31:23 2008 -0500
7327
7328 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
7329
7330 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7331
7332commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
7333Author: Dave Liu <r63238@freescale.com>
7334Date: Wed Mar 26 22:57:19 2008 +0800
7335
7336 mpc83xx: enable the SATA interface on mpc837xemds board
7337
7338 Enable the first two SATA interfaces on MPC837xEMDS board,
7339 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
7340
7341 Signed-off-by: Dave Liu <daveliu@freescale.com>
7342 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7343
7344commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
7345Author: Dave Liu <r63238@freescale.com>
7346Date: Wed Mar 26 22:56:36 2008 +0800
7347
7348 mpc83xx: initialize serdes for MPC837xEMDS boards
7349
7350 This patch is stolen from Anton Vorontsov's patch
7351 for mpc837xerdb boards.
7352
7353 The reference clk and xcorevdd voltage of serdes1/2
7354 is same between mpc837xemds and mpc837xerdb.
7355
7356 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
7357 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
7358 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
7359
7360 Signed-off-by: Dave Liu <daveliu@freescale.com>
7361 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7362
7363commit cc8e839abc80887ae832767b5930d40edd6d7eb7
7364Author: Stefan Roese <sr@denx.de>
7365Date: Fri Mar 28 14:09:04 2008 +0100
7366
7367 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
7368
7369 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
7370 interface. This usage can be configured with the jumper J6. This patch
7371 displays the current configuration upon bootup and changes the PCIe
7372 init loop, to only initialize the availabel PCIe slots.
7373
7374 Signed-off-by: Stefan Roese <sr@denx.de>
7375
7376commit 90447ecbbac8572457b6d8903073ac3f120995ba
7377Author: Tor Krill <tor@excito.com>
7378Date: Fri Mar 28 11:29:10 2008 +0100
7379
7380 MTD/CFI: Add support for 16bit legacy AMD flash
7381
7382 Add entry for 512Kx16 AMD flash to jedec_table.
7383 Read out 16bit device id if chipwidth is 16bit.
7384 Fixed coding style after Stefans feedback
7385
7386 Signed-off-by: Tor Krill <tor@excito.com>
7387
7388commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
7389Author: Stefan Roese <sr@denx.de>
7390Date: Fri Mar 28 11:02:53 2008 +0100
7391
7392 ppc: Small change to CFG_MEM_TOP_HIDE description
7393
7394 Signed-off-by: Stefan Roese <sr@denx.de>
7395
7396commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
7397Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7398Date: Thu Mar 27 15:44:12 2008 +0900
7399
7400 sh: Add support stat structure and stat.h
7401
7402 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7403
7404commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
7405Author: Mark Jonas <toertel@gmail.com>
7406Date: Sat Mar 22 19:27:52 2008 +0100
7407
7408 sh: Removed warning when compiling drivers/serial/serial_sh.c.
7409
7410 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
7411 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7412
7413commit f309fa38929ffba71230c02330ffa42f4bba6333
7414Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7415Date: Wed Mar 12 18:02:57 2008 +0900
7416
7417 sh: Remove disable_ctrlc function from R7780MP
7418
7419 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7420
7421commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
7422Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7423Date: Wed Mar 12 17:55:15 2008 +0900
7424
7425 sh: Add maintainer of R7780MP to MAINTAINER file
7426
7427 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
7428
7429 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7430
7431commit f5e2466f7baa887a7df0c536333eea8231333497
7432Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7433Date: Tue Mar 25 17:11:24 2008 +0900
7434
7435 sh: Add support Renesas Solutions R2D plus board
7436
7437 R2D plus is SH reference board used with SH7751R.
7438 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
7439 one PCI bus, VGA, and two Ethernet controller.
7440
7441 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7442
7443commit e92c95180bb5bc5fd4051598a9d60beaba48988d
7444Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7445Date: Wed Mar 12 12:15:29 2008 +0900
7446
7447 sh: Add support SH4 cache control
7448
7449 Add support SH4 cache control and flash_cache function
7450
7451 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7452
7453commit 28e5efde4d925fcb34901d0030d0648de2da7e89
7454Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7455Date: Mon Mar 24 01:53:01 2008 +0900
7456
7457 sh: Add support PCI host driver for SH7751/SH7751R
7458
7459 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7460
7461commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
7462Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7463Date: Mon Mar 24 02:11:26 2008 +0900
7464
7465 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
7466
7467 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7468
7469commit 566933278101c144d75361ea682678a326c1290d
7470Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7471Date: Wed Mar 12 12:10:28 2008 +0900
7472
7473 sh: Add support SuperH SH7751/SH7751R
7474
7475 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7476
7477commit 3313e0e26224fc9a0c445124f3455058c696df84
7478Author: Mark Jonas <toertel@gmail.com>
7479Date: Mon Mar 10 11:37:10 2008 +0100
7480
7481 sh: Added support for SH7720 based board MPR2.
7482
7483 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
7484 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7485
7486commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
7487Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7488Date: Thu Mar 6 14:05:53 2008 +0900
7489
7490 sh: Fix receive FIFO level register of SH4A
7491
7492 Receive FIFO level register is different in SH4A.
7493 Because register is different, cannot occasionally receive data.
7494
7495 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7496
7497commit c133c1fb0b590662206b0eba70f4478ee0300a9a
7498Author: Yusuke Goda <goda.yusuke@renesas.com>
7499Date: Tue Mar 11 12:55:12 2008 +0900
7500
7501 sh: Add support Renesas Solutions R7780MP
7502
7503 Renesas Solutions R7780MP is a reference board on SH7780.
7504 This board has serial, 10/100 base Ethernet deivice, CF slot
7505 and VGA devices. This board can set extension board.
7506 Extension board has 10/100/1000 base Ethernet device, PCI slot,
7507 S-ATA, iDVR slot.
7508
7509 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
7510 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7511
7512commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
7513Author: Yusuke Goda <goda.yusuke@renesas.com>
7514Date: Wed Mar 5 14:30:02 2008 +0900
7515
7516 sh: Add support PCI of SuperH and SH7780
7517
7518 This patch add support PCI of SuperH base code and SH7780 specific code.
7519
7520 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
7521 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7522
7523commit b55523efff2ae11f0b9ae3cc405893c32eb78156
7524Author: Yusuke Goda <goda.yusuke@renesas.com>
7525Date: Wed Mar 5 14:23:26 2008 +0900
7526
7527 sh: Add support SH7780
7528
7529 SH7780 is CPU of Renesas Technology.
7530 This CPU has
7531 - CPU clock 400MHz
7532 - PCI support
7533 - DDR-SDRAM controller
7534 - etc ...
7535
7536 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
7537 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7538
7539commit c2042f5952a686c414031309b8f244513bf578f0
7540Author: goda.yusuke <goda.yusuke@renesas.com>
7541Date: Fri Jan 25 20:46:36 2008 +0900
7542
7543 sh: Add support Renesas Solutions Migo-R board
7544
7545 Migo-R is a board based on SH7722 and has may devices.
7546 In this patch, supported SCIF, NOR flash and Ethernet.
7547
7548 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
7549 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7550
7551commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
7552Author: Bartlomiej Sieka <tur@semihalf.com>
7553Date: Thu Mar 27 15:06:40 2008 +0100
7554
7555 Fix host tool build breakage, take two
7556
7557 Revert commit 87c8431f and fix build breakage so that the build continues
7558 to work on FC systems.
7559
7560 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7561
7562commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
7563Author: Stefan Roese <sr@denx.de>
7564Date: Wed Mar 19 09:36:47 2008 +0100
7565
7566 ppc4xx: Enable ECC on LWMON5
7567
7568 Since all ECC related problems seem to be resolved on LWMON5, this patch
7569 now enables ECC support.
7570
7571 We have to write the ECC bytes by zeroing and flushing in smaller
7572 steps, since the whole 256MByte takes too long for the external
7573 watchdog.
7574
7575 Signed-off-by: Stefan Roese <sr@denx.de>
7576
7577commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
7578Author: Larry Johnson <lrj@acm.org>
7579Date: Mon Mar 17 11:10:35 2008 -0500
7580
7581 ppc4xx: Updates to Korat-specific code
7582
7583 This patch contains updates for changes for the Korat PPC440EPx board.
7584 These changes include:
7585
7586 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
7587 described in the new "doc/README.korat" file;
7588
7589 (2) a new memory map for the registers in the board's CPLD;
7590
7591 (3) a revised format for manufacturer's data in serial EEPROM; and
7592
7593 (4) changes to track updates to U-Boot for the Sequoia board.
7594
7595 Signed-off-by: Larry Johnson <lrj@acm.org>
7596
7597commit f766cdf89b3a2a7634b8c5869f606150e332036c
7598Author: Markus Brunner <super.firetwister@gmail.com>
7599Date: Thu Mar 27 10:46:25 2008 +0100
7600
7601 ppc4xx: PPC405EP Set EMAC noise filter bits
7602
7603 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
7604 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
7605 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
7606
7607 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
7608 Signed-off-by: Stefan Roese <sr@denx.de>
7609
7610commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
7611Author: Mike Nuss <mike@terascala.com>
7612Date: Wed Feb 20 11:54:20 2008 -0500
7613
7614 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
7615
7616 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
7617 after startup to change the speed of the clocks. This patch adds the
7618 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
7619 initialization code will reconfigure the PLL to run the system with a CPU
7620 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
7621 external EEPROM.
7622
7623 Signed-off-by: Mike Nuss <mike@terascala.com>
7624 Acked-by: Stefan Roese <sr@denx.de>
7625
7626commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
7627Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7628Date: Thu Mar 27 09:12:40 2008 +0100
7629
7630 new-image: Fix host tool build breakage
7631
7632 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7633
7634commit 6fb4b640562a10daff0dbe537638d511b5b48650
7635Author: Stefan Roese <sr@denx.de>
7636Date: Thu Mar 27 10:24:03 2008 +0100
7637
7638 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
7639
7640 Signed-off-by: Stefan Roese <sr@denx.de>
7641
7642commit 9462732a3ec551c11862450902cd8ee1bedea6d9
7643Author: Stefan Roese <sr@denx.de>
7644Date: Wed Mar 19 10:23:43 2008 +0100
7645
7646 ppc4xx: Add fdt support to Prodrive alpr
7647
7648 Since this board will probably be ported to arch/powerpc in the
7649 near future, we add device tree support now. This way we are
7650 "ready" for arch/powerpc from now on.
7651
7652 Signed-off-by: Stefan Roese <sr@denx.de>
7653
7654commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
7655Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
7656Date: Mon Mar 17 09:27:56 2008 +0100
7657
7658 ppc4xx: Enable cache support on the ALPR board
7659
7660 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
7661
7662commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
7663Author: Stefan Roese <sr@denx.de>
7664Date: Wed Mar 26 10:14:11 2008 +0100
7665
7666 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
7667
7668 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
7669 memory area will get subtracted from the top (end) of ram and won't get
7670 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
7671 should gets passed the now "corrected" memory size and won't touch it
7672 either. This should work for arch/ppc and arch/powerpc. Only Linux board
7673 ports in arch/powerpc with bootwrapper support, which recalculate the
7674 memory size from the SDRAM controller setup, will have to get fixed
7675 in Linux additionally.
7676
7677 This patch enables this config option on some PPC440EPx boards as a workaround
7678 for the CHIP 11 errata. Here the description from the AMCC documentation:
7679
7680 CHIP_11: End of memory range area restricted access.
7681 Category: 3
7682
7683 Overview:
7684 The 440EPx DDR controller does not acknowledge any
7685 transaction which is determined to be crossing over the
7686 end-of-memory-range boundary, even if the starting address is
7687 within valid memory space. Any such transaction from any PLB4
7688 master will result in a PLB time-out on PLB4 bus.
7689
7690 Impact:
7691 In case of such misaligned bursts, PLB4 masters will not
7692 retrieve any data at all, just the available data up to the
7693 end of memory, especially the 440 CPU. For example, if a CPU
7694 instruction required an operand located in memory within the
7695 last 7 words of memory, the DCU master would burst read 8
7696 words to update the data cache and cross over the
7697 end-of-memory-range boundary. Such a DCU read would not be
7698 answered by the DDR controller, resulting in a PLB4 time-out
7699 and ultimately in a Machine Check interrupt. The data would
7700 be inaccessible to the CPU.
7701
7702 Workaround:
7703 Forbid any application to access the last 256 bytes of DDR
7704 memory. For example, make your operating system believe that
7705 the last 256 bytes of DDR memory are absent. AMCC has a patch
7706 that does this, available for Linux.
7707
7708 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
7709 lwmon5, korat, sequoia
7710
7711 The other remaining 440EPx board were intentionally not included
7712 since it is not clear to me, if they use the end of ram for some
7713 other purpose. This is unclear, since these boards have CONFIG_PRAM
7714 defined and even comments like this:
7715
7716 PMC440.h:
7717 /* esd expects pram at end of physical memory.
7718 * So no logbuffer at the moment.
7719 */
7720
7721 It is strongly recommended to not use the last 256 bytes on those
7722 boards too. Patches from the board maintainers are welcome.
7723
7724 Signed-off-by: Stefan Roese <sr@denx.de>
7725
7726commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
7727Author: Stefan Roese <sr@denx.de>
7728Date: Thu Mar 27 10:09:05 2008 +0100
7729
7730 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
7731
7732 Signed-off-by: Stefan Roese <sr@denx.de>
7733
7734commit d56a3ce179688cde61073a3690e21703d68fafd7
7735Author: Stefan Roese <sr@denx.de>
7736Date: Tue Mar 25 17:51:13 2008 +0100
7737
7738 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
7739
7740 The routine ft_board_setup() configures the EBC NOR mappings for the
7741 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
7742 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
7743 problem, we need to pass the corrected address here too.
7744
7745 Signed-off-by: Stefan Roese <sr@denx.de>
7746
7747commit 9ad31989de12ce5c67b07c4867ead47465655c4b
7748Author: Stefan Roese <sr@denx.de>
7749Date: Wed Mar 19 16:35:12 2008 +0100
7750
7751 ppc4xx: Fix compilation warning in 4xx_enet.c
7752
7753 Signed-off-by: Stefan Roese <sr@denx.de>
7754
7755commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
7756Author: Stefan Roese <sr@denx.de>
7757Date: Wed Mar 19 16:20:49 2008 +0100
7758
7759 ppc4xx: Add AMCC Glacier 406GT eval board support
7760
7761 This patch adds support for the AMCC Glacier 460GT eval board.
7762 The main difference to the Canyonlands board are listed here:
7763
7764 - 4 ethernet ports instead of 2
7765 - no SATA port
7766 - no USB port
7767
7768 Currently EMAC2+3 are not working. This will be fixed in a later
7769 release.
7770
7771 Signed-off-by: Stefan Roese <sr@denx.de>
7772
7773commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
7774Author: Stefan Roese <sr@denx.de>
7775Date: Thu Mar 27 08:47:26 2008 +0100
7776
7777 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
7778
7779 Signed-off-by: Stefan Roese <sr@denx.de>
7780
7781commit b9670dd85be6e0496ef2e231043c23cad9b1d903
7782Author: Anatolij Gustschin <agust@denx.de>
7783Date: Wed Mar 26 21:05:43 2008 +0100
7784
7785 Fix out of tree building issue
7786
7787 Currently U-Boot building in some external directory
7788 doesn't work. This patch tries to fix the problem.
7789
7790 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7791
7792commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
7793Author: Anatolij Gustschin <agust@denx.de>
7794Date: Wed Mar 26 18:13:33 2008 +0100
7795
7796 README: update documentation (availability, links, etc.)
7797
7798 Fix typo in README
7799
7800 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7801
7802commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
7803Author: Anatolij Gustschin <agust@denx.de>
7804Date: Wed Mar 26 17:47:44 2008 +0100
7805
7806 Fix compilation error in cmd_usb.c
7807
7808 This patch fixes compilation error
7809 cmd_usb.c: In function 'do_usb':
7810 cmd_usb.c:552: error: void value not ignored as it ought to be
7811
7812 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7813
7814commit d8c82db482d6b535d12b419d6440b88bf7091c9b
7815Author: Timur Tabi <timur@freescale.com>
7816Date: Fri Mar 14 17:45:29 2008 -0500
7817
7818 Add support for setting the I2C bus speed in fsl_i2c.c
7819
7820 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
7821 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
7822 but fsl_i2c.c ignores it and uses conservative value when programming the
7823 I2C bus speed.
7824
7825 Signed-off-by: Timur Tabi <timur@freescale.com>
7826 Acked-by: Andy Fleming <afleming@freescale.com>
7827
7828commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
7829Author: Wolfgang Denk <wd@denx.de>
7830Date: Thu Mar 27 00:03:57 2008 +0100
7831
7832 Coding style cleanup, update CHANGELOG
7833
7834 Signed-off-by: Wolfgang Denk <wd@denx.de>
7835
d049cc7f
WD
7836commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
7837Author: Dave Liu <r63238@freescale.com>
7838Date: Wed Mar 26 22:55:32 2008 +0800
7839
7840 drivers: add the support for Freescale SATA controller
7841
7842 Add the Freescale on-chip SATA controller driver to u-boot,
7843 The SATA controller is used on the 837x and 8315 targets,
7844 The driver can be used to load kernel, fs and dtb.
7845
7846 The features list:
7847 - 1.5/3 Gbps link speed
7848 - LBA48, LBA28 support
7849 - DMA and FPDMA support
7850 - Two ports support
7851
7852 Signed-off-by: Dave Liu <daveliu@freescale.com>
7853
7854commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
7855Author: Dave Liu <r63238@freescale.com>
7856Date: Wed Mar 26 22:54:44 2008 +0800
7857
7858 ata: add the readme for SATA command line
7859
7860 Signed-off-by: Dave Liu <daveliu@freescale.com>
7861
7862commit cd54081cd479e542fc399b8a40651ff11a1ad849
7863Author: Dave Liu <r63238@freescale.com>
7864Date: Wed Mar 26 22:53:24 2008 +0800
7865
7866 ata: enable the sata initialize on boot up
7867
7868 Signed-off-by: Dave Liu <daveliu@freescale.com>
7869
7870commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
7871Author: Dave Liu <r63238@freescale.com>
7872Date: Wed Mar 26 22:52:36 2008 +0800
7873
7874 ata: add the fis struct for SATA
7875
7876 Signed-off-by: Dave Liu <daveliu@freescale.com>
7877
7878commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
7879Author: Dave Liu <r63238@freescale.com>
7880Date: Wed Mar 26 22:51:44 2008 +0800
7881
7882 ata: add the libata support
7883
7884 add simple libata support in u-boot
7885
7886 Signed-off-by: Dave Liu <daveliu@freescale.com>
7887
7888commit 8e9bb43429e50df55fa41932cbe65841ff579220
7889Author: Dave Liu <r63238@freescale.com>
7890Date: Wed Mar 26 22:50:45 2008 +0800
7891
7892 ata: make the ata_piix driver using new SATA framework
7893
7894 original ata_piix driver is using IDE framework, not real
7895 SATA framework. For now, the ata_piix driver is only used
7896 by x86 sc520_cdp board. This patch makes the ata_piix driver
7897 use the new SATA framework, so
7898
7899 - remove the duplicated command stuff
7900 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
7901 - add the CONFIG_CMD_SATA define to sc520_cdp.h
7902
7903 Signed-off-by: Dave Liu <daveliu@freescale.com>
7904
7905commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
7906Author: Dave Liu <r63238@freescale.com>
7907Date: Wed Mar 26 22:49:44 2008 +0800
7908
7909 ata: add the support for SATA framework
7910
7911 - add the SATA framework
7912 - add the SATA command line
7913
7914 Signed-off-by: Dave Liu <daveliu@freescale.com>
7915
7916commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
7917Author: Dave Liu <r63238@freescale.com>
7918Date: Wed Mar 26 22:48:18 2008 +0800
7919
7920 ata: merge the header of ata_piix driver
7921
7922 move the sata.h from include/ to drivers/block/ata_piix.h
7923
7924 Signed-off-by: Dave Liu <daveliu@freescale.com>
7925
7926commit 9eef62804d9695425b24c87b46a61a7fa74afee0
7927Author: Dave Liu <r63238@freescale.com>
7928Date: Wed Mar 26 22:47:06 2008 +0800
7929
7930 ata: merge the ata_piix driver
7931
7932 move the cmd_sata.c from common/ to drivers/ata_piix.c,
7933 the cmd_sata.c have some part of ata_piix controller drivers.
7934 consolidate the driver to have better framework.
7935
7936 Signed-off-by: Dave Liu <daveliu@freescale.com>
7937
1aeed8d7
WD
7938commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
7939Author: Markus Klotzbuecher <mk@denx.de>
7940Date: Wed Mar 26 18:26:43 2008 +0100
7941
7942 USB, Storage: fix a bug introduced in commit
7943 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
7944 to only print only information on one storage device, but not for
7945 multiple.
7946
7947 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7948
7949commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
7950Author: Anatolij Gustschin <agust@denx.de>
7951Date: Wed Mar 26 17:47:44 2008 +0100
7952
7953 Fix compilation error in cmd_usb.c
7954
7955 This patch fixes compilation error
7956 cmd_usb.c: In function 'do_usb':
7957 cmd_usb.c:552: error: void value not ignored as it ought to be
7958
7959 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7960 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7961
7962commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
7963Author: Kumar Gala <galak@kernel.crashing.org>
7964Date: Wed Mar 26 08:53:53 2008 -0500
7965
7966 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
7967
7968 Provide a board_lmb_reserve helper function to ensure we reserve
7969 the page of memory we are using for the boot page translation code.
7970
7971 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7972
7973commit 79679d80021ab095e639e250ca472fe526da02e2
7974Author: Kumar Gala <galak@kernel.crashing.org>
7975Date: Wed Mar 26 08:34:25 2008 -0500
7976
7977 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
7978
7979 The following changes are needed to be inline with ePAPR v0.81:
7980
7981 * r4, r5 and now always set to 0 on boot release
7982 * r7 is used to pass the size of the initial map area (IMA)
7983 * EPAPR_MAGIC value changed for book-e processors
7984 * changes in the spin table layout
7985 * spin table supports a 64-bit physical release address
7986
7987 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7988
7989commit 25eedb2c1958a13110c7de1fc809b624053cc69c
7990Author: Jon Loeliger <jdl@freescale.com>
7991Date: Wed Mar 19 15:02:07 2008 -0500
7992
7993 FSL: Clean up board/freescale/common/Makefile
7994
7995 Each file that can be built here now follows some
7996 CONFIG_ option so that they are appropriately built
7997 or not, as needed. And CONFIG_ defines were added
7998 to various board config files to make sure that happens.
7999
8000 The other board/freescale/*/Makefiles no longer need
8001 to reach up and over into ../common to build their
8002 individually needed files any more.
8003
8004 Boards that are CDS specific were renamed with cds_ prefix.
8005
8006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8007
8008commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
8009Author: Kumar Gala <galak@kernel.crashing.org>
8010Date: Wed Feb 27 22:00:27 2008 -0600
8011
8012 85xx: Fix merge duplication
8013
8014 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
8015
8016 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8017
8018commit 5893b3d0a4084f87a06a5d3dc03db91206818941
8019Author: James Yang <James.Yang@freescale.com>
8020Date: Tue Feb 12 16:35:07 2008 -0600
8021
8022 85xx: Expand CCSR space with more DDR controller registers.
8023
8024 Signed-off-by: James Yang <James.Yang@freescale.com>
8025 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8026 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8027
8028commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
8029Author: James Yang <James.Yang@freescale.com>
8030Date: Fri Feb 8 18:05:08 2008 -0600
8031
8032 85xx: Speed up get_ddr_freq() and get_bus_freq()
8033
8034 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
8035 called. However, get_sys_info() recalculates extraneous information when
8036 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
8037 values from global_data instead.
8038
8039 Signed-off-by: James Yang <James.Yang@freescale.com>
8040 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8041
8042commit e9ea679918fbc9a53fa2f2a904aac874ea736036
8043Author: James Yang <James.Yang@freescale.com>
8044Date: Fri Feb 8 16:46:27 2008 -0600
8045
8046 85xx: Show DDR memory data rate in addition to the memory clock frequency.
8047
8048 Show the DDR memory data rate in addition to the memory clock
8049 frequency. For DDR/DDR2 memories the memory data rate is 2x the
8050 memory clock.
8051
8052 Signed-off-by: James Yang <James.Yang@freescale.com>
8053 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8054
8055commit 591933ca6eabc440e6ed6967233aaf56fce464a3
8056Author: James Yang <James.Yang@freescale.com>
8057Date: Fri Feb 8 16:44:53 2008 -0600
8058
8059 85xx: get_tbclk() speed up and rounding fix
8060
8061 Speed up get_tbclk() by referencing pre-computed bus clock
8062 frequency value from global data instead of sys_info_t. Fix
8063 rounding of result to nearest; previously it was rounding
8064 upwards.
8065
8066 Signed-off-by: James Yang <James.Yang@freescale.com>
8067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8068
8069commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
8070Author: Andy Fleming <afleming@freescale.com>
8071Date: Wed Feb 6 01:19:40 2008 -0600
8072
8073 Update SVR numbers to expand support
8074
8075 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
8076 is used to distinguish certain variants within an SOC family. To
8077 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
8078 constants to reflect the larger value. We also add SVR numbers for all
8079 of the current variants. Finally, to make things neater, rather than
8080 use an enormous switch statement to print out the CPU type, we create
8081 and array of SVR/name pairs (using a macro), and print out the CPU name
8082 that matches the SVR SOC version.
8083
8084 Signed-off-by: Andy Fleming <afleming@freescale.com>
8085
8086commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
8087Author: Andy Fleming <afleming@freescale.com>
8088Date: Wed Feb 6 01:12:57 2008 -0600
8089
8090 Add the Freescale PCI device IDs
8091
8092 Signed-off-by: Andy Fleming <afleming@freescale.com>
8093
8094commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
8095Author: Kumar Gala <galak@kernel.crashing.org>
8096Date: Thu Feb 14 11:04:23 2008 -0600
8097
8098 85xx: Added support for multicore boot mechanism
8099
8100 Added the cpu command that provides a generic mechanism to get status,
8101 reset, and release secondary cores in multicore processors.
8102
8103 Added support for using the ePAPR defined spin-table mechanism on 85xx.
8104
8105 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8106 Signed-off-by: Andy Fleming <afleming@freescale.com>
8107
8108commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
8109Author: Kumar Gala <galak@kernel.crashing.org>
8110Date: Thu Jan 17 16:48:33 2008 -0600
8111
8112 85xx: Added support for multicore boot mechanism
8113
8114 Added the cpu command that provides a generic mechanism to get status,
8115 reset, and release secondary cores in multicore processors.
8116
8117 Added support for using the ePAPR defined spin-table mechanism on 85xx.
8118
8119 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8120
8121commit f69766e4b5d47ecd3aa58677a8da875694f364f2
8122Author: Kumar Gala <galak@kernel.crashing.org>
8123Date: Wed Jan 30 14:55:14 2008 -0600
8124
8125 85xx: Add the concept of CFG_CCSRBAR_PHYS
8126
8127 When we go to 36-bit physical addresses we need to keep the concept of
8128 the physical CCSRBAR address seperate from the virtual one.
8129
8130 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
8131
8132 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8133
d049cc7f
WD
8134commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
8135Author: Wolfgang Denk <wd@denx.de>
8136Date: Wed Mar 26 15:38:47 2008 +0100
8137
8138 Coding style cleanup.
8139
8140 Signed-off-by: Wolfgang Denk <wd@denx.de>
8141
8142commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
8143Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
8144Date: Wed Mar 26 13:02:13 2008 +0100
8145
8146 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
8147
8148 The default settings for RTC DS1337 keeps the OSC
8149 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
8150 turn it off.
8151
8152 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
8153
8154commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
8155Author: Wolfgang Denk <wd@denx.de>
8156Date: Wed Mar 26 11:48:46 2008 +0100
8157
8158 Cleanup coding style, update CHANGELOG
8159
8160 Signed-off-by: Wolfgang Denk <wd@denx.de>
8161
438a4c11
WD
8162commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
8163Author: Wolfgang Denk <wd@denx.de>
8164Date: Wed Mar 26 10:40:12 2008 +0100
8165
8166 README: update documentation (availability, links, etc.)
8167
8168 Signed-off-by: Wolfgang Denk <wd@denx.de>
8169
8170commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
8171Author: Aras Vaichas <arasv@magtech.com.au>
8172Date: Tue Mar 25 12:09:07 2008 +1100
8173
8174 USB Storage, add meaningful return value
8175
8176 This patch changes the "usb storage" command to return success if it
8177 finds a USB storage device, otherwise it returns error.
8178
8179 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
8180
8181commit 18e69a35efbb078403db0c0063986470dad7d082
8182Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8183Date: Fri Mar 14 23:20:18 2008 +0300
8184
8185 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
8186
8187 Linux understands "host" (default), "peripheral" and "otg" (broken).
8188 Though, U-Boot doesn't restrict dr_mode variable to these values (think
8189 of renames in future).
8190
8191 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8192 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8193
8194commit c7604783b236e368f225efb7b3efb418fe20b404
8195Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8196Date: Fri Mar 14 23:20:30 2008 +0300
8197
8198 tsec: fix link detection for the RTL8211B PHY
8199
8200 RTL8211B sets link state register after autonegotiation complete,
8201 so with bootdelay=0 RTL8211B will report lack of the link.
8202
8203 To fix this, we should wait for aneg to complete, even if the
8204 link is currently down.
8205
8206 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8207 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8208
8209commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
8210Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8211Date: Mon Mar 24 20:47:09 2008 +0300
8212
8213 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
8214
8215 device_type = "soc" is being deprecated, newer device trees will use
8216 "fsl,soc" and/or "fsl,immr" for the soc nodes.
8217
8218 This patch also adds clock-frequency property for soc nodes (the same
8219 value as bus-frequency).
8220
8221 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8222
8223commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
8224Author: Joe D'Abbraccio <ljd015@freescale.com>
8225Date: Mon Mar 24 13:00:59 2008 -0400
8226
8227 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
8228
8229 With the original value of 1/2 clock cycle delay, the system ran relatively
8230 stable except when we run benchmarks that are intensive users of memory.
8231 When I run samba connected disk with a HDBENCH test, the system locks-up
8232 or reboots sporadically.
8233
8234 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
8235
8236commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
8237Author: Scott Wood <scottwood@freescale.com>
8238Date: Mon Mar 24 12:44:13 2008 -0500
8239
8240 mpc83xx: Set PCI I/O bus-address base to zero.
8241
8242 The device trees for these boards describe PCI I/O as starting from
8243 address zero from the device's perspective.
8244
8245 Placing I/O elsewhere may cause problems with certain PCI boards, and may
8246 cause problems with Linux.
8247
8248 Signed-off-by: Scott Wood <scottwood@freescale.com>
8249
8250commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
8251Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8252Date: Mon Mar 24 20:47:05 2008 +0300
8253
8254 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
8255
8256 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
8257 This patch fixes "system time drifting" problem.
8258
8259 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8260
8261commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
8262Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8263Date: Mon Mar 24 20:47:02 2008 +0300
8264
8265 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
8266
8267 This is needed to update /choosen/linux,stdout-path properly.
8268
8269 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8270
8271commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
8272Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8273Date: Mon Mar 24 20:47:00 2008 +0300
8274
8275 mpc83xx: MPC8360E-RDK: add dhcp command
8276
8277 Plus modify environment to use it and remove bootfile env variable,
8278 it is internal and CONFIG_BOOTFILE is used for these purposes.
8279
8280 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8281
8282commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
8283Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8284Date: Mon Mar 24 20:46:57 2008 +0300
8285
8286 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
8287
8288 Current DDR setup easily causes memory corruption, this patch fixes it.
8289
8290 Also fix TIMING_CFG0_MRS_CYC definition.
8291
8292 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8293
8294commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
8295Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8296Date: Mon Mar 24 20:46:53 2008 +0300
8297
8298 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
8299
8300 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
8301 controller and FHCI (QE USB).
8302
8303 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8304
8305commit 7ad959490962e6842648d87d4bd795ea6cdcce67
8306Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8307Date: Mon Mar 24 20:46:51 2008 +0300
8308
8309 mpc83xx: MPC8360E-RDK: add support for NAND
8310
8311 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8312
8313commit 9a3e832aeb491861d029991241572ebdf4b5b61b
8314Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8315Date: Mon Mar 24 20:46:46 2008 +0300
8316
8317 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
8318
8319 This is needed for BCM PHYs to work on this board.
8320
8321 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8322
8323commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
8324Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8325Date: Mon Mar 24 20:46:34 2008 +0300
8326
8327 uec: add support for Broadcom BCM5481 Gigabit PHY
8328
8329 This patch adds basic support for Broadcom BCM5481 PHY.
8330
8331 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
8332 Peter Barada <peterb@logicpd.com>.
8333
8334 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8335
8336commit 6a600c3a1876bc203445df4f0fd6b12648259666
8337Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8338Date: Mon Mar 24 20:46:28 2008 +0300
8339
8340 uec: add support for RGMII_RXID interface mode
8341
8342 PHY drivers will use it to setup software delay between RXD and RXC
8343 signals.
8344
8345 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8346
8347commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
8348Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8349Date: Mon Mar 24 20:46:24 2008 +0300
8350
8351 uec: add support for gbit mii status readings
8352
8353 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8354
8355commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
8356Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8357Date: Mon Mar 24 17:40:47 2008 +0300
8358
8359 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
8360
8361 This is primarily for the early console support.
8362
8363 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8364
8365commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
8366Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8367Date: Mon Mar 24 17:40:43 2008 +0300
8368
8369 83xx: initialize serdes for MPC837XRDB boards
8370
8371 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
8372 On the MPC8378ERDB: 2 PCI-E
8373 On the MPC8379ERDB: 4 SATA
8374
8375 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8376
8377commit 453316a2a19642d8afcbca7452e40a6b44a197b1
8378Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8379Date: Mon Mar 24 17:40:32 2008 +0300
8380
8381 83xx: serdes setup routines
8382
8383 This patch adds few routines to configure serdes on 837x targets.
8384
8385 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8386
8387commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
8388Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8389Date: Mon Mar 24 17:40:27 2008 +0300
8390
8391 83xx: split COBJS onto separate lines
8392
8393 ..plus get rid of some #ifdefs in the .c files.
8394
8395 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8396
8397commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
8398Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8399Date: Mon Mar 24 17:40:23 2008 +0300
8400
8401 83xx: nand support for MPC837XRDB boards
8402
8403 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8404
8405commit 82e45a204190593e8613145a928f998fb8c909c4
8406Author: Jerry Van Baren <gvb.uboot@gmail.com>
8407Date: Tue Mar 18 21:44:41 2008 -0400
8408
8409 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
8410
8411 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8412 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8413
8414commit 0fa7a1b4719e325fce332689fb8754ec166191ff
8415Author: Michael Barkowski <michael.barkowski@freescale.com>
8416Date: Thu Mar 20 13:15:39 2008 -0400
8417
8418 mpc8323erdb: remove RTC and add EEPROM
8419
8420 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
8421
8422 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
8423 Acked-by: Kim Phillips <kim.phillips@freescale.com>
8424
8425commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
8426Author: Michael Barkowski <michael.barkowski@freescale.com>
8427Date: Thu Mar 20 13:15:34 2008 -0400
8428
8429 mpc8323erdb: Improve the system performance
8430
8431 The following changes are based on kernel UCC ethernet performance:
8432
8433 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
8434 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
8435 switch to enable this setting.
8436
8437 The following changes are based on the App Note AN3369 and
8438 verified to improve memory latency using LMbench:
8439
8440 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
8441 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
8442 previously.
8443 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
8444 Twr=15ns, and this was already the setting in DDR_MODE)
8445 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
8446 Trp=15ns)
8447 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
8448 Tras=40ns)
8449 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
8450 Trcd=15ns)
8451 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
8452 Trfc=75ns)
8453 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
8454 on Tfaw=50ns)
8455 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
8456 on CL=3 and WL=2).
8457
8458 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
8459 Acked-by: Kim Phillips <kim.phillips@freescale.com>
8460
8461commit fc549c871f43933396a5b3e21d897023d4b31b8d
8462Author: Michael Barkowski <michael.barkowski@freescale.com>
8463Date: Thu Mar 20 13:15:28 2008 -0400
8464
8465 mpc8323erdb: use readable DDR config macros
8466
8467 Use available shift/mask macros to define DDR configuration.
8468
8469 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
8470 Acked-by: Kim Phillips <kim.phillips@freescale.com>
8471
8472commit 89c7784ed90ba50301eec521144f95111e472906
8473Author: Timur Tabi <timur@freescale.com>
8474Date: Fri Feb 8 13:15:55 2008 -0600
8475
8476 83xx: Add Vitesse VSC7385 firmware uploading
8477
8478 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
8479 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
8480 Cleaned up the board header files to make selecting the VSC7385 easier to
8481 control.
8482
8483 Signed-off-by: Timur Tabi <timur@freescale.com>
8484 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8485
8486commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
8487Author: Timur Tabi <timur@freescale.com>
8488Date: Fri Feb 8 13:15:54 2008 -0600
8489
8490 NET: Add Vitesse VSC7385 firmware uploading
8491
8492 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
8493 and other boards. A small firwmare must be uploaded to its on-board memory
8494 before it can be enabled. This patch adds the code which uploads firmware
8495 (but not the firmware itself).
8496
8497 Previously, this feature was provided by a U-Boot application that was
8498 made available only on Freescale BSPs. The VSC7385 firmware must still
8499 be obtained separately, but at least there is no longer a need for a separate
8500 application.
8501
8502 Signed-off-by: Timur Tabi <timur@freescale.com>
8503 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8504
8505commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
8506Author: Wolfgang Denk <wd@denx.de>
8507Date: Wed Mar 26 00:52:10 2008 +0100
8508
8509 Coding Style cleanyp; update CHANGELOG
8510
8511 Signed-off-by: Wolfgang Denk <wd@denx.de>
8512
aa6f6d17
WD
8513commit 43ddd9c820fec44816188f53346b464e20b3142d
8514Author: Jerry Van Baren <gvb.uboot@gmail.com>
8515Date: Sat Mar 22 14:23:49 2008 -0400
8516
8517 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
8518
8519 These defines embedded the u-boot env variables and/or the bd_t structure
8520 in the fdt blob. The conclusion of discussion on the u-boot email list
8521 was that embedding these in the fdt blob is not useful: there are better
8522 ways of passing the data (in fact, the fdt blob itself replaces the
8523 bd_t struct).
8524
8525 The only board that enables these is the stxxtc and they don't appear
8526 to be used by linux.
8527
8528 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
8529 Acked-by: Kim Phillips <kim.phillips@freescale.com>
8530
8531commit 22ed2285743359fd1fe73e411dff914b2256e68f
8532Author: Stefan Roese <sr@denx.de>
8533Date: Mon Mar 17 10:49:25 2008 +0100
8534
8535 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
8536
8537 Signed-off-by: Stefan Roese <sr@denx.de>
8538
8539commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
8540Author: Kyungmin Park <kmpark@infradead.org>
8541Date: Mon Mar 17 08:54:06 2008 +0900
8542
8543 Add Flex-OneNAND booting support
8544
8545 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
8546 using a NOR Flash interface. This on-chip integration enables system designers
8547 to reduce external system logic and use high-density NAND Flash
8548 in applications that would otherwise have to use more NOR components.
8549
8550 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
8551 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
8552 that require low reliability and high density, SLC area of Flex-OneNAND
8553 to store data that need high reliability and high performance. Flex-OneNAND
8554 can let users take advantage of storing these two different types of data
8555 into one chip, which is making Flex-OneNAND more cost- and space-effective.
8556
8557 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8558
8559commit c512389cc4a10253249271ff6c887c6dab1f0db2
8560Author: André Schwarz <andre.schwarz@matrix-vision.de>
8561Date: Thu Mar 13 13:50:52 2008 +0100
8562
8563 MPC5200: support setup without FEC
8564
8565 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
8566 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
8567
8568 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8569 Acked-by: Grant Likely <grant.likely@secretlab.ca>
8570
8571commit aa3511e422946041ef626f80a05ae5e8bfc700e6
8572Author: Jon Loeliger <jdl@freescale.com>
8573Date: Wed Mar 5 18:05:46 2008 -0600
8574
8575 FSL: Move board/mpc8266ads under board/freescale
8576
8577 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8578
8579commit 7f1d846e5c5754449c286587d099d85246062772
8580Author: Jon Loeliger <jdl@freescale.com>
8581Date: Wed Mar 5 18:05:47 2008 -0600
8582
8583 FSL: Move board/mpc7448hpc2 under board/freescale
8584
8585 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8586
8587commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
8588Author: Jon Loeliger <jdl@freescale.com>
8589Date: Wed Mar 5 18:05:45 2008 -0600
8590
8591 FSL: Move board/mpc8260ads under board/freescale
8592
8593 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8594
8595commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
8596Author: goda.yusuke <goda.yusuke@renesas.com>
8597Date: Wed Mar 5 17:08:33 2008 +0900
8598
8599 net: Add support AX88796L ethernet device
8600
8601 AX88796L is device of NE2000 compatible.
8602 This patch support AX88796L ethernet device.
8603
8604 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
8605 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8606
8607commit e0a6140dd381e1eed1ada2291166ef2616d8822b
8608Author: Wolfgang Denk <wd@denx.de>
8609Date: Tue Mar 25 22:50:41 2008 +0100
8610
8611 ne2000 driver: change #ifdef to Makefile conditional compilation
8612
8613 Signed-off-by: Wolfgang Denk <wd@denx.de>
8614
8615commit e710185aae90c64d39c2d453e40e58ceefe4f250
8616Author: goda.yusuke <goda.yusuke@renesas.com>
8617Date: Wed Mar 5 17:08:20 2008 +0900
8618
8619 net: Divided code of NE2000 ethernet driver
8620
8621 There are more devices of the NE2000 base.
8622 A present code is difficult for us to support more devices.
8623 To support more NE2000 clone devices, separated the function.
8624
8625 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
8626 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8627
8628commit 395bce4f59a507a60a475f7ee46bed47de9482df
8629Author: Mike Frysinger <vapier@gentoo.org>
8630Date: Sun Feb 24 23:58:13 2008 -0500
8631
8632 net/Blackfin: move on-chip MAC driver into drivers/net/
8633
8634 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
8635 directory, but it is not board specific, so relocate it to the drivers dir
8636 so that other Blackfin ports can utilize it.
8637
8638 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8639
8640commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
8641Author: Mike Frysinger <vapier@gentoo.org>
8642Date: Sun Feb 24 23:52:35 2008 -0500
8643
8644 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
8645
8646 Since the "ssync" instruction may have hardware anomalies associated with
8647 it, have the smc91111 driver use the SSYNC macro rather than invoking it
8648 directly. We workaround all the anomalies via this macro.
8649
8650 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8651
8652commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
8653Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
8654Date: Sun Feb 17 22:57:47 2008 +0000
8655
8656 8xx: Update OF support on 8xx
8657
8658 This patch does some shifting around of OF support on 8xx.
8659
8660 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
8661
8662commit 9c666a7db0b2285a270c68810889ce7d5dba304b
8663Author: Kumar Gala <galak@kernel.crashing.org>
8664Date: Fri Feb 15 15:16:18 2008 -0600
8665
8666 ppc: Allow boards to specify how much memory they can map
8667
8668 For historical reasons we limited the stack to 256M because some boards
8669 could only map that much via BATS. However newer boards are capable of
8670 mapping more memory (for example 85xx is capble of doing up to 2G).
8671
8672 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8673
8674commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
8675Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
8676Date: Fri Feb 15 01:05:58 2008 +0000
8677
8678 8xx : Add OF support to Adder875 board port - resubmit
8679
8680 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
8681
8682commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
8683Author: Kumar Gala <galak@kernel.crashing.org>
8684Date: Thu Feb 14 20:44:42 2008 -0600
8685
8686 Add setexpr command
8687
8688 Add a simple expr style command that will set an env variable as the result
8689 of the command. This allows us to do simple math in shell. The following
8690 operations are supported: &, |, ^, +, -, *, /.
8691
8692 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8693
8694commit 3f105faa64b9826e088711fdfcaa70cb1230397a
8695Author: Jon Loeliger <jdl@freescale.com>
8696Date: Wed Mar 5 17:27:48 2008 -0600
8697
8698 FSL: Move board/mpc7448hpc2 under board/freescale
8699
8700 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8701
8702commit 449c703374a8868453425e15da7e2f76221b72e4
8703Author: Jon Loeliger <jdl@freescale.com>
8704Date: Wed Mar 5 17:21:43 2008 -0600
8705
8706 FSL: Move board/mpc8266ads under board/freescale
8707
8708 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8709
8710commit 5863577989ad689427bb750107e9a75f1c1645d2
8711Author: Jon Loeliger <jdl@freescale.com>
8712Date: Wed Mar 5 16:41:41 2008 -0600
8713
8714 FSL: Move board/mpc8260ads under board/freescale
8715
8716 Signed-off-by: Jon Loeliger <jdl@freescale.com>
8717
8718commit 8a773983957ee6c4aa344469b742f29c7d26afbd
8719Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8720Date: Tue Mar 25 21:30:08 2008 +0900
8721
8722 [MIPS] Move gth2_config from ARM section to MIPS
8723
8724 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8725
8726commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
8727Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8728Date: Tue Mar 25 21:30:07 2008 +0900
8729
8730 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
8731
8732 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8733
8734commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
8735Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8736Date: Tue Mar 25 21:30:07 2008 +0900
8737
8738 [MIPS] Fix dcache_status()
8739
8740 You can't judge UNCACHED by Config.K0 LSB.
8741
8742 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8743
8744commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
8745Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8746Date: Tue Mar 25 21:30:07 2008 +0900
8747
8748 [MIPS] Introduce _machine_restart
8749
8750 Handles machine specific functions by using weak functions.
8751
8752 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8753
8754commit decaba6f5cf386d569ac3997bebb871b966c6b18
8755Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8756Date: Tue Mar 25 21:30:07 2008 +0900
8757
8758 [MIPS] Cleanup CP0 Status initialization
8759
8760 Add setup_c0_status from Linux. For the moment we disable interrupts, set
8761 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
8762 reset-time configuration and will work well across most processors.
8763
8764 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8765
8766commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
8767Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8768Date: Tue Mar 25 21:30:07 2008 +0900
8769
8770 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
8771
8772 Without this change, we'll be suffering from deffered WATCH exception
8773 once Status.EXL is cleared. Make sure Cause.WP is cleared.
8774
8775 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8776
8777commit 26138623230ca2bad3c78e05a65527ea70c8b688
8778Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8779Date: Tue Mar 25 21:30:07 2008 +0900
8780
8781 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
8782
8783 Move things to appropriate place.
8784
8785 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8786
8787commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
8788Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8789Date: Tue Mar 25 21:30:06 2008 +0900
8790
8791 [MIPS] Implement flush_cache()
8792
8793 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
8794 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
8795 function is used not only in U-Boot specfic programs but also at loading
8796 target binaries.
8797
8798 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8799
8800commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
8801Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8802Date: Tue Mar 25 21:30:06 2008 +0900
8803
8804 [MIPS] Fix I-/D-cache initialization loops
8805
8806 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
8807 again per a loop for I-cache initialization. But according to 'See MIPS
8808 Run', we're encouraged to use three separate loops rather than combining
8809 them *for both I- and D-cache*. This patch tries to fix this.
8810
8811 In accordance with fixing above, mips_init_[id]cache are separated from
8812 mips_cache_reset(), and rewrite cache loops are completely rewritten with
8813 useful macros.
8814
8815 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8816
8817commit 1898840797c7f50799377bd5b285a8a93a82c419
8818Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8819Date: Tue Mar 25 21:30:06 2008 +0900
8820
8821 [MIPS] Replace memory clearance code with f_fill64
8822
8823 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
8824
8825 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8826
8827commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
8828Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8829Date: Tue Mar 25 21:30:06 2008 +0900
8830
8831 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
8832
8833 This patch replaces the current function definitions with NESTED, LEAF
8834 and END macro. They specify some more additional information about the
8835 function; an alignment of symbol, type of symbol, stack frame usage, etc.
8836 These information explicitly tells the assembler and the debugger about
8837 the types of code we want to generate.
8838
8839 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8840
8841commit 282223a607c611425fa33f5428f8eae6636972bb
8842Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8843Date: Tue Mar 25 11:43:17 2008 +0900
8844
8845 [MIPS] asm headers' updates
8846
8847 Make some asm headers adjusted to the latest Linux kernel.
8848
8849 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8850
8851commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
8852Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8853Date: Tue Mar 25 11:39:29 2008 +0900
8854
8855 [MIPS] Request for the 'mips_cache_lock()' removal
8856
8857 The initial intension of having mips_cache_lock() was to use the cache
8858 as memory for temporary stack use so that a C environment can be set up
8859 as early as possible.
8860
8861 But now mips_cache_lock() follow lowlevel_init(). We've already have the
8862 real memory initilaized at this point, therefore we could/should use it.
8863 No reason to lock at all.
8864
8865 Other problems:
8866
8867 Cache locking is not consistent across MIPS implementaions. Some imple-
8868 mentations don't support locking at all. The style of locking varies -
8869 some support per line locking, others per way, etc. Some parts use bits
8870 in status registers instead of cache ops. Current mips_cache_lock() is
8871 not necessarily general-purpose.
8872
8873 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
8874 they are never get unlocked, so the code relies on whatever gets loaded
8875 after U-Boot to re-initialize the cache and clear the locks. We're sup-
8876 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
8877 but leave the situation as it is for a long time.
8878
8879 For these reasons, I proposed the removal of mips_cache_lock() from the
8880 global start-up code.
8881
8882 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
8883 *things have changed*. If he wants the same behavior as before, he needs
8884 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
8885
8886 If we don't have any regression report through several releases, then
8887 we'll remove codes entirely.
8888
8889 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8890 Acked-by: Andrew Dyer <amdyer@gmail.com>
8891
8892commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
8893Author: Yuri Tikhonov <yur@emcraft.com>
8894Date: Mon Mar 24 11:30:54 2008 +0100
8895
8896 lwmon5 SYSMON POST: fix backlight control
8897
8898 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
8899 run on the board, then the SYSMON POST controls the display backlight
8900 (doesn't switch backlight ON if POST FAILED, and does switch the
8901 backlight ON if PASSED).
8902
8903 If not, then the video driver controls the display backlight (just
8904 switch ON the backlight upon initialization).
8905
8906 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8907
8908commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
8909Author: Yuri Tikhonov <yur@emcraft.com>
8910Date: Mon Mar 24 11:29:14 2008 +0100
8911
8912 lwmon5 SYSMON POST: fix handling of negative temperatures
8913
8914 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
8915
8916 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8917
8918commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
8919Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8920Date: Fri Mar 7 16:04:25 2008 +0900
8921
8922 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
8923
8924 In current source code, when the device number of PCI is 0, process PCI
8925 bridge without fail. However, when the device number is 0, it is not PCI
8926 always bridge. There are times when device of PCI allocates.
8927
8928 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
8929 use this patch.
8930
8931 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8932 Acked-by: Stefan Roese <sr@denx.de>
8933
8934commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
8935Author: Yuri Tikhonov <yur@emcraft.com>
8936Date: Fri Mar 21 09:18:40 2008 +0100
8937
8938 LWMON5: fix dsPIC POST
8939
8940 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
8941
8942 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
8943
438a4c11
WD
8944commit 388b82fddc7c05596f3f615f190da0448227dc82
8945Author: Bartlomiej Sieka <tur@semihalf.com>
8946Date: Thu Mar 20 23:23:13 2008 +0100
8947
8948 [new uImage] Enable new uImage support for the pcs440ep board.
8949
8950 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8951
8952commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
8953Author: Bartlomiej Sieka <tur@semihalf.com>
8954Date: Thu Mar 20 23:23:13 2008 +0100
8955
8956 [new uImage] Do not compile new uImage format support by default
8957
8958 Disable default building of new uImage format support in preparation
8959 for merge with the master. Support for new format can be enabled on
8960 a per-board basis, by defining the following in the board's config file:
8961
8962 #define CONFIG_FIT 1
8963 #define CONFIG_OF_LIBFDT 1
8964
8965 This can be optionally defined to give more verbose output:
8966
8967 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
8968
8969 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8970
8971commit dafaede8a46c7159310239e036c93e31c6374487
8972Author: Bartlomiej Sieka <tur@semihalf.com>
8973Date: Thu Mar 20 23:20:31 2008 +0100
8974
8975 [new uImage] Disable debuging output in preparation for merge with master
8976
8977 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8978
8979commit fbe7a155027beacebaee9b32e1ada781fe924bca
8980Author: Bartlomiej Sieka <tur@semihalf.com>
8981Date: Thu Mar 20 19:38:45 2008 +0100
8982
8983 [new uImage] Compilation and new uImage handling fixes for imxtract
8984
8985 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
8986 include/config_cmd_default.h. Fix few warnings and handling of new format
8987 images.
8988
8989 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8990
8991commit 36cc8cbb3379d5166f882641123521735c469f92
8992Author: Bartlomiej Sieka <tur@semihalf.com>
8993Date: Thu Mar 20 23:10:19 2008 +0100
8994
8995 [new uImage] Fix autoscr command used with new uImage format
8996
8997 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8998
8999commit 43142e817f0597be412e7cbe19413f5532eafa5d
9000Author: Bartlomiej Sieka <tur@semihalf.com>
9001Date: Thu Mar 20 23:10:19 2008 +0100
9002
9003 [new uImage] Fix *.its files location in documentation
9004
9005 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9006
aa6f6d17
WD
9007commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
9008Author: Wolfgang Denk <wd@denx.de>
9009Date: Thu Mar 20 22:01:38 2008 +0100
9010
9011 lwmon5 POST: remove unreachable code
9012
9013 plus some coding style cleanup
9014
9015 Signed-off-by: Wolfgang Denk <wd@denx.de>
9016
9017commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
9018Author: Yuri Tikhonov <yur@emcraft.com>
9019Date: Thu Mar 20 17:56:04 2008 +0300
9020
9021 LWMON5: POST RTC fix
9022
9023 Modify the RTC API to provide one a status for the time reported by
9024 the rtc_get() function:
9025 0 - a reliable time is guaranteed,
9026 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
9027 and so on).
9028
9029 The RTC chip drivers are responsible for providing this info if the
9030 corresponding chip supports such functionality. If not - always
9031 report that the time is reliable.
9032
9033 The POST RTC test was modified to detect the RTC faults utilizing
9034 this new rtc_get() feature.
9035
9036 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9037
9038commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
9039Author: Martin Krause <martin.krause@tqs.de>
9040Date: Wed Mar 19 14:25:14 2008 +0100
9041
9042 TQM5200B: update MTD partition layout
9043
9044 - insert partition for dtb blob to TQM5200B MTD layout
9045 - set env variables dependent on the configured board
9046 (TQM5200 or TQM5200B)
9047
9048 Signed-off-by: Martin Krause <martin.krause@tqs.de>
9049
9050commit f0105727d132f56a21fa3ed8b162309cca6cac44
9051Author: Stefan Roese <sr@denx.de>
9052Date: Wed Mar 19 07:09:26 2008 +0100
9053
9054 CFI: Small cleanup for FLASH_SHOW_PROGRESS
9055
9056 With this patch we don't need that many #ifdef's in the code. It moves
9057 the subtraction into the macro and defines a NOP-macro when
9058 CONFIG_FLASH_SHOW_PROGRESS is not defined.
9059
9060 Signed-off-by: Stefan Roese <sr@denx.de>
9061 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
9062
9063commit 9a042e9ca512beaaa2cb450274313fc477141241
9064Author: Jerry Van Baren <gvb.uboot@gmail.com>
9065Date: Sat Mar 8 13:48:01 2008 -0500
9066
9067 Flash programming progress countdown.
9068
9069 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9070
438a4c11
WD
9071commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
9072Author: Bartlomiej Sieka <tur@semihalf.com>
9073Date: Wed Mar 19 10:00:06 2008 +0100
9074
9075 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
9076
9077 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9078
aa6f6d17
WD
9079commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
9080Author: David Gibson <david@gibson.dropbear.id.au>
9081Date: Mon Feb 18 18:09:04 2008 +1100
9082
9083 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
9084
9085 Since fdt_node_offset_by_compatible() was converted to the new
9086 fdt_next_node() iterator, a chunk of initialization code became
9087 redundant, but was not removed by oversight. This patch cleans it up.
9088
9089 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9090
9091commit d0ccb9b140b472039732de102fc14597eedb14df
9092Author: David Gibson <david@gibson.dropbear.id.au>
9093Date: Mon Feb 18 18:06:31 2008 +1100
9094
9095 libfdt: Trivial cleanup for CHECK_HEADER)
9096
9097 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
9098 However, there are a handful of functions (fdt_move, rw_check_header,
9099 fdt_open_into) from other files which could also use it (currently
9100 they open-code something more-or-less identical). Therefore, this
9101 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
9102 places.
9103
9104 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9105
9106commit fe30a354cdbb808b5f15366a935b151a4ccee74f
9107Author: Kumar Gala <galak@kernel.crashing.org>
9108Date: Wed Feb 20 14:32:36 2008 -0600
9109
9110 Fix fdt boardsetup command parsing
9111
9112 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
9113
9114 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9115
9116commit 804887e6001e2f00bea11431bf34d6d472512cda
9117Author: Kumar Gala <galak@kernel.crashing.org>
9118Date: Fri Feb 15 03:34:36 2008 -0600
9119
9120 Add sub-commands to fdt
9121
9122 fdt header - Display header info
9123 fdt bootcpu <id> - Set boot cpuid
9124 fdt memory <addr> <size> - Add/Update memory node
9125 fdt rsvmem print - Show current mem reserves
9126 fdt rsvmem add <addr> <size> - Add a mem reserve
9127 fdt rsvmem delete <index> - Delete a mem reserves
9128
9129 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9130
9131commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
9132Author: David Gibson <david@gibson.dropbear.id.au>
9133Date: Thu Feb 14 16:50:34 2008 +1100
9134
9135 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
9136
9137 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
9138 node which has NOP tags interspersed with its properties. In this
9139 case fdt_add_subnode_namelen() will put the new subnode before the
9140 first NOP tag, even if there are properties after it, which will
9141 result in an invalid blob.
9142
9143 This patch fixes the bug, and adds a testcase for it.
9144
9145 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9146
9147commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
9148Author: David Gibson <david@gibson.dropbear.id.au>
9149Date: Tue Feb 12 11:58:31 2008 +1100
9150
9151 libfdt: Add and use a node iteration helper function.
9152
9153 This patch adds an fdt_next_node() function which can be used to
9154 iterate through nodes of the tree while keeping track of depth. This
9155 function is used to simplify the iteration code in a lot of other
9156 functions, and is also exported for use by library users.
9157
9158 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9159
9160commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
9161Author: David Gibson <david@gibson.dropbear.id.au>
9162Date: Fri Jan 11 14:55:05 2008 +1100
9163
9164 libfdt: Add fdt_set_name() function
9165
9166 This patch adds an fdt_set_name() function to libfdt, mirroring
9167 fdt_get_name(). This is a r/w function which alters the name of a
9168 given device tree node.
9169
9170 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9171
9172commit 23e20aa6488e6c0622496549861bfdc74108debe
9173Author: Yuri Tikhonov <yur@pollux.denx.de>
9174Date: Tue Mar 18 13:33:30 2008 +0100
9175
9176 lwmon5: Fix register test logic to match the specific GDC h/w.
9177
9178 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9179 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9180
9181commit 46bc0a938779aa1d664b847d36b08aa00f22e539
9182Author: Yuri Tikhonov <yur@pollux.denx.de>
9183Date: Tue Mar 18 13:27:57 2008 +0100
9184
9185 Fix backlight in the lwmon5 POST.
9186
9187 Backlight was switched on even when temperature was too low.
9188
9189 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9190 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9191
9192commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
9193Author: Yuri Tikhonov <yur@pollux.denx.de>
9194Date: Wed Feb 6 18:48:36 2008 +0100
9195
9196 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).
9197
9198 To enable this, alternative, configuration the U-Boot board configuration
9199 file for lwmon5 includes the definitions of alternative addresses for header
9200 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
9201
9202 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
9203 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
9204 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
9205
9206 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9207
9208commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
9209Author: Yuri Tikhonov <yur@pollux.denx.de>
9210Date: Mon Feb 4 17:11:53 2008 +0100
9211
9212 Add support for the lwmon5 board reset via GPIO58.
9213
9214 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9215 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9216
9217commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
9218Author: Yuri Tikhonov <yur@pollux.denx.de>
9219Date: Mon Feb 4 17:09:55 2008 +0100
9220
9221 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
9222
9223 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9224 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9225
9226commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
9227Author: Yuri Tikhonov <yur@pollux.denx.de>
9228Date: Mon Feb 4 14:11:03 2008 +0100
9229
9230 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.
9231
9232 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9233 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9234
9235commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
9236Author: Yuri Tikhonov <yur@pollux.denx.de>
9237Date: Mon Feb 4 14:10:42 2008 +0100
9238
9239 The patch adds new POST tests for the Lwmon5 board. These are:
9240
9241 * External Watchdog test;
9242 * dsPIC tests;
9243 * FPGA test;
9244 * GDC test;
9245 * Sysmon tests.
9246
9247 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9248 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9249
9250commit c2ed33efbfff5767bca236828e021c55fd547b6c
9251Author: Yuri Tikhonov <yur@pollux.denx.de>
9252Date: Mon Feb 4 14:10:01 2008 +0100
9253
9254 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
9255
9256 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9257
7ed40117
WD
9258commit 3a5d1e7f1309998791702b2a559e3126781746b9
9259Author: Yuri Tikhonov <yur@pollux.denx.de>
9260Date: Tue Mar 18 13:33:30 2008 +0100
9261
9262 lwmon5: Fix register test logic to match the specific GDC h/w.
9263
9264 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9265 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9266
9267commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
9268Author: Yuri Tikhonov <yur@pollux.denx.de>
9269Date: Tue Mar 18 13:27:57 2008 +0100
9270
9271 Fix backlight in the lwmon5 POST.
9272
9273 Backlight was switcehd on even when temperature was too low.
9274
9275 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9276 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9277
9278commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
9279Author: Yuri Tikhonov <yur@pollux.denx.de>
9280Date: Wed Feb 6 18:48:36 2008 +0100
9281
9282 The patch introduces the alternative configuration of the log buffer for
9283 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
9284 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
9285 PPC440EPX_GPT0_COMP5).
9286
9287 To enable this, alternative, configuration the U-Boot board configuration
9288 file for lwmon5 includes the definitions of alternative addresses for header
9289 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
9290
9291 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
9292 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
9293 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
9294
9295 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9296
9297commit ff818b21b069f4bc9cb73373cc5a16014be101b7
9298Author: Yuri Tikhonov <yur@pollux.denx.de>
9299Date: Mon Feb 4 17:11:53 2008 +0100
9300
9301 Add support for the lwmon5 board reset via GPIO58.
9302
9303 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9304 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9305
9306commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
9307Author: Yuri Tikhonov <yur@pollux.denx.de>
9308Date: Mon Feb 4 17:09:55 2008 +0100
9309
9310 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
9311 Disable external watch-dog for now.
9312
9313 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9314 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9315
9316commit e262efe35742c1ad4b0966ff501efc26f34a0aec
9317Author: Yuri Tikhonov <yur@pollux.denx.de>
9318Date: Mon Feb 4 14:11:03 2008 +0100
9319
9320 The patch introduces the CRITICAL feature of POST tests. If the test
9321 marked as POST_CRITICAL fails then the alternative, post_critical,
9322 boot-command is used. If this command is not defined then U-Boot
9323 enters into interactive mode.
9324
9325 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9326 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9327
9328commit 65b20dcefc89618193fa51947968dada91e4c778
9329Author: Yuri Tikhonov <yur@pollux.denx.de>
9330Date: Mon Feb 4 14:10:42 2008 +0100
9331
9332 The patch adds new POST tests for the Lwmon5 board.
9333 These are:
9334
9335 * External Watchdog test;
9336 * dsPIC tests;
9337 * FPGA test;
9338 * GDC test;
9339 * Sysmon tests.
9340
9341 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9342 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9343
9344commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
9345Author: Yuri Tikhonov <yur@pollux.denx.de>
9346Date: Mon Feb 4 14:10:01 2008 +0100
9347
9348 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
9349
9350 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
9351
aa6f6d17
WD
9352commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
9353Author: Wolfgang Denk <wd@denx.de>
9354Date: Tue Mar 18 17:35:51 2008 +0100
9355
9356 HMI1001: fix compile problem.
9357
9358 Signed-off-by: Wolfgang Denk <wd@denx.de>
9359
9360commit 1f2a9970109cebf7446e0503b10b71f8673045ee
9361Author: Mike Frysinger <vapier@gentoo.org>
9362Date: Mon Feb 18 05:32:30 2008 -0500
9363
9364 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
9365
9366 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
9367 for the board specific driver at all. Just use the common CFI driver.
9368
9369 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9370
9371commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
9372Author: Mike Frysinger <vapier@gentoo.org>
9373Date: Tue Feb 19 00:36:14 2008 -0500
9374
9375 Blackfin: add proper ELF markings to some assembly functions
9376
9377 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9378
9379commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
9380Author: Mike Frysinger <vapier@gentoo.org>
9381Date: Tue Feb 19 00:35:17 2008 -0500
9382
9383 Blackfin: new cplbinfo command for viewing cplb tables
9384
9385 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9386
9387commit aadb72503cd1602349a5fe53356d5f55ecc1b900
9388Author: Mike Frysinger <vapier@gentoo.org>
9389Date: Mon Feb 18 05:37:51 2008 -0500
9390
9391 Blackfin: update MAINTAINERS list
9392
9393 Add maintainer information for the Blackfin boards.
9394
9395 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9396
9397commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
9398Author: Mike Frysinger <vapier@gentoo.org>
9399Date: Mon Feb 18 05:26:48 2008 -0500
9400
9401 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
9402
9403 Stop tying things to the processor that should be tied to other defines and
9404 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
9405 system to select the -mcpu option.
9406
9407 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9408
9409commit 86a20fb920bd198105acf7b1191117f566d637ed
9410Author: Mike Frysinger <vapier@gentoo.org>
9411Date: Sat Feb 16 07:40:36 2008 -0500
9412
9413 Blackfin: move bootldr command to common code
9414
9415 This moves the Blackfin-common bootldr command out of the BF537-STAMP
9416 specific board directory and into the common directory so that all Blackfin
9417 boards may utilize it.
9418
9419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9420
9421commit decbe029b2a9d3333d02c433389b1c821eea96d7
9422Author: Heiko Schocher <hs@denx.de>
9423Date: Fri Mar 14 11:05:20 2008 +0100
9424
9425 mgcoge: update configuration
9426
9427 Fix configuration for mgcoge board
9428
9429 Signed-off-by: Heiko Schocher <hs@denx.de>
9430
9431commit c136724cda0219c49f1d4b346f00da29b14fdf14
9432Author: Wolfgang Denk <wd@denx.de>
9433Date: Sun Mar 16 01:22:59 2008 +0100
9434
9435 drivers/rtc/Makefile: keep list sorted
9436
9437 Signed-off-by: Wolfgang Denk <wd@denx.de>
9438
9439commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
9440Author: Tor Krill <tor@excito.com>
9441Date: Sat Mar 15 15:40:26 2008 +0100
9442
9443 Add support for Intersil isl1208 RTC
9444
9445 Signed-off-by: Tor Krill <tor@excito.com>
9446
9447commit 0210cff3d079d97b2156b13685ee8de368e68a1a
9448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9449Date: Sat Mar 15 17:36:41 2008 +0100
9450
9451 cramfs: Fix ifdef
9452
9453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9454
9455commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
9456Author: Wolfgang Denk <wd@denx.de>
9457Date: Sun Mar 16 01:12:58 2008 +0100
9458
9459 Conding style cleanup
9460
9461 Signed-off-by: Wolfgang Denk <wd@denx.de>
9462
0b8f2a27
WD
9463commit 41712b4e8c95dff23354bcd620e1f9477160c190
9464Author: Stefan Roese <sr@denx.de>
9465Date: Wed Mar 5 12:31:53 2008 +0100
9466
9467 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
9468
9469 This patch adds USB OHCI support to the Canyonlands board port. It also
9470 enables EXT2 support.
9471
9472 Signed-off-by: Stefan Roese <sr@denx.de>
9473
9474commit 2596f5b9d353ff3e4387a3325d05740f16958038
9475Author: Stefan Roese <sr@denx.de>
9476Date: Wed Mar 5 12:29:32 2008 +0100
9477
9478 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
9479
9480 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
9481 way a board just needs to define this new option to enable the "force
9482 NoPowerSwitching mode" instead of adding new CPU/architecture defines
9483 to the USB source itself.
9484
9485 This new option will be used first with the new AMCC 460EX Canyonlands
9486 board port, which will be posted in a few days.
9487
9488 This patch also fixes a small compilation problem when DEBUG is enabled.
9489
9490 Signed-off-by: Stefan Roese <sr@denx.de>
9491
9492commit 71665ebf88408ff2acb762af47989fd4365b321a
9493Author: Stefan Roese <sr@denx.de>
9494Date: Mon Mar 3 17:27:02 2008 +0100
9495
9496 ppc4xx: Add Canyonlands NAND booting support
9497
9498 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
9499 NAND devices. The only bootstrap option for NAND booting is option F for
9500 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
9501 EEPROM needs to be programmed accordingly.
9502
9503 This patch adds basic NAND booting support for the AMCC Canyonlands aval
9504 board and also adds support to the "bootstrap" command, to enable NAND
9505 booting I2C setting.
9506
9507 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
9508
9509 Signed-off-by: Stefan Roese <sr@denx.de>
9510
9511commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
9512Author: Stefan Roese <sr@denx.de>
9513Date: Tue Mar 11 16:53:00 2008 +0100
9514
9515 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
9516
9517 This patch adds support for the AMCC Canyonlands 460EX evaluation
9518 board.
9519
9520 Signed-off-by: Stefan Roese <sr@denx.de>
9521
9522commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
9523Author: Stefan Roese <sr@denx.de>
9524Date: Tue Mar 11 16:52:24 2008 +0100
9525
9526 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
9527
9528 This patch adds support for the AMCC Canyonlands 460EX evaluation
9529 board.
9530
9531 Signed-off-by: Stefan Roese <sr@denx.de>
9532
9533commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
9534Author: Stefan Roese <sr@denx.de>
9535Date: Tue Mar 11 16:51:17 2008 +0100
9536
9537 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
9538
9539 This patch adds support for the AMCC Canyonlands 460EX evaluation
9540 board.
9541
9542 Signed-off-by: Stefan Roese <sr@denx.de>
9543
9544commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
9545Author: Stefan Roese <sr@denx.de>
9546Date: Tue Mar 11 15:11:43 2008 +0100
9547
9548 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
9549
9550 This patch adds basic support for the AMCC 460EX/460GT PPC's.
9551
9552 Signed-off-by: Stefan Roese <sr@denx.de>
9553
9554commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
9555Author: Stefan Roese <sr@denx.de>
9556Date: Tue Mar 11 15:11:18 2008 +0100
9557
9558 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
9559
9560 This patch adds basic support for the AMCC 460EX/460GT PPC's.
9561
9562 Signed-off-by: Stefan Roese <sr@denx.de>
9563
9564commit 999ecd5aca381984d8ebbeb207ece82a1c275577
9565Author: Stefan Roese <sr@denx.de>
9566Date: Tue Mar 11 15:07:10 2008 +0100
9567
9568 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
9569
9570 This patch adds basic support for the AMCC 460EX/460GT PPC's.
9571
9572 Signed-off-by: Stefan Roese <sr@denx.de>
9573
9574commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
9575Author: Stefan Roese <sr@denx.de>
9576Date: Tue Mar 11 15:05:50 2008 +0100
9577
9578 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
9579
9580 This patch adds basic support for the AMCC 460EX/460GT PPC's.
9581
9582 Signed-off-by: Stefan Roese <sr@denx.de>
9583
9584commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
9585Author: Stefan Roese <sr@denx.de>
9586Date: Tue Mar 11 15:05:26 2008 +0100
9587
9588 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
9589
9590 This patch adds basic support for the AMCC 460EX/460GT PPC's.
9591
9592 Signed-off-by: Stefan Roese <sr@denx.de>
9593
9594commit 56e410178375d9f20be25fb24e180974f0ae120b
9595Author: Stefan Roese <sr@denx.de>
9596Date: Tue Feb 19 22:07:57 2008 +0100
9597
9598 ppc4xx: interrupt.c reworked
9599
9600 This patch is a rework of the 4xx interrupt handling done while
9601 adding the 460EX/GT support. Interrupts are needed on 4xx for the
9602 EMAC driver.
9603
9604 Signed-off-by: Stefan Roese <sr@denx.de>
9605
9606commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
9607Author: Stefan Roese <sr@denx.de>
9608Date: Tue Feb 19 22:01:57 2008 +0100
9609
9610 ppc4xx: program_tlb now uses 64bit physical addess
9611
9612 This patch changes the physical addess parameter from 32bit to 64bit.
9613 This is needed for 36bit 4xx platforms to access areas located
9614 beyond the 4GB border, like SoC peripherals (EBC etc.).
9615
9616 Signed-off-by: Stefan Roese <sr@denx.de>
9617
9618commit c3307fa186af85771924c434997089b8104c0a46
9619Author: Stefan Roese <sr@denx.de>
9620Date: Tue Feb 19 21:58:25 2008 +0100
9621
9622 ppc4xx: miiphy.c reworked
9623
9624 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
9625 badly neede some cleanup.
9626
9627 Signed-off-by: Stefan Roese <sr@denx.de>
9628
9629commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
9630Author: Stefan Roese <sr@denx.de>
9631Date: Tue Feb 19 16:21:49 2008 +0100
9632
9633 rtc: Add M41T62 support
9634
9635 This patch add support for the STM M41T62 RTC. It is used and tested
9636 on the AMCC Canyonlands 406EX platform.
9637
9638 Signed-off-by: Stefan Roese <sr@denx.de>
9639
9640commit 217d383e201adc7f2271145ae345ea5eae2b7170
9641Author: Niklaus Giger <niklaus.giger@netstal.com>
9642Date: Mon Feb 25 18:46:43 2008 +0100
9643
9644 ppc4xx: Add 405GPr based MCU25 board specific files
9645
9646 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9647
9648commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
9649Author: Niklaus Giger <niklaus.giger@netstal.com>
9650Date: Mon Feb 25 18:46:42 2008 +0100
9651
9652 ppc4xx: Add 405GPr based MCU25 board config file
9653
9654 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9655
9656commit b05f35436b733a240559e77e46bed8439665ecc5
9657Author: Niklaus Giger <niklaus.giger@netstal.com>
9658Date: Mon Feb 25 18:46:41 2008 +0100
9659
9660 ppc4xx: Add 405GPr based MCU25 board. Global files
9661
9662 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9663
9664commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
9665Author: Niklaus Giger <niklaus.giger@netstal.com>
9666Date: Mon Feb 25 18:37:02 2008 +0100
9667
9668 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
9669
9670 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9671
9672commit a079494853cc2bfeddb26673219db0b4b2b31566
9673Author: Niklaus Giger <niklaus.giger@netstal.com>
9674Date: Mon Feb 25 18:37:01 2008 +0100
9675
9676 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
9677
9678 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
9679 the FLASH_CFI_LEGACY et al. config options.
9680
9681 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9682
9683commit e4170e5a50c8110f792bc37472833ae669d69951
9684Author: Stefan Roese <sr@denx.de>
9685Date: Tue Mar 11 13:52:25 2008 +0100
9686
9687 ppc4xx: Fix comment in 405EX DDR2 init code
9688
9689 Signed-off-by: Stefan Roese <sr@denx.de>
9690
438a4c11
WD
9691commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
9692Author: Bartlomiej Sieka <tur@semihalf.com>
9693Date: Fri Mar 14 16:22:34 2008 +0100
9694
9695 Add MD5 support to the new uImage format
9696
9697 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9698
9699commit 0ede0c383530a418cf98be9122371a86573cd0db
9700Author: Bartlomiej Sieka <tur@semihalf.com>
9701Date: Fri Mar 14 16:22:34 2008 +0100
9702
9703 Add the MD5 algorithm
9704
9705 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
9706 calculated using the md5() function -- see include/md5.h for details.
9707
9708 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9709
0b8f2a27
WD
9710commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
9711Author: Wolfgang Denk <wd@denx.de>
9712Date: Fri Mar 14 16:04:54 2008 +0100
9713
9714 tools/setlocalversion: use a git-describe-ish format
9715
9716 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
9717 where 'nnnnn' is the number of commits since the last tag (i.e.,
9718 1.3.2-rc3). This makes it much easier to recognize "newer" versions
9719 and to see how much has been changed since the referenced tag.
9720
9721 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
9722
9723 Signed-off-by: Wolfgang Denk <wd@denx.de>
9724
9725commit c6dc21c84de0f159a1752c5ebd33cff843f63609
9726Author: Wolfgang Denk <wd@denx.de>
9727Date: Thu Mar 13 14:32:03 2008 +0100
9728
9729 HMI1001: add support for MPC5200 Rev. B processors.
9730
9731 Signed-off-by: Wolfgang Denk <wd@denx.de>
9732
9733commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
9734Author: Wolfgang Denk <wd@denx.de>
9735Date: Thu Mar 13 14:29:49 2008 +0100
9736
9737 TQM5200: remove dead code
9738
9739 This board never used a MGT5100 processor.
9740
9741 Signed-off-by: Wolfgang Denk <wd@denx.de>
9742
438a4c11
WD
9743commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
9744Author: Marian Balakowicz <m8@semihalf.com>
9745Date: Wed Mar 12 12:14:15 2008 +0100
9746
9747 [new uImage] Fix build issue on ARM
9748
9749 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
9750
9751 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9752
9753commit 3310c549a73a949430bfda90876df7552a1dab0c
9754Author: Marian Balakowicz <m8@semihalf.com>
9755Date: Wed Mar 12 12:13:13 2008 +0100
9756
9757 [new uImage] Add new uImage format documentation and examples
9758
9759 Create doc/uImage.FIT documentation directory with the following files:
9760 - command_syntax_extensions.txt : extended command syntax description
9761 - howto.txt : short usage howto
9762 - source_file_format.txt : internal new uImage format description
9763
9764 Add example image source files:
9765 - kernel.its
9766 - kernel_fdt.its
9767 - multi.its
9768
9769 Update README appropriately.
9770
9771 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9772 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9773
9774commit 1ec73761d2e247078f4520a265d463e8b73391a2
9775Author: Marian Balakowicz <m8@semihalf.com>
9776Date: Wed Mar 12 10:35:52 2008 +0100
9777
9778 [new uImage] Fix definition of common bootm_headers_t fields
9779
9780 verify, autostart and lmb fields are used regardless of CONFIG_FIT
9781 setting, move their definitions to common section.
9782
9783 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9784
9785commit 1d1cb4270edc6a99276834064069717f9782c491
9786Author: Marian Balakowicz <m8@semihalf.com>
9787Date: Wed Mar 12 10:35:51 2008 +0100
9788
9789 [new uImage] Fix build problems on trab board
9790
9791 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9792
9793commit f773bea8e11f4a11c388dcee956b2444203e6b65
9794Author: Marian Balakowicz <m8@semihalf.com>
9795Date: Wed Mar 12 10:35:46 2008 +0100
9796
9797 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
9798
9799 Save FIT configuration provied in the first bootm argument and use it
9800 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
9801 arguments are not specified.
9802
9803 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9804
9805commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
9806Author: Marian Balakowicz <m8@semihalf.com>
9807Date: Wed Mar 12 10:33:01 2008 +0100
9808
9809 [new uImage] More verbose kernel image uncompress error message
9810
9811 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9812
9813commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
9814Author: Marian Balakowicz <m8@semihalf.com>
9815Date: Wed Mar 12 10:33:01 2008 +0100
9816
9817 [new uImage] Use show_boot_progress() for new uImage format
9818
9819 This patch allocates a set of show_boot_progress() IDs for new uImage format
9820 and adds show_boot_progress() calls in new uImage format handling code.
9821
9822 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9823
9824commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
9825Author: Marian Balakowicz <m8@semihalf.com>
9826Date: Wed Mar 12 10:33:01 2008 +0100
9827
9828 [new uImage] Add new uImage fromat support to fpga command
9829
9830 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9831
9832commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
9833Author: Marian Balakowicz <m8@semihalf.com>
9834Date: Wed Mar 12 10:33:01 2008 +0100
9835
9836 [new uImage] Add new uImage format handling to other bootm related commands
9837
9838 Updated commands:
9839
9840 docboot - cmd_doc.c
9841 fdcboot - cmd_fdc.c
9842 diskboot - cmd_ide.c
9843 nboot - cmd_nand.c
9844 scsiboot - cmd_scsi.c
9845 usbboot - cmd_usb.c
9846
9847 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9848
9849commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
9850Author: Marian Balakowicz <m8@semihalf.com>
9851Date: Wed Mar 12 10:33:00 2008 +0100
9852
9853 [new uImage] Add new uImage format support to imgextract command
9854
9855 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9856
9857commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
9858Author: Marian Balakowicz <m8@semihalf.com>
9859Date: Wed Mar 12 10:33:00 2008 +0100
9860
9861 [new uImage] Add new uImage format support to autoscript routine
9862
9863 autoscript() routine is updated to accept second argument, which
9864 is only used for FIT images and provides a FIT subimage unit name.
9865
9866 autoscript() routine callers must now pass two arguments. For
9867 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
9868 variable 'autoscript_uname' is introduced and used as a FIT
9869 subimage unit name source.
9870
9871 autoscript command accepts extended syntax of the addr argument:
9872 addr:<subimg_uname>
9873
9874 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9875
9876commit cd7c596e9f561dbbc17b717277438aee78cde14f
9877Author: Marian Balakowicz <m8@semihalf.com>
9878Date: Wed Mar 12 10:33:00 2008 +0100
9879
9880 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
9881
9882 This patch updates architecture specific implementations of
9883 do_bootm_linux() adding new uImage format handling for
9884 operations like get kernel entry point address, get kernel
9885 image data start address.
9886
9887 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9888
9889commit 3dfe110149311425919e6d6a14b561b4207498f1
9890Author: Marian Balakowicz <m8@semihalf.com>
9891Date: Wed Mar 12 10:32:59 2008 +0100
9892
9893 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
9894
9895 This patch adds new node offset fields to struct bootm_headers
9896 and updates bootm_headers processing code to make use of them.
9897 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
9898
9899 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9900
9901commit bc8ed486b125452ba3bd8344f052f437329150c5
9902Author: Marian Balakowicz <m8@semihalf.com>
9903Date: Wed Mar 12 10:32:53 2008 +0100
9904
9905 [new uImage] ppc: Add new uImage format support to FDT handling routines
9906
9907 Support for new (FIT) format uImages is added to powerpc specific
9908 boot_get_fdt() routine which now recognizes, sanity checks FIT image
9909 and is able to access data sections of the requested component image.
9910
9911 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9912
9913commit a44a269a905f924b420020506a4d7d7eedcc0eaf
9914Author: Marian Balakowicz <m8@semihalf.com>
9915Date: Wed Mar 12 10:14:57 2008 +0100
9916
9917 [new uImage] Re-enable interrupts for non automatic booting
9918
9919 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
9920 environment variable is not set to 'yes'.
9921
9922 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9923
9924commit d985c8498c4e47095820da97aa722381d39172c5
9925Author: Marian Balakowicz <m8@semihalf.com>
9926Date: Wed Mar 12 10:14:38 2008 +0100
9927
9928 [new uImage] Remove unnecessary arguments passed to ramdisk routines
9929
9930 boot_get_ramdisk() and image_get_ramdisk() do not need all
9931 cmdtp, flag, argc and argv arguments. Simplify routines definition.
9932
9933 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9934
9935commit c87796483bc7c2900470dc747c367f602577608d
9936Author: Marian Balakowicz <m8@semihalf.com>
9937Date: Wed Mar 12 10:12:37 2008 +0100
9938
9939 [new uImage] Add new uImage format support for ramdisk handling
9940
9941 This patch updates boot_get_ramdisk() routine adding format
9942 verification and handling for new (FIT) uImages.
9943
9944 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9945
9946commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
9947Author: Marian Balakowicz <m8@semihalf.com>
9948Date: Wed Mar 12 10:01:05 2008 +0100
9949
9950 [new uImage] Add new uImage format support for kernel booting
9951
9952 New format uImages are recognized by the bootm command,
9953 validity of specified kernel component image is checked and
9954 its data section located and used for further processing
9955 (uncompress, load, etc.)
9956
9957 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9958
9959commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
9960Author: Marian Balakowicz <m8@semihalf.com>
9961Date: Tue Mar 11 12:35:20 2008 +0100
9962
9963 [new uImage] Add new uImage format support for imls and iminfo commands
9964
9965 imls and iminfo can now recognize nad print out contents of the new (FIT)
9966 format uImages.
9967
9968 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9969
9970commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
9971Author: Bartlomiej Sieka <tur@semihalf.com>
9972Date: Tue Mar 11 12:34:47 2008 +0100
9973
9974 [new uImage] Add support for new uImage format to mkimage tool
9975
9976 Support for the new uImage format (FIT) is added to mkimage tool.
9977 Commandline syntax is appropriately extended:
9978
9979 mkimage [-D dtc_options] -f fit-image.its fit-image
9980
9981 mkimage (together with dtc) takes fit-image.its and referenced therein
9982 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
9983 final image that can be transferred to the target (e.g., via tftp) and then
9984 booted using the bootm command in U-Boot.
9985
9986 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9987
9988commit eb6175edd6c120d8b89678243e5a2be362ee8e40
9989Author: Marian Balakowicz <m8@semihalf.com>
9990Date: Mon Mar 10 17:53:49 2008 +0100
9991
9992 [new uImage] Make node unit names const in struct bootm_headers
9993
9994 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
9995
9996commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
9997Author: Marian Balakowicz <m8@semihalf.com>
9998Date: Fri Feb 29 21:24:06 2008 +0100
9999
10000 [new uImage] New uImage low-level API
10001
10002 Add FDT-based functions for handling new format component images,
10003 configurations, node operations, property get/set, etc.
10004
10005 fit_ - routines handling global new format uImage operations
10006 like get/set top level property, process all nodes, etc.
10007 fit_image_ - routines handling component images subnodes
10008 fit_conf_ - routines handling configurations node
10009
10010 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10011 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10012
0b8f2a27
WD
10013commit 30f1806f60978d707b0cff2d7bf89d141fc24290
10014Author: Wolfgang Denk <wd@denx.de>
10015Date: Sun Mar 9 16:20:02 2008 +0100
10016
10017 Release v1.3.2
10018
10019 Update CHANGELOG for release.
10020
10021 Signed-off-by: Wolfgang Denk <wd@denx.de>
10022
30f1806f
WD
10023commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
10024Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10025Date: Sun Mar 9 14:52:11 2008 +0100
10026
10027 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
10028
10029 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10030 Signed-off-by: Wolfgang Denk <wd@denx.de>
10031
10032commit db695b78515ddb88a2d4f3357c120345efbf59ec
10033Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10034Date: Sun Mar 9 10:44:01 2008 +0100
10035
10036 scb9328: Fix flash warning: type qualifiers ignored on function return type
10037
10038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10039
10040commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
10041Author: Wolfgang Denk <wd@denx.de>
10042Date: Sun Mar 9 10:50:41 2008 +0100
10043
10044 esd/common/fpga.c: fix indentation.
10045
10046 Signed-off-by: Wolfgang Denk <wd@denx.de>
10047
10048commit cc3843e36453e2b8db65d7e56de938ba045016a0
10049Author: Wolfgang Denk <wd@denx.de>
10050Date: Sun Mar 9 10:33:31 2008 +0100
10051
10052 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
10053
10054 and get rid of a couple of unneeded casts.
10055
10056 Signed-off-by: Wolfgang Denk <wd@denx.de>
10057
10058commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
10059Author: Wolfgang Denk <wd@denx.de>
10060Date: Sun Mar 9 10:09:53 2008 +0100
10061
10062 esd/common/fpga.c: fix 'assignment of read-only location' error
10063
10064 Signed-off-by: Wolfgang Denk <wd@denx.de>
10065
10066commit c6fe4dabac066e8758345d249032768496983a3e
10067Author: Wolfgang Denk <wd@denx.de>
10068Date: Sun Mar 9 02:13:19 2008 +0100
10069
10070 Makefile: make build silently again.
10071
10072 Signed-off-by: Wolfgang Denk <wd@denx.de>
10073
10074commit 76babc86576f092573599334c85ec543fdbc6015
10075Author: Wolfgang Denk <wd@denx.de>
10076Date: Sun Mar 9 02:07:49 2008 +0100
10077
10078 m501sk: Fix out of tree building
10079
10080 Signed-off-by: Wolfgang Denk <wd@denx.de>
10081
10082commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
10083Author: Wolfgang Denk <wd@denx.de>
10084Date: Sun Mar 9 00:06:09 2008 +0100
10085
10086 ADS5121: fix out of tree build
10087
10088 and simplify Makefile a bit.
10089
10090 Signed-off-by: Wolfgang Denk <wd@denx.de>
10091
10092commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
10093Author: Wolfgang Denk <wd@denx.de>
10094Date: Sat Mar 8 22:35:31 2008 +0100
10095
10096 Release v1.3.2
10097
10098 Signed-off-by: Wolfgang Denk <wd@denx.de>
10099
10100commit 78a90f827df74520e939c794fc7413dace21c4db
10101Author: Wolfgang Denk <wd@denx.de>
10102Date: Sat Mar 8 22:35:04 2008 +0100
10103
10104 Update CHANGELOG
10105
10106 Signed-off-by: Wolfgang Denk <wd@denx.de>
10107
78a90f82
WD
10108commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
10109Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10110Date: Sat Mar 8 21:30:04 2008 +0100
10111
10112 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
10113
10114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10115
10116commit d75469d48c05795144f4b8ba76addbb4920a7bba
10117Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10118Date: Sat Mar 8 09:25:49 2008 +0900
10119
10120 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
10121
10122 When rtl_recv() of rtl8169 is called, OWNbit of status register
10123 is not enable occasionally.
10124 rtl_recv() doesn't work normally when the driver doesn't do
10125 appropriate processing.
10126 This patch fix this problem.
10127
10128 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10129
10130commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
10131Author: Heiko Schocher <hs@denx.de>
10132Date: Fri Mar 7 08:15:28 2008 +0100
10133
10134 mgsuvd: update board configuration
10135
10136 initialize the UPIOx controller.
10137
10138 Signed-off-by: Heiko Schocher <hs@denx.de>
10139
10140commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
10141Author: Heiko Schocher <hs@denx.de>
10142Date: Fri Mar 7 08:13:41 2008 +0100
10143
10144 mgcoge: update board configuration
10145
10146 add support for the config Flash.
10147 initialize the UPIOx controller.
10148
10149 Signed-off-by: Heiko Schocher <hs@denx.de>
10150
10151commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
10152Author: Kim Phillips <kim.phillips@freescale.com>
10153Date: Fri Mar 7 12:27:31 2008 -0600
10154
10155 mpc83xx: make dtb basename file references equal those of linux
10156
10157 the dts file basenames were updated in linux - this helps avoid
10158 inadvertently loading any old dtbs laying around.
10159
10160 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10161
10162commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
10163Author: Kim Phillips <kim.phillips@freescale.com>
10164Date: Wed Feb 27 16:08:22 2008 -0600
10165
10166 net: uec_phy: actually increment the timeout counter
10167
10168 allow u-boot to recover (and, e.g., switch to another interface) in the
10169 case where a PHY does not report autonegotiation is complete within its
10170 two second timeout value.
10171
10172 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10173
10174commit 772003e43957ee0c895abed7cd82cbe72820cbb8
10175Author: Markus Brunner <super.firetwister@googlemail.com>
10176Date: Wed Mar 5 21:38:12 2008 +0100
10177
10178 fix taihu soft spi_read
10179
10180 The taihu board used gpio_read_out_bit which reads the output register and not
10181 the pin state.
10182
10183 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
10184
10185commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
10186Author: Stefan Roese <sr@denx.de>
10187Date: Fri Mar 7 08:01:43 2008 +0100
10188
10189 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
10190
10191 Signed-off-by: Stefan Roese <sr@denx.de>
10192
10193commit bd4458cb47abecabd406b1210457be96c69fc49d
10194Author: Dave Liu <r63238@freescale.com>
10195Date: Tue Mar 4 16:59:22 2008 +0800
10196
10197 837xEMDS: Improve the system performance
10198
10199 1. Make the CSB bus pipeline depth as 4, and enable
10200 the repeat mode;
10201 2. Raise the eTSEC emergency priority;
10202 3. Use the highest IP blocks clock.
10203
10204 Signed-off-by: Dave Liu <daveliu@freescale.com>
10205
10206commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
10207Author: Detlev Zundel <dzu@denx.de>
10208Date: Thu Mar 6 16:45:53 2008 +0100
10209
10210 Replace "run load; run update" with conditionalized "run load update".
10211
10212 The latter version stops when "run load" fails for whatever reasons
10213 rendering the combination *a lot* more secure.
10214
10215 Signed-off-by: Detlev Zundel <dzu@denx.de>
10216
10217commit 6bc113886d7d316df1a4e459bec8baf027518551
10218Author: Stefan Roese <sr@denx.de>
10219Date: Tue Mar 4 17:40:41 2008 +0100
10220
10221 net: Print error message upon net usage when no ethernet-interface is found
10222
10223 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
10224 defined. Then no ethernet interface is available but a simple "tftp"
10225 command will return without any error message which is quite confusing.
10226
10227 Signed-off-by: Stefan Roese <sr@denx.de>
10228
10229commit a30a549a3553032d809e0356306b62de0b125901
10230Author: Jon Loeliger <jdl@freescale.com>
10231Date: Tue Mar 4 10:03:03 2008 -0600
10232
10233 Remove erroneous or extra spd.h #includers.
10234
10235 Many of the spd.h #includers don't need it,
10236 and wanted to have spd_sdram() declared instead.
10237 Since they didn't get that, some also had open
10238 coded extern declarations of it instead or as well.
10239 Fix it all up by using spd_sdram.h where needed.
10240
10241 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10242
10243commit a4475386cef14af3fd88f0518b688e755669486d
10244Author: Wolfgang Denk <wd@denx.de>
10245Date: Tue Mar 4 17:41:28 2008 +0100
10246
10247 PCS440EP: fix build problems (redundant #define)
10248
10249 Signed-off-by: Wolfgang Denk <wd@denx.de>
10250
10251commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
10252Author: Stefan Roese <sr@denx.de>
10253Date: Tue Mar 4 17:39:25 2008 +0100
10254
10255 net: Print error message upon net usage when no ethernet-interface is found
10256
10257 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
10258 defined. Then no ethernet interface is available but a simple "tftp"
10259 command will return without any error message which is quite confusing.
10260
10261 Signed-off-by: Stefan Roese <sr@denx.de>
10262
10263commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
10264Author: Wolfgang Denk <wd@denx.de>
10265Date: Tue Mar 4 17:38:50 2008 +0100
10266
10267 W7OLMC/W7OLMG: fix build problems (redundant #define)
10268
10269 Signed-off-by: Wolfgang Denk <wd@denx.de>
10270
10271commit f9301e1cda296245ba052d7b08321199c3d0af9d
10272Author: Wolfgang Denk <wd@denx.de>
10273Date: Tue Mar 4 14:58:31 2008 +0100
10274
10275 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
10276
10277 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
10278 problem for out-of-tree builds which caused "make clean" to fail.
10279
10280 Signed-off-by: Wolfgang Denk <wd@denx.de>
10281
10282commit dfece9500556bed5d8244b1c15d973cec7c25bfe
10283Author: Wolfgang Denk <wd@denx.de>
10284Date: Tue Mar 4 11:58:26 2008 +0100
10285
10286 examples/Makefile: build "hello_world" on 8xx, too.
10287
10288 Signed-off-by: Wolfgang Denk <wd@denx.de>
10289
10290commit 74eb0222594fd23aafdf168e60e872814eea8b62
10291Author: Mike Nuss <mike@terascala.com>
10292Date: Mon Mar 3 15:27:05 2008 -0500
10293
10294 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
10295
10296 Every now and then a Sequoia board (or equivalent hardware) had
10297 problems connecting to a Gigabit capable network interface.
10298
10299 There were differences in the PHY setup between Linux and U-Boot.
10300
10301 This patch fixes the problem. Apparently "remote fault" is being set,
10302 which signals to some devices (on the other end of the cable) that a
10303 fault has occurred, while other devices ignore it. I believe the RF bit
10304 was causing the issue, but I removed T4 also, to match up with Linux.
10305
10306 Signed-off-by: Mike Nuss <mike@terascala.com>
10307
10308commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
10309Author: Timur Tabi <timur@freescale.com>
10310Date: Mon Mar 3 09:58:52 2008 -0600
10311
10312 fix QE firmware uploading limit
10313
10314 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
10315 systems with more than one RISC core.
10316
10317 Signed-off-by: Timur Tabi <timur@freescale.com>
10318
10319commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
10320Author: Bernhard Nemec <bnemec@ganssloser.com>
10321Date: Mon Mar 3 11:57:23 2008 +0000
10322
10323 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
10324
10325 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
10326 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
10327
01db232d 10328 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
10329
10330commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
10331Author: Kim B. Heino <Kim.Heino@bluegiga.com>
10332Date: Mon Mar 3 10:39:13 2008 +0200
10333
10334 fix copy from ram to dataflash
10335
10336 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
10337 routines instead of dataflash. This is because it checks "if source
10338 address is not dataflash" instead of target address.
10339
10340 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
10341
10342commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
10343Author: Wolfgang Denk <wd@denx.de>
10344Date: Mon Mar 3 12:16:44 2008 +0100
10345
10346 Fix quoting problem (preboot setting) in many board config files.
10347
10348 Signed-off-by: Wolfgang Denk <wd@denx.de>
10349
10350commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
10351Author: Wolfgang Denk <wd@denx.de>
10352Date: Mon Mar 3 12:36:49 2008 +0100
10353
10354 ADS5121: Fix default environment.
10355
10356 Signed-off-by: Wolfgang Denk <wd@denx.de>
10357
10358commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
10359Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10360Date: Sun Mar 2 16:12:31 2008 +0100
10361
10362 Makefile: Fix missing unconfig and mkconfig use
10363
10364 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10365
10366commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
10367Author: michael <trimarchi@gandalf.sssup.it>
10368Date: Sun Mar 2 23:33:46 2008 +0100
10369
10370 Fix checking fat32 cluster size.
10371
10372 This fixes the cluster size tests in the FAT32 file system.
10373 The current implementation of VFAT support doesn't work if the
10374 referred cluster has an offset > 16bit representation, causing
10375 "fatload" and "fatls" commands etc. to fail.
10376
10377 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
10378
10379commit 661bad63a076a96c39c64f136915f146725af92b
10380Author: Wolfgang Denk <wd@denx.de>
10381Date: Sun Mar 2 22:57:23 2008 +0100
10382
10383 Prepare v1.3.2-rc2 release candidate
10384
10385 Signed-off-by: Wolfgang Denk <wd@denx.de>
10386
661bad63
WD
10387commit 76957cb3d621bf664311908e5962e151c633c285
10388Author: Stefan Roese <sr@denx.de>
10389Date: Sat Mar 1 12:11:40 2008 +0100
10390
10391 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
10392
10393 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
10394 currently 4k/2k is configured. This patch fixes this issue.
10395
10396 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
10397
10398 Signed-off-by: Stefan Roese <sr@denx.de>
10399
10400commit 118978c8eb43803e2794233922df4249fa278b83
10401Author: Woodruff, Richard <r-woodruff2@ti.com>
10402Date: Fri Feb 29 17:34:35 2008 -0600
10403
10404 Fix alignment error on ARM for modules
10405
10406 Fix alignment fault on ARM when running modules. With out an explicit
10407 linker file gcc4.2.1 will half word align __bss_start's value. The word
10408 dereference will crash hello_world.
10409
10410 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
10411
10412commit ce1120dd703e6f12c59e4eba9962356a0300b832
10413Author: Dave Liu <r63238@freescale.com>
10414Date: Fri Feb 29 17:45:31 2008 +0800
10415
10416 fs: Fix ext2 read issue
10417
10418 The ext2 aligned process will corrupt the key
10419 data struct, the patch fix this.
10420
10421 Signed-off-by: Dave Liu <daveliu@freescale.com>
10422
10423commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
10424Author: Wolfgang Denk <wd@denx.de>
10425Date: Sun Mar 2 22:45:33 2008 +0100
10426
10427 Makefile: cleanup "clean" target
10428
10429 Make sure CDPATH settings cannot interfere.
10430 Update CHANGELOG.
10431
10432 Signed-off-by: Wolfgang Denk <wd@denx.de>
10433
5013c09f
WD
10434commit ffda586fc1373243c9794babde69500f6293a8d8
10435Author: Li Yang <leoli@freescale.com>
10436Date: Fri Feb 29 11:46:05 2008 +0800
10437
10438 add cscope build target
10439
10440 Add cscope build target to generate cscope database for code browsing.
10441
10442 Signed-off-by: Li Yang <leoli@freescale.com>
10443
10444commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
10445Author: Kim Phillips <kim.phillips@freescale.com>
10446Date: Wed Feb 27 15:06:39 2008 -0600
10447
10448 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
10449
10450 erratum 5.6 states the autoneg completion bit is functional only if the
10451 autoneg bit is asserted.
10452
10453 This fixes any secondarily-issued networking commands on non-gigabit
10454 links on the mpc8360 mds board.
10455
10456 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10457
10458commit 5f91db7f582ca17b1f19f10189c025696f333d2e
10459Author: John Rigby <jrigby@freescale.com>
10460Date: Tue Feb 26 09:38:14 2008 -0700
10461
10462 MPC5121e ADS PCI support take 3
10463
10464 Adds PCI support for MPC5121
10465
10466 Tested with drivers/net/rtl8139.c
10467
10468 Support is conditional since PCI on old silicon does not work.
10469
10470 ads5121_PCI_config turns on PCI
10471
10472 In this version, condition compilation of PCI code has been moved
10473 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
10474 suggested by Jean-Christophe PLAGNIOL-VILLARD
10475
10476 Signed-off-by: John Rigby <jrigby@freescale.com>
10477
10478commit 44b4dbed4133f657705b7c5193209da9978243a7
10479Author: Anatolij Gustschin <agust@denx.de>
10480Date: Mon Feb 25 23:53:07 2008 +0100
10481
10482 Fix warnings while compilation of post/drivers/memory.c
10483
10484 Fix warnings while compilation with new gcc in eldk-4.2
10485
10486 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10487
10488commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
10489Author: Anatolij Gustschin <agust@denx.de>
10490Date: Mon Feb 25 20:54:04 2008 +0100
10491
10492 ppc4xx: Fix problem in 4xx_enet.c driver
10493
10494 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
10495 enabled. To reproduce the problem ensure that 'ethrotate'
10496 environment variable isn't set to "no" and then run
10497 "tftp 200000 not_existent_file".
10498 This patch tries to fix the issue.
10499
10500 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10501
10502commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
10503Author: Anatolij Gustschin <agust@denx.de>
10504Date: Mon Feb 25 20:04:20 2008 +0100
10505
10506 POST: Disable cache while SPR POST
10507
10508 Currently (since commit b2e2142c) u-boot crashes on
10509 sequoia board while SPR test if CONFIG_4xx_DCACHE is
10510 enabled. This patch disables the cache while SPR test.
10511
10512 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10513
10514commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
10515Author: Martin Krause <martin.krause@tqs.de>
10516Date: Mon Feb 25 17:52:40 2008 +0100
10517
10518 TQM5200: use automatic fdt memory fixup (part 2)
10519
10520 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
10521 TB5200 and TB5200_B to fixup the /memory node with the memory values
10522 detected by U-Boot.
10523
10524 Signed-off-by: Martin Krause <martin.krause@tqs.de>
10525
10526commit 44ceec253ea941b301abf4b079d52324def69d92
10527Author: Martin Krause <martin.krause@tqs.de>
10528Date: Mon Feb 25 15:17:05 2008 +0100
10529
10530 TQM5200: use automatic fdt memory fixup
10531
10532 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
10533 TB5200 and TB5200_B to fixup the /memory node with the memory values
10534 detected by U-Boot.
10535
10536 Signed-off-by: Martin Krause <martin.krause@tqs.de>
10537
10538commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
10539Author: Martin Krause <martin.krause@tqs.de>
10540Date: Mon Feb 25 13:27:52 2008 +0100
10541
10542 TQM5200: fix bug in SDRAM initialization code
10543
10544 This patch fixes a bug in the SDRAM initialization code for the
10545 TQM5200. The hi_addr bit is now set correctly. Without this patch
10546 the hi_addr bit is always set to 1, if the second SDRAM bank is
10547 not populated.
10548
10549 For other MPC5200 boards a correspondig patch has already been applied
10550 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
10551
10552 Signed-off-by: Martin Krause <martin.krause@tqs.de>
10553 --
10554 Forget the first patch please. I confused flash with SDRAM in
10555 the comment ...
10556
10557commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
10558Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10559Date: Mon Feb 25 00:03:12 2008 +0100
10560
10561 mx1fs2/flash: Fix multiple compiler warnings
10562
10563 "pointer targets in assignment differ in signedness"
10564
10565 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10566
10567commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
10568Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10569Date: Mon Feb 25 00:03:11 2008 +0100
10570
10571 arm-imx: Fix register definitions
10572
10573 Sync register definitions with linux
10574
10575 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10576
10577commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
10578Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10579Date: Mon Feb 25 00:03:10 2008 +0100
10580
10581 actua1/actua2/actua3: Fix multiple unused variable warnings
10582
10583 - actua1:
10584 actux1.c: In function 'checkboard':
10585 actux1.c:92: warning: unused variable 'revision'
10586
10587 - actua2:
10588 actux2.c: In function 'checkboard':
10589 actux2.c:100: warning: unused variable 's'
10590 actux2.c:99: warning: unused variable 'revision'
10591 actux2.c: In function 'reset_phy':
10592 actux2.c:130: warning: unused variable 'i'
10593
10594 - actua3:
10595 actux3.c: In function 'checkboard':
10596 actux3.c:114: warning: unused variable 'revision'
10597
10598 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10599
10600commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
10601Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10602Date: Sun Feb 24 11:44:29 2008 +0900
10603
10604 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
10605
10606 The previous patch was lacking of i386, microblaze, nios and nios2. This
10607 patch tries to fix them.
10608
10609 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10610
438a4c11
WD
10611commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
10612Author: Marian Balakowicz <m8@semihalf.com>
10613Date: Fri Feb 29 22:22:46 2008 +0100
10614
10615 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
10616
10617 Do not use global fdt blob pointer, calculate blob size from routine
10618 argument blob pointer.
10619
10620 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10621
10622commit d1cc52879c8966507dad9fb575481e6d3985e64e
10623Author: David Gibson <david@gibson.dropbear.id.au>
10624Date: Tue Feb 12 00:58:31 2008 +1100
10625
10626 libfdt: Add and use a node iteration helper function.
10627
10628 This patch adds an fdt_next_node() function which can be used to
10629 iterate through nodes of the tree while keeping track of depth. This
10630 function is used to simplify the iteration code in a lot of other
10631 functions, and is also exported for use by library users.
10632
10633 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10634
10635commit 8cf30809a82902a471866d2f07725ce3b8a22291
10636Author: Bartlomiej Sieka <tur@semihalf.com>
10637Date: Fri Feb 29 16:00:24 2008 +0100
10638
10639 [new uImage] Add libfdt support to mkimage
10640
10641 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10642
10643commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
10644Author: Bartlomiej Sieka <tur@semihalf.com>
10645Date: Fri Feb 29 16:00:23 2008 +0100
10646
10647 [new uImage] Add sha1.o object to mkimage binary build
10648
10649 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10650
10651commit df6f1b895c997978f03afe04502ee76b7ba34ab9
10652Author: Marian Balakowicz <m8@semihalf.com>
10653Date: Fri Feb 29 16:00:06 2008 +0100
10654
10655 [new uImage] Fix component handling for legacy multi component images
10656
10657 Use uint32_t when accessing size table in image_multi_count() and
10658 image_multi_getimg() for multi component images.
10659
10660 Add missing uimage_to_cpu() endianness conversion.
10661
10662 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10663
10664commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
10665Author: Marian Balakowicz <m8@semihalf.com>
10666Date: Fri Feb 29 15:59:59 2008 +0100
10667
10668 [new uImage] Share common uImage code between mkimage and U-boot
10669
10670 This patch adds the following common routines:
10671
10672 1) Dedicated mkimage print_header() is replaced with common
10673 image_print_contents()
10674 image_print_contents_noindent()
10675
10676 2) Common os/arch/type/comp fields name <--> id translation routines
10677 genimg_get_os_name()
10678 genimg_get_arch_name()
10679 genimg_get_type_name()
10680 genimg_get_comp_name()
10681 genimg_get_os_id()
10682 genimg_get_arch_id()
10683 genimg_get_type_id()
10684 genimg_get_comp_id()
10685
10686 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10687
10688commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
10689Author: Marian Balakowicz <m8@semihalf.com>
10690Date: Fri Feb 29 14:58:34 2008 +0100
10691
10692 [new uImage] Update naming convention for bootm/uImage related code
10693
10694 This patch introduces the following prefix convention for the
10695 image format handling and bootm related code:
10696
10697 genimg_ - dual format shared code
10698 image_ - legacy uImage format specific code
10699 fit_ - new uImage format specific code
10700 boot_ - booting process related code
10701
10702 Related routines are renamed and a few pieces of code are moved around and
10703 re-grouped.
10704
10705 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10706
10707commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
10708Author: Kumar Gala <galak@kernel.crashing.org>
10709Date: Wed Feb 27 21:51:51 2008 -0600
10710
10711 [new uImage] Respect autostart setting in linux bootm
10712
10713 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10714 Acked-by: Marian Balakowicz <m8@semihalf.com>
10715
10716commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
10717Author: Kumar Gala <galak@kernel.crashing.org>
10718Date: Wed Feb 27 21:51:50 2008 -0600
10719
10720 [new uImage] Provide ability to restrict region used for boot images
10721
10722 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
10723 to restrict what memory range is used for bootm.
10724
10725 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10726 Acked-by: Marian Balakowicz <m8@semihalf.com>
10727
10728commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
10729Author: Kumar Gala <galak@kernel.crashing.org>
10730Date: Wed Feb 27 21:51:49 2008 -0600
10731
10732 [new uImage] Use lmb for bootm allocations
10733
10734 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
10735 functions over to using lmb for allocation of the ramdisk, command line
10736 and kernel bd info.
10737
10738 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
10739 tree.
10740
10741 Provided a weak function that board code can call to do additional
10742 lmb reserves if needed.
10743
10744 Also introduce the concept of bootmap_base to specify the offset in
10745 physical memory that the bootmap is located at. This is used for
10746 allocations of the cmdline, kernel bd, and device tree as they should
10747 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
10748
10749 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10750
10751commit f5614e7926863bf0225ec860d9b319741a9c4004
10752Author: Kumar Gala <galak@kernel.crashing.org>
10753Date: Wed Feb 27 21:51:48 2008 -0600
10754
10755 [new uImage] Add autostart flag to bootm_headers structure
10756
10757 The autostart env variable was dropped as part of the initial new uImage
10758 cleanup. Add it back here so the arch specific code can decide if it
10759 wants to really boot or not.
10760
10761 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10762 Acked-by: Marian Balakowicz <m8@semihalf.com>
10763
10764commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
10765Author: Kumar Gala <galak@kernel.crashing.org>
10766Date: Wed Feb 27 21:51:47 2008 -0600
10767
10768 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
10769
10770 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
10771 the memory spaces used by various boot images and structures. This code
10772 will allow us to simplify the code in bootm and its support functions.
10773
10774 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10775
10776commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
10777Author: Kumar Gala <galak@kernel.crashing.org>
10778Date: Tue Feb 19 22:03:47 2008 -0600
10779
10780 [new uImage] ppc: Allow boards to specify effective amount of memory
10781
10782 For historical reasons we limited the stack to 256M because some boards
10783 could only map that much via BATS. However newer boards are capable of
10784 mapping more memory (for example 85xx is capable of doing up to 2G).
10785
10786 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10787 Acked-by: Marian Balakowicz <m8@semihalf.com>
10788
10789commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
10790Author: Kumar Gala <galak@kernel.crashing.org>
10791Date: Wed Feb 27 21:51:46 2008 -0600
10792
10793 [new uImage] rework error handling so common functions don't reset
10794
10795 Changed image_get_ramdisk() to just return NULL on error and have
10796 get_ramdisk() propogate that error to the caller. It's left to the
10797 caller to call do_reset() if it wants to.
10798
10799 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
10800 to a common location. In the future we will change get_fdt() and
10801 fdt_relocate() to return success/failure and not call do_reset() at all.
10802
10803 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10804 Acked-by: Marian Balakowicz <m8@semihalf.com>
10805
10806commit d2bc095a639672def11d5d043b5688d0dbd692ec
10807Author: Kumar Gala <galak@kernel.crashing.org>
10808Date: Wed Feb 27 21:51:45 2008 -0600
10809
10810 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
10811
10812 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
10813 however it does mean we have to go in and fixup the initrd info since
10814 we don't know where it will be.
10815
10816 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10817
10818commit 27953493ef025fb698d68c5dee39b36f01f4d530
10819Author: Kumar Gala <galak@kernel.crashing.org>
10820Date: Wed Feb 27 21:51:44 2008 -0600
10821
10822 [new uImage] ppc: Determine if we are booting an OF style
10823
10824 If we are bootin OF style than we can skip setting up some things
10825 that are used for the old boot method.
10826
10827 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10828 Acked-by: Marian Balakowicz <m8@semihalf.com>
10829
10830commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
10831Author: Kumar Gala <galak@kernel.crashing.org>
10832Date: Wed Feb 27 21:51:43 2008 -0600
10833
10834 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
10835
10836 We don't actually need the kdb param as we are just using it to get
10837 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
10838 boot via OF we might not actually fill out a kdb.
10839
10840 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10841 Acked-by: Marian Balakowicz <m8@semihalf.com>
10842
10843commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
10844Author: Kumar Gala <galak@kernel.crashing.org>
10845Date: Wed Feb 27 16:30:47 2008 -0600
10846
10847 85xx: Don't icbi when unlocking the cache
10848
10849 There is no reason to icbi when invalidating the temporary stack in
10850 the d-cache. Its impossible on e500 to have the i-cache contain
10851 any addresses in the temp stack and it can be problematic in generating
10852 transactions on the bus to non-valid addresses.
10853
10854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10855
10856commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
10857Author: Andy Fleming <afleming@freescale.com>
10858Date: Wed Feb 27 15:50:50 2008 -0600
10859
10860 Fix source for ECM error IVPR
10861
10862 The source vector for the ECM was being set to 2,
10863 but that's what the source vector for DDR was being
10864 set to. Change it to 1.
10865
10866 Signed-off-by: Andy Fleming <afleming@freescale.com>
10867
10868commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
10869Author: Andy Fleming <afleming@freescale.com>
10870Date: Wed Feb 27 14:29:58 2008 -0600
10871
10872 Invalidate INIT_RAM TLB mappings
10873
10874 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
10875 mappings to be unguarded. This collided with an existing "bug"
10876 where the mappings for the INIT_RAM were being kept around.
10877 This meant that speculative loads to those addresses were
10878 succeeding in the TLB, and going out to the bus, where they
10879 were causing an exception (there's nothing at that address). The
10880 Flash code was coincidentally causing such a speculative load.
10881 Rather than go back to mapping the INIT RAM as guarded, we fix
10882 it so that the entries for the INIT_RAM are invalidated. Thus
10883 the speculative loads will fail in the TLB, and have no effect.
10884
10885 Signed-off-by: Andy Fleming <afleming@freescale.com>
10886
10887commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
10888Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10889Date: Sun Feb 17 22:56:17 2008 +0100
10890
10891 sbc8548: Fix Revision reading and unused variable 'path'
10892
10893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10894
10895commit 495d162374c472f46454453553382ad0735dc725
10896Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10897Date: Sun Feb 17 22:56:16 2008 +0100
10898
10899 sbc8548: Fix cfi flash bank declaration
10900
10901 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10902
438a4c11
WD
10903commit 4efbe9dbb129f857f27856936112c8c02f016be6
10904Author: Marian Balakowicz <m8@semihalf.com>
10905Date: Wed Feb 27 11:02:26 2008 +0100
10906
10907 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
10908
10909 Dual format image code must properly handle all three FDT passing methods:
10910 - raw FDT blob passed
10911 - FDT blob embedded in the legacy uImage
10912 - FDT blob embedded in the new uImage
10913
10914 This patch enables proper raw FDT handling when no FIT imaeg support
10915 is compiled in. This is a bit tricky as we must dected FIT format even
10916 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
10917 blobs use tha same low level format (libfdt).
10918
10919 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10920
10921commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
10922Author: Marian Balakowicz <m8@semihalf.com>
10923Date: Wed Feb 27 11:02:26 2008 +0100
10924
10925 [new uImage] POWERPC: Add image_get_fdt() routine
10926
10927 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
10928 (3) or embedded in the new uImage. For the (2) case embedding image must be
10929 verified before we get FDT from it. This patch factors out legacy image
10930 specific verification routine to the separate helper routine.
10931
10932 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10933 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10934
10935commit 1efd43601f90de21ec6c0ebb9880823e822927b1
10936Author: Marian Balakowicz <m8@semihalf.com>
10937Date: Wed Feb 27 11:02:07 2008 +0100
10938
10939 [new uImage] Add image_get_kernel() routine
10940
10941 Legacy image specific verification is factored out to a separate helper
10942 routine to keep get_kernel() generic and simple.
10943
10944 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10945 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10946
10947commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
10948Author: Marian Balakowicz <m8@semihalf.com>
10949Date: Wed Feb 27 11:01:04 2008 +0100
10950
10951 [new uImage] Move image verify flag to bootm_headers structure
10952
10953 Do not pass image verification flag directly to related routines.
10954 Simplify argument passing and move it to the bootm_header structure which
10955 contains curently processed image specific data and is already being passed
10956 on the argument list.
10957
10958 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10959 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10960
10961commit 823afe7cefe00dafefc6696c1cc7aa828c394234
10962Author: Marian Balakowicz <m8@semihalf.com>
10963Date: Wed Feb 27 11:00:47 2008 +0100
10964
10965 [Makefile] Sort COBJS in lib_<arch> Makefiles
10966
10967 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10968
10969commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
10970Author: Marian Balakowicz <m8@semihalf.com>
10971Date: Wed Feb 27 11:00:47 2008 +0100
10972
10973 [new uImage] Optimize gen_get_image() flow control
10974
10975 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
10976 to do, update its control flow to better reflect that simple case.
10977
10978 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10979 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10980
10981commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
10982Author: Marian Balakowicz <m8@semihalf.com>
10983Date: Mon Feb 4 08:28:17 2008 +0100
10984
10985 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
10986
10987 PPC specific FDT blob handling code is divided into two separate routines:
10988
10989 get_fdt() - find and verify a FDT blob (either raw or image embedded)
10990 fdt_relocate() - move FDT blob to within BOOTMAP if needed
10991
10992 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10993 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10994
5013c09f
WD
10995commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
10996Author: Jon Loeliger <jdl@freescale.com>
10997Date: Mon Feb 25 13:13:37 2008 -0600
10998
10999 86xx: Fix renamed GUR symbols in sbc8641d board.
11000
11001 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
11002 (86xx: Fix GUR PCI config registers properly), we should have
11003 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
11004 symbols in the sbc8641d board as well. Fix this oversight.
11005
11006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11007
11008commit 64cd594e623c39f73964d18787763e4533f791f7
11009Author: Stefan Roese <sr@denx.de>
11010Date: Mon Feb 25 16:50:48 2008 +0100
11011
11012 ppc4xx: Fix acadia_nand build problem
11013
11014 Don't include testdram() on NAND-booting target acadia_nand. This saves
11015 a few bytes and makes the target build clean again.
11016
11017 Signed-off-by: Stefan Roese <sr@denx.de>
11018
11019commit 14e099e698d41e8179d05c2b2dbcf704a236f748
11020Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11021Date: Sun Feb 24 23:03:12 2008 +0000
11022
11023 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
11024
11025 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11026
11027commit 724902c8464e610642b3a170278b99710325888e
11028Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11029Date: Sun Feb 24 23:03:11 2008 +0000
11030
11031 arm-imx: Fix registers definition
11032
11033 Sync registers definition with linux
11034
11035 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11036
11037commit 4cd288b589ea1178947c6e364453c32b3dede6b7
11038Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11039Date: Sun Feb 24 23:03:10 2008 +0000
11040
11041 actua1/actua2/actua3: Fix multipleunused variable
11042
11043 - actua1:
11044 actux1.c: In function 'checkboard':
11045 actux1.c:92: warning: unused variable 'revision'
11046
11047 - actua2:
11048 actux2.c: In function 'checkboard':
11049 actux2.c:100: warning: unused variable 's'
11050 actux2.c:99: warning: unused variable 'revision'
11051 actux2.c: In function 'reset_phy':
11052 actux2.c:130: warning: unused variable 'i'
11053
11054 - actua3:
11055 actux3.c: In function 'checkboard':
11056 actux3.c:114: warning: unused variable 'revision'
11057
11058 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11059
438a4c11
WD
11060commit d5934ad7756f038a393a9cfab76a4fe306d9d930
11061Author: Marian Balakowicz <m8@semihalf.com>
11062Date: Mon Feb 4 08:28:09 2008 +0100
11063
11064 [new uImage] Add dual format uImage support framework
11065
11066 This patch adds framework for dual format images. Format detection is added
11067 and the bootm controll flow is updated to include cases for new FIT format
11068 uImages.
11069
11070 When the legacy (image_header based) format is detected appropriate
11071 legacy specific handling is invoked. For the new (FIT based) format uImages
11072 dual boot framework has a minial support, that will only print out a
11073 corresponding debug messages. Implementation of the FIT specific handling will
11074 be added in following patches.
11075
11076 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11077
5013c09f
WD
11078commit b29661fc1151077776454288051bc9a488351ce8
11079Author: Wolfgang Denk <wd@denx.de>
11080Date: Sun Feb 24 15:21:36 2008 +0100
11081
11082 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
11083
11084 Signed-off-by: Wolfgang Denk <wd@denx.de>
11085
b29661fc
WD
11086commit 00b48a48424894daa589d166d73277830b1c6ac4
11087Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11088Date: Sat Feb 23 12:15:56 2008 +0100
11089
11090 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
11091
11092 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11093
11094commit b075d74efb70ff68c49a2532f26b56d6703b69c1
11095Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11096Date: Sat Feb 23 17:24:16 2008 +0900
11097
11098 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
11099
11100 ----------------------------------------------------------------
11101 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
11102
11103 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
11104 32bit targets.
11105
11106 GCC can be made to warn about usage of long long types with ISO C90
11107 (-ansi), but only with -pedantic. You can write this in a way that even
11108 then it doesn't cause warnings, namely by:
11109
11110 #ifdef __GNUC__
11111 __extension__ typedef __signed__ long long __s64;
11112 __extension__ typedef unsigned long long __u64;
11113 #endif
11114
11115 The __extension__ keyword in front of this switches off any pedantic
11116 warnings for this expression.
11117
11118 Signed-off-by: Olaf Hering <olh@suse.de>
11119 Cc: <linux-arch@vger.kernel.org>
11120 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
11121 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11122 ----------------------------------------------------------------
11123
11124 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11125
11126commit 208acd112e6517b21fc30c420396902b103563ac
11127Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11128Date: Sat Feb 23 17:07:57 2008 +0900
11129
11130 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
11131
11132 This will reduce the build time.
11133
11134 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11135
11136commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
11137Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11138Date: Sat Feb 23 17:05:00 2008 +0900
11139
11140 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
11141
11142 This will reduce the build time.
11143
11144 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11145
11146commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
11147Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11148Date: Sat Feb 23 16:58:41 2008 +0900
11149
11150 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
11151
11152 This reduces the build time by ~10%. Here's the gth2_config example.
11153
11154 BEFORE AFTER
11155 real 0m31.441s 0m27.833s
11156 user 0m24.766s 0m23.045s
11157 sys 0m10.425s 0m7.468s
11158
11159 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11160
11161commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
11162Author: Marcel Moolenaar <marcelm@juniper.net>
11163Date: Fri Feb 22 10:48:07 2008 -0800
11164
11165 make define2mk.sed work on FreeBSD
11166
11167 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
11168 the define2mk.sed script was identified as the source of the link
11169 failure on FreeBSD. The problem is that sed(1) does not always support
11170 the '+' operator. It isn't on FreeBSD. The attach patch implements the
11171 equivalent, using the '*' operator instead and should work everywhere.
11172
11173 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
11174
11175commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
11176Author: Detlev Zundel <dzu@denx.de>
11177Date: Fri Feb 22 17:21:32 2008 +0100
11178
11179 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
11180
11181 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
11182 final traces of long-deprecated "ramdisk" kernel parm") makes these
11183 changes neccessary.
11184
11185 Signed-off-by: Detlev Zundel <dzu@denx.de>
11186
11187commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
11188Author: Larry Johnson <lrj@acm.org>
11189Date: Thu Feb 21 13:58:16 2008 -0500
11190
11191 LM75 bug fix for negative temperatures
11192
11193 When the LM75 temperature sensor measures a temperature below 0 C, the
11194 current driver does not perform sign extension, so the result returned is
11195 256 C too high. This patch fixes the problem.
11196
11197 Signed-off-by: Larry Johnson <lrj@acm.org>
11198
11199commit 5a910c224b13e413bda41922379add6d75c32da3
11200Author: Heiko Schocher <hs@denx.de>
11201Date: Thu Feb 21 18:33:45 2008 +0100
11202
11203 IDS8247: update MAINTAINER entry.
11204
11205 Signed-off-by: Heiko Schocher <hs@denx.de>
11206
11207commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
11208Author: Heiko Schocher <hs@denx.de>
11209Date: Thu Feb 21 18:31:15 2008 +0100
11210
11211 Fix device tree for mgsuvd board.
11212
11213 Rename the "scc" node in "ethernet" for the mgsuvd board.
11214
11215 Signed-off-by: Heiko Schocher <hs@denx.de>
11216
11217commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
11218Author: Yuri Tikhonov <yur@emcraft.com>
11219Date: Thu Feb 21 14:23:42 2008 +0100
11220
11221 lwmon5: enable hardware watchdog
11222
11223 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
11224 causing it to reboot the board if U-Boot does a long busy-wait with
11225 udelay(). Thus, for these boards we have to restart WD more
11226 frequently.
11227
11228 This patch splits the busy-wait udelay() into smaller, predefined,
11229 intervals, so that the watchdog timer may be resetted with the
11230 configurable (CONFIG_WD_PERIOD) interval.
11231
11232 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11233
11234commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
11235Author: Anatolij Gustschin <agust@denx.de>
11236Date: Thu Feb 21 12:52:29 2008 +0100
11237
11238 ppc4xx: Support for ATI Radeon 9200 card on sequoia
11239
11240 Adds configuration option for ATI Radeon 9200 card
11241 support to sequoia config file. If CONFIG_VIDEO
11242 is enabled, TEXT_BASE should be changed to 0xFFF80000.
11243
11244 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11245
11246commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
11247Author: Kumar Gala <galak@kernel.crashing.org>
11248Date: Mon Feb 18 08:18:07 2008 -0600
11249
11250 Remove duplicate defines for ARRAY_SIZE
11251
11252 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
11253 the define in common.h.
11254
11255 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11256
11257commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
11258Author: Kumar Gala <galak@kernel.crashing.org>
11259Date: Mon Feb 18 08:09:37 2008 -0600
11260
11261 ppc: Allow boards to specify effective amount of memory
11262
11263 For historical reasons we limited the stack to 256M because some boards
11264 could only map that much via BATS. However newer boards are capable of
11265 mapping more memory (for example 85xx is capable of doing up to 2G).
11266
11267 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11268
11269commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
11270Author: Mike Frysinger <vapier@gentoo.org>
11271Date: Mon Feb 18 05:24:13 2008 -0500
11272
11273 include autoconf.mk before any other .mk files
11274
11275 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
11276 those .mk files can have make if statements based on the current config.
11277
11278 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11279
11280commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
11281Author: Mike Frysinger <vapier@gentoo.org>
11282Date: Mon Feb 18 05:10:07 2008 -0500
11283
11284 error check autoconf.mk generation
11285
11286 If any of the steps for generating autoconf.mk fail currently, they go
11287 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
11288 This is simpler and more robust than placing '|| exit $$?' after every line.
11289
11290 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11291
11292commit 019895a8dee71a9f00da05c03e379f45d581b0fe
11293Author: Stefano Babic <sbabic@denx.de>
11294Date: Mon Feb 18 08:03:51 2008 +0100
11295
11296 Fix bug in dependency checking
11297
11298 By adding VERSION_FILE to the PHONY targets the script
11299 /tools/setlocalversion is always called and version_autogenerated.h
11300 is replaced only if the script find a modified source file.
11301
11302 Signed-off-by: Stefano Babic <sbabic@denx.de>
11303
11304commit 98ba144ccc912eee90dd42699f023c497ce774c6
11305Author: Kyungmin Park <kmpark@infradead.org>
11306Date: Mon Feb 18 14:35:43 2008 +0900
11307
11308 Fix GPMC CS2 memory setup at apollon
11309
11310 It disables the current map first
11311
11312 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11313
11314commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
11315Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11316Date: Sun Feb 17 23:52:46 2008 +0100
11317
11318 uli526x: Fix multiple differ in signedness and parentheses around comparison
11319
11320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11321
11322commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
11323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11324Date: Sun Feb 17 16:58:04 2008 +0100
11325
11326 MIPS: Fix CFG_NO_FLASH support
11327
11328 - Fix flash_init call when CFG_NO_FLASH is used
11329 - Remove no more needed flash.c for qemu-mips
11330
11331 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11332
11333commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
11334Author: Mike Frysinger <vapier@gentoo.org>
11335Date: Sat Feb 16 02:40:18 2008 -0500
11336
11337 easylogo: clean up some more and add -r (rgb) support
11338
11339 Michael Hennerich added support for outputting an image in RGB format rather
11340 than forcing YUYV all the time. This makes obvious sense if the display you
11341 have takes RGB input rather than YUYV.
11342
11343 Rather than hack in support for options, I've converted it to use getopt and
11344 cleaned up the argument parsing in the process.
11345
11346 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
11347 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11348
11349commit f65c98129ccada3f7caf97d80395a95b84e911de
11350Author: Mike Frysinger <vapier@gentoo.org>
11351Date: Sat Feb 16 02:12:37 2008 -0500
11352
11353 Makefile: add target for $(LDSCRIPT)
11354
11355 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
11356 then change into the board directory and try and create it. This allows you
11357 to generate the linker script on the fly based upon board defines (like the
11358 Blackfin boards do).
11359
11360 There should be no regressions due to this change as the normal case is to
11361 already have a u-boot.lds file. If that's the case, then there's nothing to
11362 generate, and so make will always exit. The fix here is that if the linker
11363 script does not exist, the implicit rules take over and attempt to guess how
11364 to generate the file.
11365
11366 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11367
438a4c11
WD
11368commit 5583cbf736474ef754e128a54fb78632f57b48fd
11369Author: Marian Balakowicz <m8@semihalf.com>
11370Date: Thu Feb 21 17:27:49 2008 +0100
11371
11372 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
11373
11374 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11375
11376commit 2242f5369822bc7780db95c47985bb408ea9157b
11377Author: Marian Balakowicz <m8@semihalf.com>
11378Date: Thu Feb 21 17:27:41 2008 +0100
11379
11380 [new uImage] Rename and move print_image_hdr() routine
11381
11382 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11383
11384commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
11385Author: Marian Balakowicz <m8@semihalf.com>
11386Date: Thu Feb 21 17:20:20 2008 +0100
11387
11388 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
11389
11390 Introducing routines for parsing new uImage format bootm arguments:
11391 [<addr>]#<conf> - configuration specification
11392 [<addr>]:<subimg> - subimage specification
11393
11394 New format images can contain multiple subimages of the same type. For example
11395 a single new format image file can contain three kernels, two ramdisks and a
11396 couple of FDT blobs. Subimage and configuration specifications are extensions
11397 to bootm (and other image-related commands) arguments' syntax that allow to
11398 specify which particular subimage should be operated on.
11399
11400 Subimage specification is used to denote a particular subimage. Configurations
11401 are a bit more complex -- they are used to define a particualr booting setup,
11402 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
11403 etc.
11404
11405 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11406
11407commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
11408Author: Marian Balakowicz <m8@semihalf.com>
11409Date: Thu Feb 21 17:20:19 2008 +0100
11410
11411 [new uImage] Add gen_get_image() routine
11412
11413 This routine assures that image (whether legacy or FIT) is not
11414 in a special dataflash storage.
11415
11416 If image address is a dataflash address image is moved to system RAM.
11417
11418 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11419
11420commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
11421Author: Marian Balakowicz <m8@semihalf.com>
11422Date: Thu Feb 21 17:20:18 2008 +0100
11423
11424 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
11425
11426 New uImage format (Flattened Image Tree) requires libfdt
11427 functionality, print out error message if CONFIG_OF_LIBFDT
11428 is not defined.
11429
11430 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
11431 This commit turns it on by default.
11432
11433 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
11434
b29661fc
WD
11435commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
11436Author: Michael Schwingen <michael@schwingen.org>
11437Date: Mon Feb 18 23:16:35 2008 +0100
11438
11439 CFI: Do not use uninitialized cmd_reset
11440
11441 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
11442 commands instead
11443
11444 From a short test, it looks like AMD-style flash roms treat *any* unknown
11445 command write as a reset, at least when in CFI Query mode, so issuing the
11446 Intel reset command to AMD-style flashs seems safe (from the small sample I
11447 have), plus the 3-cycle magic sequence should kick the state machine into
11448 the right state even without a reset command. Since the AMD-style flashs
11449 require the unlock sequence for real operation, I chose to try the AMD reset
11450 command first, so that Intel flashs do no see an invalid command prior to
11451 the CFI query.
11452
11453 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
11454 plus Intel StrataFlash.
11455
11456 Signed-off-by: Michael Schwingen <michael@schwingen.org>
11457 Signed-off-by: Stefan Roese <sr@denx.de>
11458
11459commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
11460Author: Rafal Jaworowski <raj@semihalf.com>
11461Date: Thu Feb 21 11:56:44 2008 +0100
11462
11463 API: Add (c) and licensing notice to the public API header.
11464
11465 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
11466
11467commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
11468Author: Yuri Tikhonov <yur@emcraft.com>
11469Date: Thu Feb 21 11:06:07 2008 +0100
11470
11471 Fix CPU POST test failure
11472
11473 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
11474 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
11475 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
11476 This patch just saves the CR value before running the test code, so allowing
11477 it to do anything it wants with CR.
11478
11479 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11480 Acked-by: Yuri Tikhonov <yur@emcraft.com>
11481 --
11482
11483commit d5908b093955415f3d340706378b991f911af671
11484Author: Jon Loeliger <jdl@freescale.com>
11485Date: Wed Feb 20 15:26:51 2008 -0600
11486
11487 8610HPCD: Document the flashbank selection switches.
11488
11489 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11490
11491commit a551cee99ad1d1da20fd23ad265de47448852f56
11492Author: Jon Loeliger <jdl@freescale.com>
11493Date: Wed Feb 20 14:22:26 2008 -0600
11494
11495 86xx: Fix GUR PCI config registers properly.
11496
11497 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
11498 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
11499 botched it due to not realizing that 8610 and 8641 had different
11500 Global Utility Register defintions, one of which was like 85xx,
11501 and the other wasn't. Correct this problem by introducing two
11502 symbols, one for each 86xx SoC, but neither of which is named
11503 anything like 85xx.
11504
11505 My bad. Lovely Wednesday with git bisect. You know.
11506
11507 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11508
11509commit cb06eb961bdffc8728b38c242473d802e83ab2b4
11510Author: Jon Loeliger <jdl@freescale.com>
11511Date: Wed Feb 20 12:24:11 2008 -0600
11512
11513 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
11514
11515 Without an actual supported video card hooked up, enabling
11516 the CONFIG_VIDEO by default just makes it look broken by
11517 routing all console output to the video card. Don't.
11518
11519 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11520
11521commit 4d264eff4312f230776b913edade7ceb75f1b1e0
11522Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
11523Date: Wed Jan 30 15:08:15 2008 -0600
11524
11525 ColdFire: Fix missing code flash size for M5485EVB
11526
11527 Signed-off-by: James Mahan <kmahan@freescale.com>
11528 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11529
11530commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
11531Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
11532Date: Wed Jan 30 15:04:42 2008 -0600
11533
11534 ColdFire: Fix 5282 and 5271 interrupt mask bit
11535
11536 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11537
11538commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
11539Author: Jon Loeliger <jdl@freescale.com>
11540Date: Tue Feb 19 12:31:08 2008 -0600
11541
11542 8610HPCD: Fix typos in two PCI setup registers.
11543
11544 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
11545 were erroneously present as 85xx names and values, leftover from
11546 the clone wars. Fix this by removing the 85xx cruft from the
11547 86xx codebase.
11548
11549 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11550
11551commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
11552Author: Jon Loeliger <jdl@freescale.com>
11553Date: Mon Feb 18 14:01:56 2008 -0600
11554
11555 86xx: Convert sbc8641d to use libfdt.
11556
11557 This is the proper fix for a missing closing brace in the function
01db232d 11558 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
11559 The ft_cpu_setup() function in mpc8641hpcn.c should have been
11560 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
11561 but was missed. Only, the sbc8641d was nominally still using it.
11562 It all got ripped out, and the funcality that was in ft_board_setup()
11563 was refactored to remove the CPU portions into the new file
11564 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
11565
11566 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
11567
11568 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11569
11570commit 04efddc87c50c84f85dad5c331c634a6ce830a83
11571Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11572Date: Sun Feb 17 23:35:31 2008 +0100
11573
11574 mpc86xx: Fix unused variable 'config' and 'immap'
11575
11576 and remove useless CONFIG_DDR_INTERLEAVE
11577
11578 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11579
11580commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
11581Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11582Date: Sun Feb 17 23:03:36 2008 +0100
11583
11584 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
11585
11586 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11587
11588commit b6f29c84c208a091f95a10cbc9852d729659ba20
11589Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11590Date: Sun Feb 17 14:15:31 2008 +0100
11591
11592 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
11593
11594 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11595
11596commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
11597Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11598Date: Sun Feb 17 14:15:32 2008 +0100
11599
11600 pxa: fix assignment from incompatible pointer type
11601
11602 fix mmc_bread function prototype
11603
11604 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11605
11606commit 64d792063fff90b8118179b092feee09fe5cae13
11607Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11608Date: Sun Feb 17 14:15:30 2008 +0100
11609
11610 at91cap9adk: fix implicit declaration of function 'eth_init'
11611
11612 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11613
11614commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
11615Author: Wolfgang Denk <wd@denx.de>
11616Date: Sun Feb 17 15:43:44 2008 +0100
11617
11618 Remove files added by mistake, update CHANGELOG.
11619
11620 Signed-off-by: Wolfgang Denk <wd@denx.de>
11621
375c4353
WD
11622commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
11623Author: Mike Nuss <mike@terascala.com>
11624Date: Wed Feb 6 11:10:11 2008 -0500
11625
11626 PPC440EPx: Optionally enable second I2C bus
11627
11628 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
11629 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
11630 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
11631
11632 Signed-off-by: Mike Nuss <mike@terascala.com>
11633 Cc: Stefan Roese <sr@denx.de>
11634
11635commit ef5b4f221c22d05770878513951745f236b5b43f
11636Author: Niklaus Giger <niklaus.giger@netstal.com>
11637Date: Tue Feb 5 10:26:44 2008 +0100
11638
11639 ppc4xx: HCU4/5. Cleanup configs
11640
11641 - hcu4.h: Removed define of CONFIG_PPC405GPr
11642 - Corrected phy addresses
11643 - Fix boot variables
11644 - Respect line length of 80 chars
11645
11646 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11647
11648commit 74973126d1be63ac75bdc192f46234dca3a7c421
11649Author: Niklaus Giger <niklaus.giger@netstal.com>
11650Date: Tue Feb 5 11:31:28 2008 +0100
11651
11652 ppc4xx: HCU4/5. Cleanups
11653
11654 - Fix some coding style violations.
11655 - Use in/out_u16/32 where appropriate.
11656 - Use register names from ppc405.h.
11657 - Fix trace useage for Lauterbach.
11658 - Remove obsolete generation HCU2.
11659 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
11660
11661 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11662
11663commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
11664Author: Niklaus Giger <niklaus.giger@netstal.com>
11665Date: Tue Feb 5 10:26:41 2008 +0100
11666
11667 ppc4xx: PPC405GPr fix missing register definitions
11668
11669 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11670
11671commit 214398d9cb22268d9d4f7563359edca0f78297a2
11672Author: Larry Johnson <lrj@acm.org>
11673Date: Fri Jan 18 21:49:05 2008 -0500
11674
11675 ppc4xx: Beautify configuration files for Sequoia and Korat boards
11676
11677 Signed-off-by: Larry Johnson <lrj@acm.org>
11678
11679commit 30c6a241e88499f536e86d325759e29ba00ff67f
11680Author: Anatolij Gustschin <agust@denx.de>
11681Date: Fri Feb 15 20:09:01 2008 +0100
11682
11683 Wipe out assembler warnings while compiling x86 biosemu
11684
11685 This patch tries to get rid of some assembler warnings about
11686 changed .got2 section type while compiling x86 bios emulator
11687 code.
11688
11689 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11690
11691commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
11692Author: Wolfgang Denk <wd@denx.de>
11693Date: Fri Feb 15 00:57:09 2008 +0100
11694
11695 Prepare v1.3.2-rc1 release candidate
11696
67a4389e
WD
11697commit f33e9653c9c09868995d788511d573771c209fe5
11698Author: Anatolij Gustschin <agust@denx.de>
11699Date: Fri Feb 15 00:13:20 2008 +0100
11700
11701 Fix compile warning on lib_ppc/board.c
11702
11703 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11704
11705commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
11706Author: Anatolij Gustschin <agust@denx.de>
11707Date: Thu Feb 14 18:22:04 2008 +0100
11708
11709 Add Radeon Mobility 9200 pci device id to the radeon driver
11710
11711 This patch extends PCI device id table of the
11712 radeon driver so that the driver will also support
11713 Radeon Mobility 9200 (M9+) based boards.
11714
11715 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11716
11717commit 1b8607e1f7143548c6062c28371449ec69588c00
11718Author: Anatolij Gustschin <agust@denx.de>
11719Date: Thu Feb 14 18:19:50 2008 +0100
11720
11721 Extend ATI Radeon driver to support more video modes
11722
11723 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
11724 800x600, 640x480 at 24, 16 and 8 bpp.
11725
11726 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11727
11728commit 4124382de029d361162a4b8cecc773eb8f26e2a8
11729Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11730Date: Sun Feb 10 17:05:20 2008 +0100
11731
11732 xsengine: fix typo and few coding style
11733
11734 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11735
11736commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
11737Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11738Date: Fri Feb 8 21:25:58 2008 +0100
11739
11740 Fix wrong memory limit calculation in memory-test
11741
11742 If the length of the memory address range passed to the "mtest" command is
11743 not of the form 2^x - 1, not all address lines are tested. This bug is
11744 inherited from the original software at
11745 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
11746 this.
11747
11748 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11749
11750commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
11751Author: Wolfgang Denk <wd@denx.de>
11752Date: Fri Feb 15 00:11:39 2008 +0100
11753
11754 Coding STyle cleanup.
11755
11756 Signed-off-by: Wolfgang Denk <wd@denx.de>
11757
11758commit f6921e3dc331293c873ec4d109fd5517a42a90b3
11759Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11760Date: Tue Feb 5 13:30:43 2008 +0900
11761
11762 sh: Fix register address of SH7722
11763
11764 The address of SH7722 is wrong by old document.
11765 This patch fixes this problem.
11766
11767 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11768
11769commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
11770Author: Mike Frysinger <vapier@gentoo.org>
11771Date: Mon Feb 4 17:44:23 2008 -0500
11772
11773 only update version header as needed
11774
11775 Constantly rebuilding the version header will force useless relinking, so we
11776 simply need to compare the new header with the existing one before updating
11777 it.
11778
11779 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11780
11781commit 208447f8e953f347425eb92c8e28d59e6d911363
11782Author: Mike Frysinger <vapier@gentoo.org>
11783Date: Mon Jan 28 05:56:19 2008 -0500
11784
11785 Do not specify a CROSS_COMPILE default when executing size
11786
11787 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11788
11789commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
11790Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11791Date: Wed Feb 13 11:19:19 2008 +0100
11792
11793 Fix return value of mtest when CFG_ALT_MEMTEST set
11794
11795 Fix a missing return statement from a non-void function.
11796
11797 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11798
11799commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
11800Author: Timur Tabi <timur@freescale.com>
11801Date: Wed Jan 9 14:35:26 2008 -0600
11802
11803 85xx, 86xx: Determine I2C clock frequencies and store in global_data
11804
11805 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
11806
11807 Update the get_clocks() function in 85xx and 86xx to determine the I2C
11808 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
11809
11810 Signed-off-by: Timur Tabi <timur@freescale.com>
11811
11812commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
11813Author: Wolfgang Denk <wd@denx.de>
11814Date: Thu Feb 14 23:18:01 2008 +0100
11815
11816 TQM834x: clean up configuration
11817
11818 Get board name consistent with Linux and elsewhere;
11819 get rid of local network definitions etc.
11820
11821 Signed-off-by: Wolfgang Denk <wd@denx.de>
11822
11823commit 38cc09c55b1d7f233789052c6fc462e5377669a9
11824Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11825Date: Thu Feb 14 08:02:12 2008 +0100
11826
11827 TFTP: fix search of ':' in BootFile
11828
11829 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11830
11831commit 0bc9efada170096c6b273f19165e32936d330d80
11832Author: Wolfgang Denk <wd@denx.de>
11833Date: Thu Feb 14 22:46:55 2008 +0100
11834
11835 Coding style cleanup; update CHANGELOG.
11836
11837 Signed-off-by: Wolfgang Denk <wd@denx.de>
11838
0bc9efad
WD
11839commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
11840Author: Wolfgang Denk <wd@denx.de>
11841Date: Thu Feb 14 22:43:22 2008 +0100
11842
11843 PPC: Use r2 instead of r29 as global data pointer
11844
11845 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
11846 will refuse to use load/store multiple insns; instead, it issues a
11847 list of simple load/store instructions upon function entry and exit,
11848 resulting in bigger code size, which in turn makes the build for a
11849 few boards fail.
11850
11851 Use r2 instead.
11852
11853 Signed-off-by: Wolfgang Denk <wd@denx.de>
11854
11855commit 3c234efa693bc59906c2be55c7918ecbb55392ea
11856Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
11857Date: Wed Jan 30 09:08:49 2008 +0100
11858
11859 ARM: make the machid configurable via the environment
11860
11861 If the variable "machid" exists, let do_bootm_linux use that instead
11862 of bd->bi_arch_number.
11863
11864