]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Do not init SATA when disabled on 8536DS.
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
87b4ef56
WD
1commit 7c803be2eb3cae245dedda438776e08fb122250f
2Author: Wolfgang Denk <wd@denx.de>
3Date: Tue Sep 16 18:02:19 2008 +0200
4
5 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
6
7 After switching to using the CFI flash driver, the correct remapping
8 of the flash banks was forgotten.
9
10 Also, some boards were not adapted, and the old legacy flash driver
11 was not removed yet.
12
13 Signed-off-by: Wolfgang Denk <wd@denx.de>
14
15commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
16Author: Wolfgang Denk <wd@denx.de>
17Date: Sun Sep 14 00:59:35 2008 +0200
18
19 Prepare v2008.10-rc2
20
21 Signed-off-by: Wolfgang Denk <wd@denx.de>
22
23commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
24Author: Wolfgang Denk <wd@denx.de>
25Date: Sat Sep 13 02:23:05 2008 +0200
26
27 Coding style cleanup, update CHANGELOG
28
29 Signed-off-by: Wolfgang Denk <wd@denx.de>
30
f12e4549
WD
31commit 0c32565f536609d78feef35c88bbc39d3ac53a73
32Author: Peter Tyser <ptyser@xes-inc.com>
33Date: Wed Sep 10 09:18:34 2008 -0500
34
35 Update mailing list email and archive addresses
36
37 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38
39commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
40Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
41Date: Thu Sep 11 15:40:01 2008 +0200
42
43 85xx: socrates: autoprobe Lime chip
44
45 This patch is an attempt to implement autoprobing for the Lime
46 presence on the bus.
47 Configure GPCM for Lime CS2 and try to access chip ID registers.
48 Second read atempt delivers register values if the chip is present.
49
50 Signed-off-by: Anatolij Gustschin <agust@denx.de>
51
52commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
53Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
54Date: Thu Sep 11 15:40:01 2008 +0200
55
56 85xx: socrates: Add support for new image format.
57
58 Signed-off-by: Detlev Zundel <dzu@denx.de>
59
60commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
61Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
62Date: Thu Sep 11 17:28:18 2008 +0900
63
64 sh: Fix compile error for r2dplus
65
66 netdev.h was not include by r2dplus.
67
68 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
69
70commit 56844a22b76c719e600047e23b80465a44d76abd
71Author: Heiko Schocher <hs@denx.de>
72Date: Thu Sep 11 08:11:23 2008 +0200
73
74 powerpc: Fix bootm to boot up again with a Ramdisk
75
76 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
77 and this stopped Linux from booting with a Ramdisk. This patch fixes
78 this, by deleting the useless dummy mem reservation.
79
80 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
81 added to of_size, so we dont need anymore a dummy mem reservation.
82
83 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
84 system (=0x44 bytes) and rounded it up to 0x80).
85
86 Signed-off-by: Heiko Schocher <hs@denx.de>
87 Acked-by: Kumar Gala <galak@kernel.crashing.org>
88
89commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
90Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
91Date: Mon Sep 8 02:46:13 2008 +0200
92
93 Add support for LZMA uncompression algorithm.
94
95 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
96 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
97
98commit 0008b6d968160abe2bfd936493f3a516a7c8da20
99Author: Anton Vorontsov <avorontsov@ru.mvista.com>
100Date: Fri Jun 27 23:04:20 2008 +0400
101
102 fsl_elbc_nand: ecclayout cleanups
103
104 This patch deletes oobavail assignments, they're calculated by the nand
105 core code in nand_scan_tail, plus current oobavail values are wrong for
106 the LP NANDs.
107
108 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
109 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
110 Signed-off-by: Scott Wood <scottwood@freescale.com>
111
112commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
113Author: Anton Vorontsov <avorontsov@ru.mvista.com>
114Date: Fri Jun 27 23:04:13 2008 +0400
115
116 fsl_elbc_nand: implement support for flash-based BBT
117
118 This patch implements support for flash-based BBT for chips working
119 through ELBC NAND controller, so that NAND core will not have to re-scan
120 for bad blocks on every boot.
121
122 Because ELBC controller may provide HW-generated ECCs we should adjust
123 bbt pattern and bbt version positions in the OOB free area.
124
125 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
126 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
127 Signed-off-by: Scott Wood <scottwood@freescale.com>
128
129commit 97ae023648e764f794ffb9c52da109d6caf09c47
130Author: Anton Vorontsov <avorontsov@ru.mvista.com>
131Date: Fri Jun 27 23:04:04 2008 +0400
132
133 fsl_elbc_nand: fix OOB workability for large page NAND chips
134
135 For large page chips, nand_bbt is looking into OOB area, and checking
136 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
137 reserved for bbt means.
138
139 But ELBC driver is specifying ecclayout so that oobfree area starts at
140 offset 1, so only one byte left for the bbt purposes.
141
142 This causes problems with any OOB users, namely JFFS2: after first mount
143 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
144
145 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
146 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
147 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
148 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
149
150 And on the next boot, NAND core will rescan for bad blocks, then will
151 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
152
153 To fix the issue we should implement our own bad block pattern: just one
154 byte at OOB start. Though, this will work only for x8 chips. For x16
155 chips two bytes must be checked. Since ELBC driver does not support x16
156 NANDs (yet), we're safe for now.
157
158 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
159 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
160 Signed-off-by: Scott Wood <scottwood@freescale.com>
161
162commit 7238ada313057a85409485b8ee21515dc10c07a5
163Author: Wolfgang Denk <wd@denx.de>
164Date: Fri Sep 12 13:52:21 2008 +0200
165
166 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
167
168 Signed-off-by: Wolfgang Denk <wd@denx.de>
169
170commit b18410e508a12ba0a177dfc2a386857c806fa96d
171Author: Stefan Roese <sr@denx.de>
172Date: Thu Sep 11 13:05:56 2008 +0200
173
174 ppc4xx: Enable device tree (FDT) support in zeus board port
175
176 Signed-off-by: Stefan Roese <sr@denx.de>
177
178commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
179Author: Stefan Roese <sr@denx.de>
180Date: Wed Sep 10 16:53:47 2008 +0200
181
182 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
183
184 This patch fixes a problem introdiced with patch
185 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
186 initdram()].
187
188 The boards affected are:
189 - PCI405
190 - PPChameleonEVB
191 - quad100hd
192 - taihu
193 - zeus
194
195 Signed-off-by: Stefan Roese <sr@denx.de>
196
197commit 61737c59a3285f6fadf96a5836879898c04ec28d
198Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
199Date: Thu Sep 11 19:41:26 2008 -0400
200
201 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
202
203 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
204 Signed-off-by: Stefan Roese <sr@denx.de>
205
206commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
207Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
208Date: Thu Sep 11 19:41:25 2008 -0400
209
210 ppc4xx: Fix compilation of v5fx30teval_flash
211
212 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
213 Signed-off-by: Stefan Roese <sr@denx.de>
214
215commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
216Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
217Date: Wed Sep 10 17:44:30 2008 -0400
218
219 ppc4xx: Fix in-tree build for ppc440-generic boards
220
221 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
222 Signed-off-by: Stefan Roese <sr@denx.de>
223
224commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
225Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
226Date: Fri Sep 12 02:20:47 2008 +0200
227
228 ARM: synchronize mach-types.h with linux 2.6.27-rc6
229
230 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
231
232commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
233Author: Jens Scharsig <esw@bus-elektronik.de>
234Date: Fri Sep 12 02:20:47 2008 +0200
235
236 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
237
238 This patch prevents linker error on AT91RM9200 boards, if
239 CONFIG_CMD_I2_TREE is set.
240 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
241
242 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
243
244commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
245Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
246Date: Fri Sep 12 02:20:47 2008 +0200
247
248 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
249
250 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
251
252 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
253
254commit 03db53335c8eba656a7c44d1555b1a4514383e33
255Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
256Date: Fri Sep 12 02:20:46 2008 +0200
257
258 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
259
260 __ARM__ is given by arm_config.mk automatically.
261
262 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
263
264commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
265Author: Claudio Scordino <claudio@evidence.eu.com>
266Date: Fri Sep 12 02:20:46 2008 +0200
267
268 Fix MACH_TYPE for the AT91RM9200DK board.
269
270 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
271
272commit 274737e5eb25b2bcd3af3a96da923effd543284f
273Author: Andrew Dyer <adyer@righthandtech.com>
274Date: Fri Sep 12 02:20:46 2008 +0200
275
276 i.mx change get_timer(base) to return time since base
277
278 This patch changes get_timer() for i.MX to return the time since
279 'base' instead of the time since the counter was at zero.
280
281 Symptom seen is flash timeout errors when erasing or programming a
282 sector using the common cfi flash code.
283
284 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
285
286commit 48fed40575b3e8eae960eb0141509ddd9a73012a
287Author: Andrew Dyer <adyer@righthandtech.com>
288Date: Fri Sep 12 02:20:46 2008 +0200
289
290 i.MX use u-boot baud rate and don't assume UART master clock
291
292 1) Change the i.MX serial driver to use the baud rate set in the
293 u-boot environment
294
295 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
296
297 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
298 one to clear" like other status bits in the reg.)
299
300 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
301
302commit 6e1551a870d360805b9d172dc56d935064abe71d
303Author: Andrew Dyer <adyer@righthandtech.com>
304Date: Fri Sep 12 02:20:46 2008 +0200
305
306 arm920t fix constant error in start.S
307
308 Code in cpu/arm920t/start.S will die with a compilation error if
309 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
310 the ARM sub instruction. Change the code so that each is subtracted
311 independently to avoid the error.
312
313 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
314
315commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
316Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
317Date: Fri Sep 12 02:20:40 2008 +0200
318
319 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
320
321 - Correct Invalid #define of MPUTIM_PTV_MASK for
322 omap1510 & omap730 register definition
323
324 MPUTIM_PTV_MASK is defined as
325 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
326
327 while it should have been
328 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
329
330 - Below Patch corrects the same
331
332 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
333
334commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
335Author: Adrian Filipi <adrian.filipi@eurotech.com>
336Date: Fri Jul 18 11:52:02 2008 -0400
337
338 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
339
340 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
341
342commit eb16135df20535b0d19969f50fb5bd17f95e9c25
343Author: Guennadi Liakhovetski <lg@denx.de>
344Date: Thu Aug 28 12:25:11 2008 +0200
345
346 i.MX31: document timer precision option
347
348 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
349
350commit 1a6337b01351b82a45b0defa76f08744511c580b
351Author: Magnus Lilja <lilja.magnus@gmail.com>
352Date: Fri Aug 29 10:36:18 2008 +0200
353
354 i.MX31: Make the SPI bus and chip select configurable for MC13783
355
356 The i.MX31 has three SPI buses and each bus has several chip selects
357 and the MC13783 chip can be connected to any of these. The current
358 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
359
360 This patch makes make MC13783 SPI bus and chip select configurable
361 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
362
363 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
364
365commit 8c4ebec25b21e355b8488698ec1594da9701fff4
366Author: Magnus Lilja <lilja.magnus@gmail.com>
367Date: Fri Aug 29 10:36:17 2008 +0200
368
369 i.MX31: Add reset_timer() and modify get_timer_masked().
370
371 This patch adds the reset_timer() function (needed by nand_base.c) and
372 modifies the get_timer_masked() to work in the same way as the omap24xx
373 function.
374
375 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
376
377commit deeec4991a55de243787002ede24d2331d234fc8
378Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
379Date: Wed Sep 10 22:48:09 2008 +0200
380
381 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
382
383 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
384
385commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
386Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
387Date: Wed Sep 10 22:48:09 2008 +0200
388
389 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
390
391 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
392
393commit 0e8d158664a913392cb01fb11a948d83f72e105e
394Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
395Date: Wed Sep 10 22:48:06 2008 +0200
396
397 rename CFG_ENV macros to CONFIG_ENV
398
399 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
400
401commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
402Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
403Date: Wed Sep 10 22:48:05 2008 +0200
404
405 nvedit: rename error comment to CONFIG_ENV_IS_IN_
406
407 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
408
409commit b64b775e7546ed138df360ceb3a71ee358cb9a01
410Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
411Date: Wed Sep 10 22:48:05 2008 +0200
412
413 cmd_mem: Move conditional compilation to Makefile
414
415 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
416
417commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
418Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
419Date: Wed Sep 10 22:48:05 2008 +0200
420
421 move cmd_get_data_size to command.c
422
423 add CMD_DATA_SIZE macro to enable it
424
425 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
426
427commit 507641d2491980531932b9f25dab37fe5e6c3a1a
428Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
429Date: Wed Sep 10 22:48:04 2008 +0200
430
431 env_flash: Move conditional compilation to Makefile
432
433 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
434
435commit 5a1aceb0689e2f731491838970884a673ef7e7d3
436Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
437Date: Wed Sep 10 22:48:04 2008 +0200
438
439 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
440
441 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
442
443commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
444Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
445Date: Wed Sep 10 22:48:03 2008 +0200
446
447 cleanup use of CFG_ENV_IS_IN_FLASH
448
449 - #if CFG_ENV_IS_IN_FLASH
450 - #if (CFG_ENV_IS_IN_FLASH == 1)
451 - #define CFG_ENV_IS_IN_FLASH 0
452
453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
454
455commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
456Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
457Date: Wed Sep 10 22:48:01 2008 +0200
458
459 rename environment.c in env_embedded.c to reflect is functionality
460
461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
462
463commit c0878af6e32f0fd8e13a6ca315b9add64441115a
464Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
465Date: Wed Sep 10 22:48:01 2008 +0200
466
467 env_nowhere: Move conditional compilation to Makefile
468
469 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
470
471commit 93f6d72544da4510a146bc4c93d609b0116cde37
472Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
473Date: Wed Sep 10 22:48:00 2008 +0200
474
475 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
476
477 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
478
479commit 2556ef78113b5f089dfcac5da90bf31dd568397b
480Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
481Date: Wed Sep 10 22:48:00 2008 +0200
482
483 env_sf: Move conditional compilation to Makefile
484
485 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
486
487commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
488Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
489Date: Wed Sep 10 22:48:00 2008 +0200
490
491 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
492
493 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
494
495commit 55c5f49910ec8225347aa1d211352a84de6649b4
496Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
497Date: Wed Sep 10 22:48:00 2008 +0200
498
499 env_onenand: Move conditional compilation to Makefile
500
501 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
502
503commit 9656138ff1a34d4c4768db6b490deffc40ee674b
504Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
505Date: Wed Sep 10 22:47:59 2008 +0200
506
507 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
508
509 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
510
511commit 957a0e69575683efd70ace147746bbb3d8e7c501
512Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
513Date: Wed Sep 10 22:47:59 2008 +0200
514
515 env_nvram: Move conditional compilation to Makefile
516
517 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
518
519commit 9314cee6917444ab88bd4e758da7a30975120187
520Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
521Date: Wed Sep 10 22:47:59 2008 +0200
522
523 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
524
525 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
526
527commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
528Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
529Date: Wed Sep 10 22:47:59 2008 +0200
530
531 env_nand: Move conditional compilation to Makefile
532
533 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
534
535commit 51bfee192099206a4397f15f3b93516e01f58ab0
536Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
537Date: Wed Sep 10 22:47:58 2008 +0200
538
539 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
540
541 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
542
543commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
544Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
545Date: Wed Sep 10 22:47:58 2008 +0200
546
547 env_dataflash: Move conditional compilation to Makefile
548
549 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
550
551commit 057c849c45b9ee19df8ff3acdeee66be52819962
552Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
553Date: Wed Sep 10 22:47:58 2008 +0200
554
555 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
556
557 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
558
559commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
560Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
561Date: Wed Sep 10 22:47:52 2008 +0200
562
563 cmd_eeprom: Move conditional compilation to Makefile
564
565 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
566
567commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
568Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
569Date: Fri Sep 5 09:19:54 2008 +0200
570
571 env_eeprom: Move conditional compilation to Makefile
572
573 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
574
575commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
576Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
577Date: Fri Sep 5 09:19:30 2008 +0200
578
579 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
580
581 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
582
583commit 32628c5008105a732212003d83b75f05e5243bb2
584Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
585Date: Sat Aug 30 23:54:58 2008 +0200
586
587 cmd_mac: Move conditional compilation to Makefile
588
589 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
590 start in commit ad8f8687b78c3e917b173f038926695383c55555
591
592 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
593
594commit e5648acab153f0f429bfc714902c5aaa7879f71b
595Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
596Date: Sat Aug 30 23:47:41 2008 +0200
597
598 cmd_fdc: Move conditional compilation to Makefile
599
600 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
601
602commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
603Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
604Date: Sat Aug 30 23:47:38 2008 +0200
605
606 common/Makefile: add core command section
607
608 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
609
610commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
611Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
612Date: Sat Aug 30 23:29:57 2008 +0200
613
614 cmd_vfd: Move conditional compilation to Makefile
615
616 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
617
618commit 6644641d072aee3087da129d8443187196a4d8a9
619Author: Scott Wood <scottwood@freescale.com>
620Date: Wed Sep 10 11:48:49 2008 -0500
621
622 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
623
624 This is part of the switch to newer upstream MTD code.
625
626 Signed-off-by: Scott Wood <scottwood@freescale.com>
627
628commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
629Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
630Date: Sat Aug 30 17:06:55 2008 -0400
631
632 ARM DaVinci: Fix broken HW ECC for large page NAND.
633
634 Based on original patch by Bernard Blackham <bernard@largestprime.net>
635
636 U-boot's HW ECC support for large page NAND on Davinci is completely
637 broken. Some kernels, such as the 2.6.10 one supported by
638 MontaVista for DaVinci, rely upon this broken behaviour as they
639 share the same code for ECCs. In the existing scheme, error
640 detection *might* work on large page, but error correction
641 definitely does not. Small page ECC correction works, but the
642 format is not compatible with the mainline git kernel.
643
644 This patch adds ECC code that matches what is currently in the
645 Davinci git repository (since NAND support was added in 2.6.24).
646 This makes the ECC and OOB layout written by u-boot compatible with
647 Linux for both small page and large page devices and fixes ECC
648 correction for large page devices.
649
650 The old behaviour can be restored by defining the macro
651 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
652
653 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
654 Acked-by: Sergey Kubushyn <ksi@koi8.net>
655 Signed-off-by: Scott Wood <scottwood@freescale.com>
656
657commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
658Author: Heiko Schocher <hs@denx.de>
659Date: Wed Sep 10 11:15:28 2008 +0200
660
661 muas3001: update BR4 settings
662
663 Also set up the port pins for using I2C.
664
665 Signed-off-by: Heiko Schocher <hs@denx.de>
666
667commit 3591293509e0c0bcf244b0f974775bff2e25697e
668Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
669Date: Wed Sep 10 09:43:49 2008 +0300
670
671 autoscr: Fix one-character lines and non-newline terminated scripts
672
673 When not using hush, the autoscr command now executes lines that are
674 only one character long. It also runs the last line of scripts even if
675 it does not end in a newline.
676
677 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
678
679commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
680Author: Victor Gallardo <vgallardo@amcc.com>
681Date: Tue Sep 9 15:13:29 2008 -0700
682
683 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
684
685 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
686 and glacier.
687
688 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
689
690commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
691Author: Heiko Schocher <hs@denx.de>
692Date: Mon Sep 8 10:21:11 2008 +0200
693
694 muas3001: added support for the LM75 sensor.
695
696 Signed-off-by: Heiko Schocher <hs@denx.de>
697
698commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
699Author: Heiko Schocher <hs@denx.de>
700Date: Mon Sep 8 10:20:19 2008 +0200
701
702 muas3001: activate WDT for the muas3001 board.
703
704 Signed-off-by: Heiko Schocher <hs@denx.de>
705
706commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
707Author: Heiko Schocher <hs@denx.de>
708Date: Mon Sep 8 10:19:36 2008 +0200
709
710 muas3001: added 64MB SDRAM autodetection.
711
712 Signed-off-by: Heiko Schocher <hs@denx.de>
713
714commit 5251469943895de4bb9a04d5053352cc22acb7d5
715Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
716Date: Thu Aug 21 07:12:26 2008 -0700
717
718 Fix printf errors under -DDEBUG
719
720 Fix printf format-string/arg mismatches under -DDEBUG.
721
722 These warnings occur with DEBUG defined for a platform using
723 cpu/mpc85xx. Users of other architectures can unearth similar
724 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
725 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
726
727 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
728 Signed-off-by: Andy Fleming <afleming@freescale.com>
729
730commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
731Author: Wolfgang Denk <wd@denx.de>
732Date: Tue Sep 9 23:55:18 2008 +0200
733
734 Update CHANGELOG, prepare 2008-10-rc1 release
735
736 Signed-off-by: Wolfgang Denk <wd@denx.de>
737
738commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
739Author: Kumar Gala <galak@kernel.crashing.org>
740Date: Mon Sep 8 08:51:29 2008 -0500
741
742 85xx: Ensure timebase is zero on secondary cores
743
744 The e500um says the timebase is volatile out of reset. To ensure
745 TB sync works we need to make sure its zero.
746
747 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
748
8b9e4787
WD
749commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
750Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
751Date: Tue Sep 9 22:18:24 2008 +0200
752
753 bootm_load_os: fix load_end debug message
754
755 print load_end value not pointer
756
757 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
758
759commit 1d9af0be764960e6cc1c093e97176c3542796820
760Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
761Date: Tue Sep 9 22:18:23 2008 +0200
762
763 bootm: enable fdt support only on ppc, m68k and sparc
764
765 ...as done in image.c
766
767 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
768
769commit 748b5274e76f81df85cfcffaffedc323678d0623
770Author: Markus Heidelberg <markus.heidelberg@web.de>
771Date: Tue Sep 9 18:51:05 2008 +0200
772
773 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
774
775 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
776
777commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
778Author: Markus Heidelberg <markus.heidelberg@web.de>
779Date: Tue Sep 9 17:31:46 2008 +0200
780
781 gitignore: add tags files and Vim swap file
782
783 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
784
785commit 1d9b67b23fca6a25154333733204339802510720
786Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
787Date: Tue Sep 9 17:52:47 2008 +0900
788
789 add board_eth_init() for sh7785lcr board
790
791 Fix the problem that cannot work RTL8169 on sh7785lcr board.
792
793 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
794
795commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
796Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
797Date: Wed Aug 6 16:08:41 2008 -0500
798
799 mtd: SPI Flash: Support the STMicro Flash
800
801 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
802 M25P40, M25P64, M25P80, M25P128.
803
804 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
805 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
806
f12e4549
WD
807commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
808Author: Wolfgang Denk <wd@denx.de>
809Date: Tue Sep 9 17:55:31 2008 +0200
810
811 trab: fix build problem after change to use do_div()
812
813 We must link with libgeneric now.
814
815 Signed-off-by: Wolfgang Denk <wd@denx.de>
816
8b9e4787
WD
817commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
818Author: Ryan CHEN <ryan.chen@st.com>
819Date: Wed Aug 20 13:00:17 2008 -0400
820
821 Correct drv_usb_kbd_init function
822
823 The patch is that check if usb_get_dev_index() function return valid
824 pointer. If valid, continue. Otherwise return -1.
825
826 Signed-off-by: Ryan Chen <ryan.chen@st.com>
827 Acked-by: Markus Klotzbuecher <mk@denx.de>
828
829commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
830Author: Remy Bohmer <linux@bohmer.net>
831Date: Wed Aug 20 11:22:02 2008 +0200
832
833 Make usb-stop() safe to call multiple times in a row.
834
835 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
836 enabled the usb_stop() command in common/cmd_bootm.c which was
837 not enabled for some time, because no board did actually set the
838 CFG_CMD_USB flag. So, now the usb_stop() is executed before
839 loading the linux kernel.
840
841 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
842 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
843 If some other piece of code calls usb_stop() before the bootm command,
844 this command will hangup the system during boot.
845 (usb start and stop is typically used while booting from usb memory stick)
846
847 But, stopping the usb stack twice is useless anyway, and a flag already
848 existed that kept track on the usb_init()/usb_stop() calls.
849 So, we now check if the usb stack is really started before we stop it.
850
851 This problem is now fixed in both the upper as low-level layer.
852
853 Signed-off-by: Remy Bohmer <linux@bohmer.net>
854 Acked-by: Markus Klotzbuecher <mk@denx.de>
855
856commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
857Author: Wolfgang Denk <wd@denx.de>
858Date: Tue Sep 9 16:55:47 2008 +0200
859
860 Makefile: fix bug introduced by commit 47ffd6c2
861
862commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
863Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
864Date: Tue Sep 9 10:00:33 2008 -0400
865
866 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
867
868 This patch solves the problems compiling ml507, v5fx30teval and
869 ppc440-generic out of tree.
870
871 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
872
873commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
874Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
875Date: Thu Sep 4 15:35:46 2008 -0300
876
877 Fix dev_print when called from usb_stor_info (usb storage command)
878
879 Fix output of the usb storage command. It was printing "Device 0: not
880 available" because IF_TYPE_USB was not included into the switch
881 statement.
882
883 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
884
885commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
886Author: Bartlomiej Sieka <tur@semihalf.com>
887Date: Tue Sep 9 12:58:16 2008 +0200
888
889 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
890
891 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
892
893commit 919f550dc11a13abf01c6bc713c968de790b8d7c
894Author: Bartlomiej Sieka <tur@semihalf.com>
895Date: Tue Sep 9 12:58:15 2008 +0200
896
897 FIT: add ability to check hashes of all images in FIT, improve output
898
899 - add function fit_all_image_check_hashes() that verifies if all
900 hashes of all images in the FIT are valid
901 - improve output of fit_image_check_hashes() when the hash check fails
902
903 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
904
905commit 1de1fa408967cef6804bb046b904114519bb36f0
906Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
907Date: Mon Sep 8 20:54:39 2008 +0200
908
909 qemu_mips: Update linux bootm to support dynamic cmdline
910
911 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
912
913commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
914Author: Peter Tyser <ptyser@xes-inc.com>
915Date: Mon Sep 8 14:56:49 2008 -0500
916
917 Add support for booting of INTEGRITY operating system uImages
918
919 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
920
921commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
922Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
923Date: Mon Sep 8 21:01:29 2008 +0200
924
925 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
926
927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
928
929commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
930Author: Kumar Gala <galak@kernel.crashing.org>
931Date: Mon Sep 8 13:57:12 2008 -0500
932
933 Remove support for booting ARTOS images
934
935 Pantelis Antoniou stated:
936 AFAIK, it is still used but the products using PPC are long gone.
937 Nuke it plz (from orbit).
938
939 So remove it since it cleans up a usage of env_get_char outside of
940 the environment code.
941
942 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
943
944commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
945Author: Wolfgang Denk <wd@denx.de>
946Date: Tue Sep 9 15:45:18 2008 +0200
947
948 Makefile: compile and link each module just once
949
950 Several source files need to be compiled and linked when one or more
951 config options are selected. To allow for easy selection in the
952 Makefiles yet to avoild multiple compilation (which costs build time)
953 and especially multiple linking (which causes errors), we use
954 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
955
956 By courtesy of Detlev Zundel who suggested this approach.
957
958 Signed-off-by: Wolfgang Denk <wd@denx.de>
959
960commit 48d0192fe869948fef14b460b5f0c85bca933693
961Author: Andreas Engel <andreas.engel@ericsson.com>
962Date: Mon Sep 8 14:30:53 2008 +0200
963
964 Moved conditional compile into Makefile
965
966 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
967
968commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
969Author: Andreas Engel <andreas.engel@ericsson.com>
970Date: Mon Sep 8 10:17:31 2008 +0200
971
972 Merged serial_pl010.c and serial_pl011.c.
973
974 They only differ in the init function.
975 This also adds the missing watchdog support for the PL011.
976
977 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
978
979commit 0817d688f307ee2c0598e79175c94a40ce90337b
980Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
981Date: Sun Sep 7 17:10:27 2008 -0400
982
983 Remove gap fill in srec object v2
984
985 SREC files do not need gap fill: The load address is specified in the
986 file. On the other hand, it can't be avoided in a .bin object. It has
987 no information about memory location.
988
989 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
990
991commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
992Author: Markus Heidelberg <markus.heidelberg@web.de>
993Date: Sun Sep 7 20:18:27 2008 +0200
994
995 README: fix missing subdirectory in the documentation
996
997 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
998
999commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
1000Author: Graeme Russ <graeme.russ@gmail.com>
1001Date: Sun Sep 7 07:08:42 2008 +1000
1002
1003 Update i386 code (sc520_cdp)
1004
1005 Attempt to bring i386 / sc520 inline with master
1006
1007 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1008
1009commit 5608692104efa8d56df803dc79ea41ac3607eee5
1010Author: Guennadi Liakhovetski <lg@denx.de>
1011Date: Thu Sep 4 13:01:49 2008 +0200
1012
1013 fw_env: add NAND support
1014
1015 Add support for environment in NAND with automatic NOR / NAND recognition,
1016 including unaligned environment, bad-block skipping, redundant environment
1017 copy.
1018
1019 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1020
1021commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
1022Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1023Date: Tue Sep 9 09:50:24 2008 +0200
1024
1025 ppc4xx: Fix out-of-tree building of CPCI405 variants
1026
1027 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1028 Acked-by: Stefan Roese <sr@denx.de>
1029
1030commit 59f630588e3fdbd698a0a2798e52a8924e899563
1031Author: Sergei Poselenov <sposelenov@emcraft.com>
1032Date: Fri Aug 15 15:42:11 2008 +0200
1033
1034 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
1035
1036 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1037
1038commit e64987a892353f3d49eb242d997820ef8f538912
1039Author: Anatolij Gustschin <agust@denx.de>
1040Date: Fri Aug 15 15:42:13 2008 +0200
1041
1042 85xx: socrates: Enable Lime support.
1043
1044 This patch adds Lime GDC support together with support for the PWM
1045 backlight control through the w83782d chip. The reset pin of the
1046 latter is attached to GPIO, so we need to reset it in
1047 early_board_init_r.
1048
1049 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1050
1051commit 3e79b588b5199f35016f178fc0d5d1266382097f
1052Author: Detlev Zundel <dzu@denx.de>
1053Date: Fri Aug 15 15:42:12 2008 +0200
1054
1055 85xx: Socrates: Major code update.
1056
1057 - Update the local bus ranges in the FDT for Linux for the various
1058 devices connected to the local bus via chip-select.
1059
1060 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
1061 lower than 66 MHz and uses I/O accessor functions consequently.
1062
1063 - UPM data update.
1064
1065 - Update of default environment and configuration. Use I2C multibus
1066 as we do have two I2C buses. Also enable sdram and ext2 commands.
1067
1068 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
1069 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1070 Signed-off-by: Detlev Zundel <dzu@denx.de>
1071
1072commit e8d18541c6ceab821f75faab031740b33fdbfa4b
1073Author: Timur Tabi <timur@freescale.com>
1074Date: Fri Jul 18 16:52:23 2008 +0200
1075
1076 Update Freescale 85xx boards to sys_eeprom.c
1077
1078 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
1079 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
1080 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
1081 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
1082
1083 Signed-off-by: Timur Tabi <timur@freescale.com>
1084
1085commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
1086Author: Wolfgang Denk <wd@denx.de>
1087Date: Tue Sep 9 10:08:02 2008 +0200
1088
1089 lib_ppc/interrupts.c: make board_show_activity() a weak function
1090
1091 This allows to use show_activity() without having to
1092 define an empty board_show_activity() function.
1093
1094 Signed-off-by: Wolfgang Denk <wd@denx.de>
1095
1096commit fe876787f8743883ce58fed61525eaa2f34da4c5
1097Author: Wolfgang Denk <wd@denx.de>
1098Date: Tue Sep 9 10:06:44 2008 +0200
1099
1100 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
1101
1102 Signed-off-by: Wolfgang Denk <wd@denx.de>
1103
1104commit 965de106ba8900372c8b16dc60d5acab7f925e38
1105Author: Wolfgang Denk <wd@denx.de>
1106Date: Tue Sep 9 10:03:47 2008 +0200
1107
1108 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
1109
1110 Signed-off-by: Wolfgang Denk <wd@denx.de>
1111
f12e4549
WD
1112commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
1113Author: Sergei Poselenov <sposelenov@emcraft.com>
1114Date: Fri Aug 15 15:42:11 2008 +0200
1115
1116 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
1117
1118 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1119
1120commit 36241ca29d4804a1006fb3f26069effda5202581
1121Author: Anatolij Gustschin <agust@denx.de>
1122Date: Fri Aug 15 15:42:13 2008 +0200
1123
1124 85xx: socrates: Enable Lime support.
1125
1126 This patch adds Lime GDC support together with support for the PWM
1127 backlight control through the w83782d chip. The reset pin of the
1128 latter is attached to GPIO, so we need to reset it in
1129 early_board_init_r.
1130
1131 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1132
1133commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
1134Author: Detlev Zundel <dzu@denx.de>
1135Date: Fri Aug 15 15:42:12 2008 +0200
1136
1137 85xx: Socrates: Major code update.
1138
1139 - Update the local bus ranges in the FDT for Linux for the various
1140 devices connected to the local bus via chip-select.
1141
1142 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
1143 lower than 66 MHz and uses I/O accessor functions consequently.
1144
1145 - UPM data update.
1146
1147 - Update of default environment and configuration. Use I2C multibus
1148 as we do have two I2C buses. Also enable sdram and ext2 commands.
1149
1150 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
1151 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1152 Signed-off-by: Detlev Zundel <dzu@denx.de>
1153
8b9e4787
WD
1154commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
1155Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1156Date: Tue Sep 9 01:22:39 2008 +0200
1157
1158 disk-on-chip: remove duplicate doc_probe declaration
1159
1160 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1161
1162commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
1163Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1164Date: Tue Sep 9 00:59:40 2008 +0200
1165
1166 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
1167
1168 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1169
1170commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
1171Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1172Date: Tue Sep 9 00:59:39 2008 +0200
1173
1174 rs5c372: fix rtc_set prototype
1175
1176 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1177
1178commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
1179Author: Sergei Poselenov <sposelenov@emcraft.com>
1180Date: Thu Aug 14 14:08:28 2008 +0200
1181
1182 ARM: fix warning: target CPU does not support interworking
1183
1184 This patch fixes warnings like this:
1185
1186 start.S:0: warning: target CPU does not support interworking
1187
1188 which come from some ARM cross compilers and are caused by hard-coded
1189 (with "--with-cpu=arm9" configuration option) ARM targets (which
1190 support ARM Thumb instructions), while the ARM target selected from
1191 the command line (with "-march=armv4") doesn't support Thumb
1192 instructions.
1193
1194 This warning is issued by the compiler regardless of the real use of
1195 the Thumb instructions in code.
1196
1197 To fix this problem, we use options according to compiler version
1198 being used.
1199
1200 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1201 Signed-off-by: Wolfgang Denk <wd@denx.de>
1202
1203commit 4265c35fbcb248e58179007621d61d32d0b3b82a
1204Author: Sergei Poselenov <sposelenov@emcraft.com>
1205Date: Thu Aug 14 14:08:28 2008 +0200
1206
1207 ARM: Use do_div() instead of division for "long long".
1208
1209 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1210 Signed-off-by: Wolfgang Denk <wd@denx.de>
1211
f12e4549
WD
1212commit 8febd13c69cb68652577d1a9fcbde954bf784155
1213Author: Timur Tabi <timur@freescale.com>
1214Date: Fri Jul 18 16:52:23 2008 +0200
1215
1216 Update Freescale 85xx boards to sys_eeprom.c
1217
1218 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
1219 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
1220 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
1221 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
1222
1223 Signed-off-by: Timur Tabi <timur@freescale.com>
1224
8b9e4787
WD
1225commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
1226Author: Wolfgang Denk <wd@denx.de>
1227Date: Mon Sep 8 23:26:22 2008 +0200
1228
1229 lib_arm/bootm.c: fix compile warnings
1230
1231 bootm.c:128: warning: label 'error' defined but not used
1232 bootm.c:65: warning: unused variable 'ret'
1233
1234 Signed-off-by: Wolfgang Denk <wd@denx.de>
1235
1236commit 2e3c867d0a63c563a51e65b776973b008f16cec5
1237Author: Wolfgang Denk <wd@denx.de>
1238Date: Mon Sep 8 22:46:42 2008 +0200
1239
1240 ml507: fix out of tree build problem
1241
1242 Signed-off-by: Wolfgang Denk <wd@denx.de>
1243
1244commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
1245Author: Wolfgang Denk <wd@denx.de>
1246Date: Mon Sep 8 22:10:28 2008 +0200
1247
1248 common/cmd_bootm.c: fix printf() format warnings
1249
1250 Signed-off-by: Wolfgang Denk <wd@denx.de>
1251
1252commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
1253Author: Wolfgang Denk <wd@denx.de>
1254Date: Mon Sep 8 22:37:45 2008 +0200
1255
1256 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
1257
1258 missing doc_probe() prototype.
1259
1260 Signed-off-by: Wolfgang Denk <wd@denx.de>
1261
1262commit 2c5e3cc4994897d364b148942ff23e47783198f6
1263Author: Wolfgang Denk <wd@denx.de>
1264Date: Mon Sep 8 21:28:14 2008 +0200
1265
1266 mk48t59: fix compile problem introduced by commit d1e23194
1267
1268 Signed-off-by: Wolfgang Denk <wd@denx.de>
1269
1270commit 5ff889349d2ace13f10c9335e09365fcec8247cc
1271Author: Stefan Roese <sr@denx.de>
1272Date: Mon Sep 8 14:11:12 2008 +0200
1273
1274 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
1275
1276 This patch moves some 4xx specific prototypes out of include common.h
1277 to a ppc4xx specific header.
1278
1279 Signed-off-by: Stefan Roese <sr@denx.de>
1280
1281commit ac53ee8318678190bf3c68da477a84a657d86fb0
1282Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1283Date: Fri Sep 5 15:34:04 2008 +0200
1284
1285 ppc4xx: Update CPCI405(AB) configuration
1286
1287 This patch add FDT support and command line editing capabilities
1288 for CPCI405 and CPCI405AB boards.
1289
1290 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1291 Signed-off-by: Stefan Roese <sr@denx.de>
1292
1293commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
1294Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1295Date: Fri Sep 5 15:34:03 2008 +0200
1296
1297 ppc4xx: Cleanup CPCI405 linker script
1298
1299 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1300 Signed-off-by: Stefan Roese <sr@denx.de>
1301
1302commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
1303Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1304Date: Fri Sep 5 15:34:02 2008 +0200
1305
1306 ppc4xx: Update CPCI405 variants handling
1307
1308 This patch replaces the BOARD_REVISION variable in include/config.mk
1309 by a using a temporary include file in the platform directory.
1310
1311 The former way does not work anymore and the latter is also used by
1312 some other boards.
1313
1314 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1315 Signed-off-by: Stefan Roese <sr@denx.de>
1316
1317commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
1318Author: Stefan Roese <sr@denx.de>
1319Date: Mon Sep 8 10:01:48 2008 +0200
1320
1321 ppc4xx: Remove CONFIG_CS8952_PHY define
1322
1323 Since this define is only used on one board that was never really in
1324 production, removing this compile time option doesn't hurt and makes
1325 the code more readable.
1326
1327 Signed-off-by: Stefan Roese <sr@denx.de>
1328
1329commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
1330Author: Stefan Roese <sr@denx.de>
1331Date: Fri Sep 5 14:11:40 2008 +0200
1332
1333 ppc4xx: Fix compilation warning for PIP405
1334
1335 This patch fixes a compilation warning for the PIP405 board. It moves the
1336 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
1337 occur anymore. I am a little unsure if this #ifdef is at the correct
1338 place now or if it could be removed completely. This needs to get
1339 tested on the PIP405 board.
1340
1341 Signed-off-by: Stefan Roese <sr@denx.de>
1342
1343commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
1344Author: Stefan Roese <sr@denx.de>
1345Date: Fri Sep 5 14:09:09 2008 +0200
1346
1347 ppc4xx: Fix compilation warning for canyonlands & glacier
1348
1349 Signed-off-by: Stefan Roese <sr@denx.de>
1350
1351commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
1352Author: Kumar Gala <galak@kernel.crashing.org>
1353Date: Fri Sep 5 14:40:29 2008 -0500
1354
1355 Fix compiler warning in mpc8xxx ddr code
1356
1357 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
1358 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
1359 ctrl_regs.c:523: note: 'caslat' was declared here
1360
1361 Add a warning in DDR1 case if cas_latency isn't a value we know about.
1362
1363 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1364 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1365
1366commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
1367Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1368Date: Mon Sep 1 23:06:23 2008 +0200
1369
1370 rtc: allow rtc_set to return an error and use it in cmd_date
1371
1372 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1373
1374commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
1375Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1376Date: Mon Sep 1 01:16:33 2008 +0200
1377
1378 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
1379
1380 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1381
1382commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
1383Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1384Date: Sun Aug 31 05:37:04 2008 +0900
1385
1386 config.mk: Move arch-specific condition to $(ARCH)_config.mk
1387
1388 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1389
1390commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
1391Author: Kumar Gala <galak@kernel.crashing.org>
1392Date: Fri Aug 29 19:08:29 2008 -0500
1393
1394 Prevent crash if random/invalid ramdisks are passed to bootm
1395
1396 Adds returning an error from the ramdisk detection code if
1397 its not a real ramdisk (invalid). There is no reason we can't
1398 just return back to the console if we detect an invalid
1399 ramdisk or CRC error.
1400
1401 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1402
1403commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
1404Author: Anatolij Gustschin <agust@denx.de>
1405Date: Fri Aug 29 21:04:45 2008 +0200
1406
1407 Prevent crash if random DTB address is passed to bootm
1408
1409 This patch adds bootm_start() return value check. If
1410 error status is returned, we do not proceed further to
1411 prevent board reset or crash as we still can recover
1412 at this point.
1413
1414 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1415
1416commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
1417Author: Andrew Dyer <adyer@righthandtech.com>
1418Date: Fri Aug 29 12:30:39 2008 -0500
1419
1420 clean up some #if !defined() in drivers/video/cfb_console.c
1421
1422 rearrange some #if !defined() / #else / #endif statements to remove
1423 the negative logic.
1424
1425 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
1426
1427commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
1428Author: Kyungmin Park <kmpark@infradead.org>
1429Date: Fri Aug 29 09:02:20 2008 +0900
1430
1431 apollon: use the last memory area for u-boot
1432
1433 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1434
1435commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
1436Author: Heiko Schocher <hs@denx.de>
1437Date: Thu Aug 28 13:50:42 2008 +0200
1438
1439 TQM8272: move NAND part in seperate File
1440
1441 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
1442 because I have no longer access to the hardware.
1443
1444 Signed-off-by: Heiko Schocher <hs@denx.de>
1445
1446commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
1447Author: Heiko Schocher <hs@denx.de>
1448Date: Thu Aug 28 13:48:36 2008 +0200
1449
1450 TQM8272: Fix compiling error for the TQM8272 board.
1451
1452 Fix compile problems caused by
1453 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
1454
1455 Signed-off-by: Heiko Schocher <hs@denx.de>
1456
1457commit 1a7f8ccec981648ccd38fca2535490582eee08e6
1458Author: Kyungmin Park <kmpark@infradead.org>
1459Date: Wed Aug 27 14:45:20 2008 +0900
1460
1461 Add JFFS2 command support on OneNAND
1462
1463 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1464
1465commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
1466Author: Mark Jackson <mpfj@mimc.co.uk>
1467Date: Mon Aug 25 19:21:30 2008 +0100
1468
1469 Allow console input to be disabled
1470
1471 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
1472
1473 When CONFIG_DISABLE_CONSOLE is defined, setting
1474 GD_FLG_DISABLE_CONSOLE disables all console input and output.
1475
1476 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
1477
1478commit 2b22d608f370565c87f55928b524207031419c11
1479Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1480Date: Wed Jul 30 12:39:29 2008 +0200
1481
1482 loads: allow negative offsets
1483
1484 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1485
1486commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
1487Author: Yuri Tikhonov <yur@emcraft.com>
1488Date: Thu Sep 4 11:19:05 2008 +0200
1489
1490 USB EHCI: reset root hub
1491
1492 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
1493 resetting only via EHCI registers. So, this patch adds the
1494 corresponding kind of reset to OHCI's hc_reset() if the newly
1495 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
1496 board).
1497
1498 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1499 Acked-by: Markus Klotzbuecher <mk@denx.de>
1500
1501commit 5875d358f025c1b042d8a0f08384b756de7256c9
1502Author: Yuri Tikhonov <yur@emcraft.com>
1503Date: Fri Aug 15 15:42:09 2008 +0200
1504
1505 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
1506
1507 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1508
1509commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
1510Author: Stefan Roese <sr@denx.de>
1511Date: Fri Sep 5 10:47:46 2008 +0200
1512
1513 devices: Use list_add_tail() instead of list_add() to register a device
1514
1515 This patch fixes a problem spotted on Glacier/Canyonlands (and most
1516 likely lots of other board ports), that no serial output was seen
1517 after console initialization in console_init_r(). This is because the
1518 last added console device was used instead of the first added.
1519
1520 This patch fixes this problem by using list_add_tail() instead of
1521 list_add() to register a device. This way the first added console
1522 is used again.
1523
1524 Signed-off-by: Stefan Roese <sr@denx.de>
1525
1526commit 78d78236896d62bb8ca7302af38d8f1493eb2651
1527Author: Victor Gallardo <vgallardo@amcc.com>
1528Date: Thu Sep 4 23:49:36 2008 -0700
1529
1530 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
1531
1532 This patch adds GPCS, SGMII and M88E1112 PHY support
1533 for the AMCC PPC460GT/EX processors.
1534
1535 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
1536 Signed-off-by: Stefan Roese <sr@denx.de>
1537
1538commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
1539Author: Adam Graham <agraham@amcc.com>
1540Date: Wed Sep 3 12:26:59 2008 -0700
1541
1542 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
1543
1544 Signed-off-by: Adam Graham <agraham@amcc.com>
1545 Signed-off-by: Stefan Roese <sr@denx.de>
1546
1547commit 075d0b81e896e8735ae26372cd384f87cbd24e41
1548Author: Adam Graham <agraham@amcc.com>
1549Date: Wed Sep 3 12:26:28 2008 -0700
1550
1551 ppc4xx: IBM Memory Controller DDR autocalibration routines
1552
1553 Alternate SDRAM DDR autocalibration routine that can be generically used
1554 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
1555 support of more DIMM/memory chip vendors and gets the DDR autocalibration
1556 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
1557
1558 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
1559 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
1560 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
1561 lot longer to run than Method_B. Method_B executes in the same amount of time
1562 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
1563 Normally Method_B is used and it is set as the default method.
1564
1565 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
1566 Controller registers.[bit-field]:
1567 1) SDRAM0_RQDC.[RQFD]
1568 2) SDRAM0_RFDC.[RFFD]
1569
1570 This alternate PPC4xx DDR autocalibration code calibrates the following
1571 IBM SDRAM Controller registers.[bit-field]:
1572
1573 1) SDRAM0_WRDTR.[WDTR]
1574 2) SDRAM0_CLKTR.[CKTR]
1575 3) SDRAM0_RQDC.[RQFD]
1576 4) SDRAM0_RFDC.[RFFD]
1577
1578 and will also use the calibrated settings of the above four registers that
1579 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
1580 register.[bit-field].
1581
1582 Signed-off-by: Adam Graham <agraham@amcc.com>
1583 Signed-off-by: Stefan Roese <sr@denx.de>
1584
1585commit e07f4a8033b6270b8103049adb6456f660ff4a89
1586Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1587Date: Mon Sep 1 13:09:39 2008 -0400
1588
1589 ppc44x: Unification of virtex5 pp440 boards
1590
1591 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
1592
1593 It unificates 3 different things:
1594
1595 1) Source code
1596 A new board called ppc440-generic has been created. This board includes
1597 a generic tlb initialization (Maps the whole memory into virtual) and
1598 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
1599 so, they can be replaced by specific functions.
1600
1601 If a new board needs to redefine any of the previous functions
1602 (specific initialization) it can create a new directory with the
1603 specific initializations needed. (see the example ml507 board).
1604
1605 2) Configuration file
1606 Common configurations are located under configs/xilinx-ppc440.h, this
1607 header file interpretes the xparameters file generated by EDK and
1608 configurates u-boot in correspondence. Example: if there is a Temac,
1609 allows CMD_CONFIG_NET
1610 Specific configuration are located under specific configuration file.
1611 (see the example ml507 board)
1612
1613 3) Makefile
1614 Some work has been done in order to not duplicate work in the Main
1615 Makefile. Please see the attached code.
1616
1617 In order to support new boards they can be implemented in the next way:
1618
1619 a) Simple Generic Board (90% of the time)
1620 Using EDK generates a new xparameters.h file, replace
1621 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
1622 && make
1623
1624 b) Simple Boards with special u-boot parameters (9 % of the time)
1625 Create a new file under configs for it (use ml507.h as example) and
1626 change your paramaters. Create a new Makefile paragraph and compile
1627
1628 c) Complex boards (1% of the time)
1629 Create a new folder for the board, like the ml507
1630
1631 Finally, it adds support for the Avnet FX30T Evaluation board, following
1632 the new generic structure:
1633
1634 Cheap board by Avnet for evaluating the Virtex5 FX technology.
1635
1636 This patch adds support for:
1637 - UartLite
1638 - 16MB Flash
1639 - 64MB RAM
1640
1641 Prior using U-boot in this board, read carefully the ERRATA by Avnet
1642 to solve some memory initialization issues.
1643
1644 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
1645 Signed-off-by: Stefan Roese <sr@denx.de>
1646
1647commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
1648Author: Nick Spence <nick.spence@freescale.com>
1649Date: Tue Sep 2 15:21:16 2008 -0500
1650
1651 mpc83xx: fix mpc8313 in-tree building with NAND
1652
1653 and add mpc8313 NAND build to MAKEALL
1654
1655 Signed-off-by: Nick Spence <nick.spence@freescale.com>
1656 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1657
1658commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
1659Author: Nick Spence <nick.spence@freescale.com>
1660Date: Thu Aug 28 14:09:25 2008 -0700
1661
1662 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
1663
1664 Cleans up some latent issues with the data cache control so that
1665 dcache_enable() and dcache_disable() will work reliably (after
1666 unlock_ram_in_cache() has been called)
1667
1668 Signed-off-by: Nick Spence <nick.spence@freescale.com>
1669 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1670
1671commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
1672Author: Nick Spence <nick.spence@freescale.com>
1673Date: Thu Aug 28 14:09:19 2008 -0700
1674
1675 mpc83xx: Store and display Arbiter Event Register values
1676
1677 Record the Arbiter Event Register values and optionally display them.
1678
1679 The Arbiter Event Register can record the type and effective address of
1680 an arbiter error, even through an HRESET. This patch stores the values in
1681 the global data structure.
1682
1683 Display of the Arbiter Event registers immediately after the RSR value
1684 can be enabled with defines. The Arbiter values will only be displayed
1685 if an arbiter event has occured since the last Power On Reset, and either
1686 of the following defines exist:
1687 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
1688 and type register values
1689 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
1690 event register values
1691
1692 Address Only transactions are one of the trapped events that can register
1693 as an arbiter event. They occur with some cache manipulation instructions
1694 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
1695 has the MEMORY_COHERENCE WIMG bit set. Setting:
1696 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
1697 only events, so that it can still capture
1698 other real problems.
1699
1700 Signed-off-by: Nick Spence <nick.spence@freescale.com>
1701 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1702
1703commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
1704Author: Nick Spence <nick.spence@freescale.com>
1705Date: Thu Aug 28 14:09:11 2008 -0700
1706
1707 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
1708
1709 This is needed in unlock_ram_in_cache() because it is called from C and
1710 will corrupt the small data area anchor that is kept in R2.
1711
1712 lock_ram_in_cache() is modified similarly as good coding practice, but
1713 is not called from C.
1714
1715 Signed-off-by: Nick Spence <nick.spence@freescale.com>
1716 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1717
1718commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
1719Author: Nick Spence <nick.spence@freescale.com>
1720Date: Fri Aug 22 23:52:50 2008 -0700
1721
1722 MPC83XX: Fix GPIO configuration - set gpio level before direction
1723
1724 Set DAT value before DIR values to avoid creating glitches on the
1725 GPIO signals.
1726
1727 Set gpio level register before direction register to inhibit
1728 glitches on high level output pins.
1729
1730 Dir and data gets cleared at powerup, so high level output lines see
1731 a short low pulse between setting the direction and level registers.
1732
1733 Issue was seen on a new board with the nReset line of the NOR flash
1734 connected to a GPIO. Setting the direction register puts the NOR flash
1735 in reset so the next instruction to set the level cannot get executed.
1736
1737 Signed-off-by: Nick Spence <nick.spence@freescale.com>
1738 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
1739 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1740
1741commit 7007c5975ee900ad70983b0681d3251e221f8321
1742Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1743Date: Tue Sep 2 02:58:32 2008 +0200
1744
1745 doc/qemu_mips: add doc howto debug u-boot with gdb
1746
1747 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1748
1749commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
1750Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1751Date: Wed Sep 3 17:15:45 2008 +0200
1752
1753 ppx4xx: Fix broken DASA_SIM board
1754
1755 This patch adds initdram() to DASA_SIM boards that has been
1756 removed accidentally by a previous commit.
1757
1758 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1759 Signed-off-by: Stefan Roese <sr@denx.de>
1760
1761commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
1762Author: Stefan Roese <sr@denx.de>
1763Date: Mon Sep 1 08:35:37 2008 +0200
1764
1765 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
1766
1767 This patch removes some direct references to common/lists.o from some
1768 esd linker scripts. This is necessary because the lists source was moved
1769 and is not in the "common" directory anymore.
1770
1771 Signed-off-by: Stefan Roese <sr@denx.de>
1772
1773commit 97b0734d65f8a0b03df0a335a2addc759da56107
1774Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1775Date: Tue Sep 2 16:33:05 2008 +0200
1776
1777 ppc4xx: Remove obsolete or unused functions from some esd boards
1778
1779 This patch removes initdram() and testdram() from most esd 405 platforms.
1780 Some boards also have an empty dummy implementation of
1781 misc_init_f(). This is also removed.
1782
1783 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1784 Signed-off-by: Stefan Roese <sr@denx.de>
1785
1786commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
1787Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1788Date: Tue Sep 2 15:07:54 2008 +0200
1789
1790 ppc4xx: Update VOM405 board configuration
1791
1792 - remove PCI code
1793 - add command line editing
1794 - minor cleanup
1795
1796 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1797 Signed-off-by: Stefan Roese <sr@denx.de>
1798
1799commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
1800Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1801Date: Tue Sep 2 15:07:53 2008 +0200
1802
1803 ppc4xx: Remove obsolete initdram() function from VOM405 board
1804
1805 This patch removed the obsolete initdram() function from
1806 VOM405 platform file.
1807
1808 Some minor cleanup.
1809
1810 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1811 Signed-off-by: Stefan Roese <sr@denx.de>
1812
1813commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
1814Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1815Date: Tue Sep 2 15:07:52 2008 +0200
1816
1817 ppc4xx: Cleanup VOM405 linker script
1818
1819 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1820 Signed-off-by: Stefan Roese <sr@denx.de>
1821
1822commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
1823Author: Matthias Fuchs <mf@esd.eu>
1824Date: Tue Sep 2 15:07:51 2008 +0200
1825
1826 ppc4xx: Add fdt support for VOM405 boards
1827
1828 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1829 Signed-off-by: Stefan Roese <sr@denx.de>
1830
1831commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
1832Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1833Date: Tue Sep 2 11:36:14 2008 +0200
1834
1835 ppc4xx: Coding style cleanup
1836
1837 Wrap long lines etc.
1838
1839 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1840 Signed-off-by: Stefan Roese <sr@denx.de>
1841
1842commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
1843Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1844Date: Tue Sep 2 11:35:56 2008 +0200
1845
1846 ppc4xx: Enable USB on PLU405 boards
1847
1848 This patch enables the PCI-OHCI controller on PLU405 board.
1849
1850 Also the default CPU frequency is updated to 266 MHz and
1851 command line editing is enabled.
1852
1853 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1854 Signed-off-by: Stefan Roese <sr@denx.de>
1855
1856commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
1857Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1858Date: Tue Sep 2 11:35:35 2008 +0200
1859
1860 ppc4xx: Cleanup PLU405 platform file
1861
1862 This patch
1863 - wraps some long lines
1864 - removes unused/obsolete functions: misc_init_f() and initdram()
1865
1866 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1867 Signed-off-by: Stefan Roese <sr@denx.de>
1868
1869commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
1870Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1871Date: Tue Sep 2 11:35:04 2008 +0200
1872
1873 ppc4xx: Cleanup PLU405 linker script
1874
1875 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1876 Signed-off-by: Stefan Roese <sr@denx.de>
1877
1878commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
1879Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1880Date: Tue Sep 2 11:34:36 2008 +0200
1881
1882 ppc4xx: Add fdt support for PLU405 boards
1883
1884 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1885 Signed-off-by: Stefan Roese <sr@denx.de>
1886
1887commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
1888Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1889Date: Tue Sep 2 11:34:08 2008 +0200
1890
1891 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
1892
1893 Signed-off-by: Matthias Fuchs <mf@esd.eu>
1894 Signed-off-by: Stefan Roese <sr@denx.de>
1895
1896commit be1b0d2777e179191a57b138b660547a17e55aad
1897Author: Jochen Friedrich <jochen@scram.de>
1898Date: Tue Sep 2 11:24:59 2008 +0200
1899
1900 Don't tftp to unknown flash
1901
1902 If a board has a variable number of flash banks, there are empty entries
1903 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
1904 "Outside available Flash". This patch skips flash banks with unknown
1905 flash ids.
1906
1907 Signed-off-by: Jochen Friedrich <jochen@scram.de>
1908 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1909
1910commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
1911Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1912Date: Thu Aug 28 13:40:44 2008 +0900
1913
1914 net: smc911x: Add pkt_data_pull and pkt_data_push function
1915
1916 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
1917 Byte-swapping is necessary, and so poor performance is inevitable.
1918 This problem cannot evade by the swap function of CHIP, this can
1919 evade by software Byte-swapping.
1920 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
1921 functions necessary to solve this problem.
1922
1923 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1924 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1925
1926commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
1927Author: Ben Warren <biggerbadderben@gmail.com>
1928Date: Sun Aug 31 20:37:00 2008 -0700
1929
1930 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
1931
1932 Affected boards:
1933 db64360
1934 db64460
1935 katmai
1936 taihu
1937 taishan
1938 yucca
1939 cpc45
1940 cpu87
1941 eXalion
1942 elppc
1943 debris
1944 kvme080
1945 mpc8315erdb
1946 integratorap
1947 ixdp425
1948 oxc
1949 pm826
1950 pm828
1951 pm854
1952 pm856
1953 ppmc7xx
1954 sc3
1955 sc520_spunk
1956 sorcery
1957 tqm8272
1958 tqm85xx
1959 utx8245
1960
1961 Removed initialization of the driver from net/eth.c
1962 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
1963
1964 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1965
1966commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
1967Author: Ben Warren <biggerbadderben@gmail.com>
1968Date: Sun Aug 31 10:45:44 2008 -0700
1969
1970 Moved initialization of TULIP Ethernet controller to board_eth_init()
1971
1972 Affected boards:
1973 cu824
1974 bab7xx
1975 adciop
1976 dasa_sim
1977 mousse
1978 mpc8540eval
1979 musenki
1980 mvblue
1981 pcippc2/pcippc6
1982 sbc8240
1983 stxssa
1984
1985 Removed initialization of the driver from net/eth.c
1986
1987 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1988
1989commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
1990Author: Ben Warren <biggerbadderben@gmail.com>
1991Date: Sun Aug 31 10:44:19 2008 -0700
1992
1993 Moved initialization of E1000 Ethernet controller to board_eth_init()
1994
1995 Affected boards:
1996 ap1000
1997 mvbc_p
1998 PM854
1999
2000 Removed initialization of the driver from net/eth.c
2001
2002 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2003
2004commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
2005Author: Ben Warren <biggerbadderben@gmail.com>
2006Date: Sun Aug 31 10:40:51 2008 -0700
2007
2008 Moved initialization of plb2800 Ethernet driver to board_eth_init
2009
2010 Affected boards:
2011 purple
2012
2013 Removed initialization of controller from net/eth.c
2014
2015 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2016
2017commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
2018Author: Ben Warren <biggerbadderben@gmail.com>
2019Date: Sun Aug 31 10:39:12 2008 -0700
2020
2021 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
2022
2023 Modified board_eth_init() functions of boards that have this FEC in addition
2024 to other Ethernet controllers.
2025
2026 Affected boards:
2027 bc3450
2028 icecube
2029 mvbc_p
2030 o2dnt
2031 pm520
2032 total5200
2033 tq5200
2034
2035 Removed initialization of controller from net/eth.c
2036
2037 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2038
2039commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
2040Author: Ben Warren <biggerbadderben@gmail.com>
2041Date: Sun Aug 31 10:36:38 2008 -0700
2042
2043 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
2044
2045 Added a cpu_eth_init() function to MPC512x CPU directory and
2046 removed code from net/eth.c
2047
2048 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2049
2050commit 8218bd2aa68820b878a8413493ae17fd8d21f944
2051Author: Ben Warren <biggerbadderben@gmail.com>
2052Date: Sun Aug 31 10:16:59 2008 -0700
2053
2054 Moved initialization of IncaIP Ethernet controller to board_eth_init
2055
2056 Affected boards:
2057 IncaIP
2058
2059 Removed initialization of the driver from net/eth.c
2060
2061 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2062
2063commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
2064Author: Ben Warren <biggerbadderben@gmail.com>
2065Date: Sun Aug 31 10:15:26 2008 -0700
2066
2067 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
2068
2069 Affected boards:
2070 AmigaOneG3SE
2071
2072 Removed initialization of the driver from net/eth.c
2073
2074 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2075
2076commit 6aca145e067efe75398e9fac97822bd3700de0b2
2077Author: Ben Warren <biggerbadderben@gmail.com>
2078Date: Sun Aug 31 10:13:34 2008 -0700
2079
2080 Moved initialization of GT6426x Ethernet controller to board_eth_init()
2081
2082 Affected boards:
2083 EVB64260
2084 P3G4
2085 ZUMA
2086
2087 Removed initialization of the driver from net/eth.c
2088
2089 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2090
2091commit e3090534d62045dcb73f5392bacc64a4e8e443dc
2092Author: Ben Warren <biggerbadderben@gmail.com>
2093Date: Sun Aug 31 10:08:43 2008 -0700
2094
2095 Moved initialization of PCNET Ethernet controller to board_eth_init()
2096
2097 Affected boards:
2098 PN62
2099 sc520_cdp
2100
2101 Removed initialization of the driver from net/eth.c
2102
2103 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2104
2105commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
2106Author: Ben Warren <biggerbadderben@gmail.com>
2107Date: Sun Aug 31 10:07:16 2008 -0700
2108
2109 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
2110
2111 Affected boards:
2112 a3000
2113
2114 Removed initialization of the driver from net/eth.c
2115
2116 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2117
2118commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
2119Author: Ben Warren <biggerbadderben@gmail.com>
2120Date: Sun Aug 31 10:03:22 2008 -0700
2121
2122 Moved initialization of NS8382X Ethernet controller to board_eth_init()
2123
2124 Affected boards:
2125 bc3450
2126 cpci5200
2127 mecp5200
2128 pf2000
2129 icecube
2130 o2dnt
2131 pm520
2132 sandpoint8245
2133 total5200
2134 tqm5200
2135
2136 Removed initialization of the driver from net/eth.c
2137
2138 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2139
2140commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
2141Author: Ben Warren <biggerbadderben@gmail.com>
2142Date: Sun Aug 31 09:59:33 2008 -0700
2143
2144 Moved initialization of TSI108 Ethernet controller to board_eth_init()
2145
2146 Affected boards:
2147 mpc7448hpc2
2148
2149 Removed initialization of the driver from net/eth.c
2150
2151 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2152
2153commit 0b252f50ae218ae15bfb63af44227972686ebc56
2154Author: Ben Warren <biggerbadderben@gmail.com>
2155Date: Sun Aug 31 21:41:08 2008 -0700
2156
2157 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
2158
2159 Affected boards:
2160 hidden_dragon
2161 MPC8544DS
2162 MPC8610HPCN
2163 R2DPLUS
2164 TB0229
2165
2166 Removed initialization of the driver from net/eth.c
2167
2168 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2169
2170commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
2171Author: Ben Warren <biggerbadderben@gmail.com>
2172Date: Sun Aug 31 09:49:42 2008 -0700
2173
2174 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
2175
2176 Affected boards:
2177 linkstation
2178 r7780mp
2179
2180 Removed initialization of the driver from net/eth.c
2181
2182 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2183
2184commit 3ae071e44256144d6c1e3febb65f6c56bd433769
2185Author: Ben Warren <biggerbadderben@gmail.com>
2186Date: Tue Aug 12 22:11:53 2008 -0700
2187
2188 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
2189
2190 Removed at91sam9_eth_initialize() from net/eth.c
2191
2192 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2193
2194commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
2195Author: Ben Warren <biggerbadderben@gmail.com>
2196Date: Sun Aug 31 22:22:04 2008 -0700
2197
2198 Introduce netdev.h header file and remove externs
2199
2200 This addresses all drivers whose initializers have already
2201 been moved to board_eth_init()/cpu_eth_init().
2202
2203 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2204
2205commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
2206Author: Andy Fleming <afleming@freescale.com>
2207Date: Sun Aug 31 16:33:30 2008 -0500
2208
2209 Add pixis_set_sgmii command
2210
2211 The 8544DS and 8572DS platforms support an optional SGMII riser card to
2212 expose ethernet over an SGMII interface. Once the card is in, it is also
2213 necessary to configure the board such that it uses the card, rather than
2214 the on-board ethernet ports. This can either be done by flipping dip switches
2215 on the motherboard, or by modifying registers in the pixis. Either way
2216 requires a reboot.
2217
2218 This adds a command to allow users to choose which ports are routed through
2219 the SGMII card, and which through the onboard ports. It also allows users
2220 to revert to the current switch settings.
2221
2222 This code does not work on the 8572, as the PIXIS is different.
2223
2224 Signed-off-by: Andy Fleming <afleming@freescale.com>
2225 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2226
2227commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
2228Author: Andy Fleming <afleming@freescale.com>
2229Date: Sun Aug 31 16:33:29 2008 -0500
2230
2231 Add SGMII support for the 8544 DS
2232
2233 The 8544 DS has an optional SGMII Riser card, which uses different PHY
2234 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
2235 setup code if so.
2236
2237 Signed-off-by: Andy Fleming <afleming@freescale.com>
2238 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2239
2240commit 652f7c2eef76a1340928bd660845441e932d86a2
2241Author: Andy Fleming <afleming@freescale.com>
2242Date: Sun Aug 31 16:33:28 2008 -0500
2243
2244 Add support for Freescale SGMII Riser Card
2245
2246 The 8544DS and 8572DS systems have an optional SGMII riser card which
2247 exposes new ethernet ports which are connected to the eTSECs via an
2248 SGMII interface. The SGMII PHYs for this board are offset from the standard
2249 PHY addresses, so this code modifies the passed in tsec_info structure to
2250 use the SGMII PHYs on the card, instead.
2251
2252 Signed-off-by: Andy Fleming <afleming@freescale.com>
2253 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2254
2255commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
2256Author: Andy Fleming <afleming@freescale.com>
2257Date: Sun Aug 31 16:33:27 2008 -0500
2258
2259 Add SGMII support to the tsec
2260
2261 Adds support for configuring the TBI to talk properly with the SerDes.
2262
2263 Signed-off-by: Andy Fleming <afleming@freescale.com>
2264 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2265
2266commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
2267Author: Andy Fleming <afleming@freescale.com>
2268Date: Sun Aug 31 16:33:26 2008 -0500
2269
2270 Pass in tsec_info struct through tsec_initialize
2271
2272 The tsec driver contains a hard-coded array of configuration information
2273 for the tsec ethernet controllers. We create a default function that works
2274 for most tsecs, and allow that to be overridden by board code. It creates
2275 an array of tsec_info structures, which are then parsed by the corresponding
2276 driver instance to determine configuration. Also, add regs, miiregs, and
2277 devname fields to the tsec_info structure, so that we don't need the kludgy
2278 "index" parameter.
2279
2280 Signed-off-by: Andy Fleming <afleming@freescale.com>
2281 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2282
2283commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
2284Author: Andy Fleming <afleming@freescale.com>
2285Date: Sun Aug 31 16:33:25 2008 -0500
2286
2287 tsec: Move tsec.h to include/
2288
2289 This is to prepare the way for board code passing in the tsec_info structure
2290
2291 Signed-off-by: Andy Fleming <afleming@freescale.com>
2292 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2293
2294commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
2295Author: Sergei Poselenov <sposelenov@emcraft.com>
2296Date: Fri Jun 6 15:52:44 2008 +0200
2297
2298 PHY: Add support for the M88E1121R Marvell chip.
2299
2300 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2301 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2302 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2303
2304commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
2305Author: Wolfgang Denk <wd@denx.de>
2306Date: Tue Sep 2 21:17:36 2008 +0200
2307
2308 fw_env.c: fix build problems with MTD_VERSION=old
2309
2310 (as needed to support old 2.4 Linux kernel based releases)
2311
2312 Signed-off-by: Wolfgang Denk <wd@denx.de>
2313
2314commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
2315Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2316Date: Mon Sep 1 17:11:26 2008 +0200
2317
2318 device: make device_register() clone the device
2319
2320 This is expected by the callers, but this fact was hidden well within
2321 the old list implementation.
2322
2323 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2324
2325commit c75e772a2f061a508bba28ded1b5bea91f0442b0
2326Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2327Date: Sun Aug 31 23:28:15 2008 +0900
2328
2329 sh: Remove CC line from board's Makefile
2330
2331 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2332
2333commit 468eae0660de6fdfd9999944c536ecc4797bd944
2334Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2335Date: Sun Aug 31 23:25:57 2008 +0900
2336
2337 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
2338
2339 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2340
2341commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
2342Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2343Date: Thu Aug 28 14:50:52 2008 +0900
2344
2345 sh: Add support sh2 to MAKEALL
2346
2347 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2348 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2349
2350commit 6f3d8bb5faa12dbf3031382286784c978df038ee
2351Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2352Date: Thu Aug 28 14:52:23 2008 +0900
2353
2354 sh: Fix compile error rsk7203 board
2355
2356 This boards used old type preprocessor.
2357 This patch fix compile error.
2358
2359 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2360 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2361
2362commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
2363Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2364Date: Thu Aug 28 14:53:31 2008 +0900
2365
2366 sh: Fix compile error sh7785lcr board
2367
2368 This boards used old type preprocessor.
2369 This patch fix compile error.
2370
2371 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2372 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2373
2374commit 6f0da4972e48f99d37bc522814940a6022cd3084
2375Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2376Date: Fri Aug 22 17:39:09 2008 +0900
2377
2378 sh: Renesas Solutions AP325RXA board support
2379
2380 AP325RXA is SH7723's reference board.
2381 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
2382 In this patch, support SCIF, NOR Flash, and Ethernet.
2383
2384 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2385 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2386
2387commit ab09f433b50bb83b5e440c335bc3839ee069e534
2388Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2389Date: Fri Aug 22 17:48:51 2008 +0900
2390
2391 sh: add support Renesas SH7723
2392
2393 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
2394 This patch supports CPU register's header file and SCIF serial driver.
2395
2396 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2397 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2398
2399commit c655fad06ba3fb042dbc667724a40e1a9a091248
2400Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2401Date: Sun Aug 31 23:02:04 2008 +0900
2402
2403 sh: Renesas RSK+ 7203 board support
2404
2405 This adds initial support for the RTE RSK+ SH7203 board.
2406
2407 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2408 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2409
2410commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
2411Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2412Date: Thu Jul 3 23:11:02 2008 +0900
2413
2414 sh: Add support Renesas SH7203 processor
2415
2416 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2417 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2418
2419commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
2420Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2421Date: Sun Aug 31 22:48:33 2008 +0900
2422
2423 sh: Add support SH2/SH2A which is CPU of Renesas Technology
2424
2425 Add support SH2/SH2A basic function.
2426
2427 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2428 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2429
2430commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
2431Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2432Date: Sun Aug 31 22:45:08 2008 +0900
2433
2434 sh: Renesas R0P7785LC0011RL board support
2435
2436 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
2437 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
2438
2439 This patch supports the following functions:
2440 - 128MB DDR2-SDRAM (29-bit address mode only)
2441 - NOR Flash
2442 - USB host
2443 - Ethernet
2444
2445 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
2446 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2447
2448commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
2449Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
2450Date: Thu Jul 10 19:32:53 2008 +0900
2451
2452 sh: add support for SH7785
2453
2454 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
2455 This patch supports CPU register's header file.
2456
2457 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
2458 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2459
2460commit d6e04258be8f2408845468d3cf722a4cf0433445
2461Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2462Date: Sun Aug 31 04:45:42 2008 +0200
2463
2464 davinci: fix remaining dm644x_eth
2465
2466 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2467
2468commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
2469Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2470Date: Sun Aug 31 04:24:56 2008 +0200
2471
2472 fs: Move conditional compilation to Makefile
2473
2474 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2475
2476commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
2477Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2478Date: Sun Aug 31 04:24:55 2008 +0200
2479
2480 devices: merge to list_head
2481
2482 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2483
2484commit ef0255fc75f28655f9681422079287d68a14dbaa
2485Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2486Date: Sun Aug 31 04:24:51 2008 +0200
2487
2488 update linux/list
2489
2490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2491
2492commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
2493Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2494Date: Sun Aug 31 00:39:48 2008 +0200
2495
2496 smdk6400: add gitignore
2497
2498 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2499
2500commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
2501Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2502Date: Sun Aug 31 00:39:48 2008 +0200
2503
2504 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
2505
2506 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2507
2508commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
2509Author: Guennadi Liakhovetski <lg@denx.de>
2510Date: Sun Aug 31 00:39:47 2008 +0200
2511
2512 smdk6400: remove redundant bootargs definition
2513
2514 Double bootargs setting leads to a duplicated environmant entry.
2515
2516 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2517
2518commit 11edcfe260f20dcea79284a3e95270989d433854
2519Author: Guennadi Liakhovetski <lg@denx.de>
2520Date: Sun Aug 31 00:39:47 2008 +0200
2521
2522 ARM: Add support for S3C6400 based SMDK6400 board
2523
2524 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
2525 driver for it too. The board can also boot from the NOR flash, but due to
2526 hardware limitations it can only address 64KiB on it, which is not enough
2527 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
2528
2529 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2530
2531commit e0056b341069796eaea11eae0fc8eb93a3dceaac
2532Author: Guennadi Liakhovetski <lg@denx.de>
2533Date: Sun Aug 31 00:39:47 2008 +0200
2534
2535 NAND: add NAND driver for S3C64XX
2536
2537 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
2538
2539 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2540
2541commit 3fe7b589f9c7463df39056f8872006a67f56a91c
2542Author: Guennadi Liakhovetski <lg@denx.de>
2543Date: Sun Aug 31 00:39:47 2008 +0200
2544
2545 S3C64XX: remove broken HWFLOW support from the serial driver
2546
2547 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
2548 broken and currently unused. Remove it.
2549
2550 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2551
2552commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
2553Author: Guennadi Liakhovetski <lg@denx.de>
2554Date: Sun Aug 31 00:39:47 2008 +0200
2555
2556 serial: add S3C64XX serial driver
2557
2558 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
2559
2560 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2561
2562commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
2563Author: Guennadi Liakhovetski <lg@denx.de>
2564Date: Sun Aug 31 00:39:46 2008 +0200
2565
2566 USB: Add support for OHCI controller on S3C6400
2567
2568 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
2569 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
2570 it should work too and we could still profit from instruction cache.
2571
2572 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2573
2574commit 9b07773f8883665b002500c190507e9fd99b7181
2575Author: Guennadi Liakhovetski <lg@denx.de>
2576Date: Sun Aug 31 00:39:46 2008 +0200
2577
2578 ARM: Add arm1176 core with S3C6400 SoC
2579
2580 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
2581
2582 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2583
2584commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
2585Author: Sandeep Paulraj <s-paulraj@ti.com>
2586Date: Sun Aug 31 00:39:46 2008 +0200
2587
2588 ARM DaVinci: Changing function names for EMAC driver
2589
2590 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
2591 By replacing all the function names that start with dm644x_* to davinci_*
2592 we make these function more portable. I have tested this change on my EVM.
2593 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
2594 be sending patches that add DaVinci DM6467 support to the list soon.
2595
2596 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2597
2598commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
2599Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
2600Date: Sat Aug 30 23:21:30 2008 +0200
2601
2602 Integrator[AP/CP] - Remove unused file memsetup.S
2603
2604 - memsetup.s is changed/merged to lowlevel_init.S
2605 memsetup.S has a global label memsetup that just returns back to caller
2606 - memsetup global label is changed/merged to lowlevel_init
2607 This label is not called from anywhere.
2608
2609 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
2610
2611commit 89d51d022a63be1a851eda983c8cbce1a044f65f
2612Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2613Date: Wed Aug 27 21:35:52 2008 +0200
2614
2615 ARM DaVinci: Standardize names of directories/files
2616
2617 ARM DaVinci: Standardize names of directories/files.
2618
2619 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2620 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2621
2622commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
2623Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2624Date: Fri Jul 11 15:10:13 2008 -0400
2625
2626 ARM DaVinci: Move common functions to board/davinci/common
2627
2628 ARM DaVinci: Move common functions to board/davinci/common.
2629
2630 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2631
2632commit c2b4b2e4814f4ace9015fdb64132894327400bf0
2633Author: Stefan Roese <sr@denx.de>
2634Date: Fri Aug 29 11:56:49 2008 +0200
2635
2636 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
2637
2638 This function is needed for the new NAND infrastructure. We only need
2639 a dummy implementation though for the NDFC.
2640
2641 Signed-off-by: Stefan Roese <sr@denx.de>
2642
2643commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
2644Author: Stefan Roese <sr@denx.de>
2645Date: Fri Aug 29 12:06:27 2008 +0200
2646
2647 ppc4xx: Increase image size for NAND boot target
2648
2649 This is needed since now with HUSH enabled (amcc-common.h) the image
2650 read from NAND exceeds the previous limit.
2651
2652 Signed-off-by: Stefan Roese <sr@denx.de>
2653
2654commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
2655Author: Ben Warren <biggerbadderben@gmail.com>
2656Date: Thu Aug 28 23:58:30 2008 -0700
2657
2658 Move MPC512x_FEC driver to drivers/net
2659
2660 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2661
2662commit 80b00af01b3c9154774de2936f05a051e92f6a03
2663Author: Ben Warren <biggerbadderben@gmail.com>
2664Date: Thu Aug 28 23:58:29 2008 -0700
2665
2666 Move MPC5xxx_FEC driver to drivers/net
2667
2668 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2669
2670commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
2671Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2672Date: Fri Aug 29 21:53:57 2008 +0200
2673
2674 cmd_terminal: remove no need ifdef
2675
2676 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2677
2678commit 578118bdf122877ae769776be002255be447b4fa
2679Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2680Date: Fri Aug 29 21:53:57 2008 +0200
2681
2682 common/Makefile: order by functionality
2683
2684 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2685
2686commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
2687Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2688Date: Fri Aug 29 21:53:56 2008 +0200
2689
2690 miiphyutil: Move conditional compilation to Makefile
2691
2692 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2693
2694commit 81789c39db3f0f6b621df8c0ec66014d701f368e
2695Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2696Date: Fri Aug 29 21:53:37 2008 +0200
2697
2698 autoscript: Move conditional compilation to Makefile
2699
2700 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2701
2702commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
2703Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2704Date: Fri Aug 29 01:18:11 2008 +0200
2705
2706 crc16: move to lib_generic
2707
2708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2709
2710commit 55195773eacefb22dd483a3c560ea30a14263ce1
2711Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2712Date: Fri Aug 29 01:18:01 2008 +0200
2713
2714 miiphybb: move to drivers/net/phy
2715
2716 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2717
2718commit e8314035996a9118ac5948df2ff8a2f2161ed67a
2719Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2720Date: Thu Aug 28 12:31:51 2008 +0200
2721
2722 soft_spi: move to drivers/spi
2723
2724 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2725
2726commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
2727Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2728Date: Thu Aug 28 12:31:51 2008 +0200
2729
2730 soft_i2c: move to drivers/i2c
2731
2732 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2733
2734commit 717a222229fdb77703e9174d0eb08a4b41febf49
2735Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2736Date: Thu Aug 28 12:31:48 2008 +0200
2737
2738 gunzip: move to lib_generic
2739
2740 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2741
2742commit 52aef8f9ba28b747973bf76741c23db658d5773c
2743Author: Wolfgang Ocker <weo@reccoware.de>
2744Date: Tue Aug 26 19:55:23 2008 +0200
2745
2746 ppc4xx: NAND configuration
2747
2748 Made NAND bank configuration setting a config variable.
2749
2750 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
2751 Signed-off-by: Stefan Roese <sr@denx.de>
2752
2753commit 5bc542a593abc9e974fbd34704af85c37c366c60
2754Author: Victor Gallardo <vgallardo@amcc.com>
2755Date: Thu Aug 28 16:03:28 2008 -0700
2756
2757 ppc4xx: fix UIC external_interrupt hang on UIC0
2758
2759 This patch fixes a UIC external_interrupt hang if critical or non-critical
2760 interrupt is set at the same time as a normal interrupt is set on UIC0.
2761
2762 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
2763 Signed-off-by: Stefan Roese <sr@denx.de>
2764
2765commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
2766Author: Prodyut Hazarika <phazarika@amcc.com>
2767Date: Wed Aug 27 16:39:00 2008 -0700
2768
2769 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
2770
2771 Removed Magic numbers from Initialization preload registers
2772 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
2773 About 5-7% improvement seen for LMBench memtests
2774
2775 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
2776 Signed-off-by: Stefan Roese <sr@denx.de>
2777
2778commit 8a490422bed685c9491274ec997f62061d88620b
2779Author: John Rigby <jrigby@freescale.com>
2780Date: Thu Aug 28 13:17:07 2008 -0600
2781
2782 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
2783
2784 MPC5121 rev 2 silicon has a new register for controlling how long
2785 CS is asserted after deassertion of ALE in multiplexed mode.
2786
2787 The default is to assert CS together with ALE. The alternative
2788 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
2789
2790 The default is wrong for the NOR flash and CPLD on the ADS5121.
2791
2792 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
2793 it does so conditionally based on silicon rev 2.0 or greater.
2794
2795 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
2796 Signed-off-by: John Rigby <jrigby@freescale.com>
2797
2798commit 5d9a5efa4b332f442b54a755d49969123c3a8742
2799Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2800Date: Tue Aug 19 00:56:46 2008 +0600
2801
2802 Add I2C frequency dividers for ColdFire
2803
2804 The existing I2C freqency dividers for FDR does not apply
2805 to ColdFire platforms; thus, a seperate table is added
2806 based on MCF5xxx Reference Manual
2807
2808 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
2809 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2810 Acked-by: Tabi Timur <timur@freescale.com>
2811
2812commit eec567a67e00d1ed8d941e9098b7d421f4091abf
2813Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2814Date: Tue Aug 19 03:01:19 2008 +0600
2815
2816 ColdFire: I2C fix for multiple platforms
2817
2818 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2819
2820commit d53cf6a9c7423cba668b867978648645f71c3090
2821Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2822Date: Tue Aug 19 00:37:13 2008 +0600
2823
2824 ColdFire: Add CONFIG_MII_INIT for M5272C3
2825
2826 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2827
2828commit f78ced3028d4130b24a318943a70cf5584ab16f4
2829Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2830Date: Tue Aug 19 00:26:25 2008 +0600
2831
2832 ColdFire: Multiple fixes for MCF5445x platforms
2833
2834 Add FEC pin set and mii reset in __mii_init(). Change
2835 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
2836 change cfi_offset to 0, and change CFG_FLASH_CFI to
2837 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
2838 M54455EVB env settings in configuration file.
2839
2840 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2841
2842commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
2843Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2844Date: Fri Aug 15 18:24:25 2008 +0000
2845
2846 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
2847
2848 The user manuals recommend 7.
2849
2850 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
2851 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2852
2853commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
2854Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2855Date: Fri Aug 15 16:50:07 2008 +0000
2856
2857 ColdFire: Raise uart baudrate to 115200 bps
2858
2859 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
2860 uart baudrate increase from 19200 to 115200 bps
2861
2862 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2863
2864commit ab6ba842682552ccf071d0034da0a20633d1d1ac
2865Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2866Date: Wed Aug 13 12:07:03 2008 +0000
2867
2868 ColdFire: Fix board.c warning message
2869
2870 Implicit declaration of nand_init() warning message
2871
2872 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2873
2874commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
2875Author: Kumar Gala <galak@kernel.crashing.org>
2876Date: Wed Aug 27 01:10:34 2008 -0500
2877
2878 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
2879
2880 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2881
2882commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
2883Author: Heiko Schocher <hs@denx.de>
2884Date: Thu Aug 21 20:44:49 2008 +0200
2885
2886 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
2887
2888 Signed-off-by: Heiko Schocher <hs@denx.de>
2889
2890commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
2891Author: Kumar Gala <galak@kernel.crashing.org>
2892Date: Tue Aug 19 14:46:36 2008 -0500
2893
2894 mpc85xx: remove redudant code with lib_ppc/interrupts.c
2895
2896 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
2897 not show how that happened, but there is no good reason for it.
2898
2899 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
2900 they exist.
2901
2902 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2903
2904commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
2905Author: Kumar Gala <galak@kernel.crashing.org>
2906Date: Fri Jul 25 13:31:05 2008 -0500
2907
2908 mpc85xx: Add support for the MPC8536DS reference board
2909
2910 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2911 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2912 Signed-off-by: Dejan Minic <minic@freescale.com>
2913 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2914 Signed-off-by: Dave Liu <daveliu@freescale.com>
2915 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2916
2917commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
2918Author: Kumar Gala <galak@kernel.crashing.org>
2919Date: Tue Aug 12 11:14:19 2008 -0500
2920
2921 mpc85xx: Add support for the MPC8536
2922
2923 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
2924 also have SERDES init code for the 8536.
2925
2926 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2927 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2928 Signed-off-by: Dejan Minic <minic@freescale.com>
2929 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2930 Signed-off-by: Dave Liu <daveliu@freescale.com>
2931
2932commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
2933Author: Kumar Gala <galak@kernel.crashing.org>
2934Date: Tue Aug 12 11:13:08 2008 -0500
2935
2936 mpc85xx: Add support for the MPC8572DS reference board
2937
2938 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2939
2940commit 457caecdbca3df21a93abff19eab12dbc61b7897
2941Author: Kumar Gala <galak@kernel.crashing.org>
2942Date: Wed Aug 27 01:05:35 2008 -0500
2943
2944 FSL DDR: Remove old SPD support from cpu/mpc85xx
2945
2946 All 85xx boards have been converted to the new code so we can
2947 remove the old SPD DDR setup code.
2948
2949 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2950
2951commit 0e7927db138976469e7257e29c1338050a50fcd9
2952Author: Kumar Gala <galak@kernel.crashing.org>
2953Date: Wed Aug 27 01:04:07 2008 -0500
2954
2955 FSL DDR: Convert STXSSA to new DDR code.
2956
2957 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2958
2959commit c360d9b970fbb9c13744c355879671165bbb9b9e
2960Author: Kumar Gala <galak@kernel.crashing.org>
2961Date: Wed Aug 27 01:03:42 2008 -0500
2962
2963 FSL DDR: Convert STXGP3 to new DDR code.
2964
2965 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2966
2967commit 8e55313b7ae12352a343f9b9962e662dbd897187
2968Author: Kumar Gala <galak@kernel.crashing.org>
2969Date: Tue Aug 26 23:52:58 2008 -0500
2970
2971 FSL DDR: Convert SBC8560 to new DDR code.
2972
2973 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2974
2975commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
2976Author: Kumar Gala <galak@kernel.crashing.org>
2977Date: Tue Aug 26 23:52:32 2008 -0500
2978
2979 FSL DDR: Convert MPC8540EVAL to new DDR code.
2980
2981 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2982
2983commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
2984Author: Kumar Gala <galak@kernel.crashing.org>
2985Date: Tue Aug 26 23:52:07 2008 -0500
2986
2987 FSL DDR: Convert PM856 to new DDR code.
2988
2989 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2990
2991commit d53bd3e17bd4f460257c19255569ea6dcfaae817
2992Author: Kumar Gala <galak@kernel.crashing.org>
2993Date: Tue Aug 26 23:51:49 2008 -0500
2994
2995 FSL DDR: Convert PM854 to new DDR code.
2996
2997 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2998
2999commit 33b9079ba20926f14238fff863b68a98e938948e
3000Author: Kumar Gala <galak@kernel.crashing.org>
3001Date: Tue Aug 26 23:15:28 2008 -0500
3002
3003 FSL DDR: Convert sbc8548 to new DDR code.
3004
3005 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3006
3007commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
3008Author: Kumar Gala <galak@kernel.crashing.org>
3009Date: Tue Aug 26 23:14:14 2008 -0500
3010
3011 FSL DDR: Convert atum8548 to new DDR code.
3012
3013 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3014
3015commit be0bd8234b9777ecd63c4c686f72af070d886517
3016Author: Kumar Gala <galak@kernel.crashing.org>
3017Date: Tue Aug 26 22:56:56 2008 -0500
3018
3019 FSL DDR: Convert socrates to new DDR code.
3020
3021 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3022
3023commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
3024Author: Kumar Gala <galak@kernel.crashing.org>
3025Date: Tue Aug 26 08:02:30 2008 -0500
3026
3027 FSL DDR: Convert MPC8544DS to new DDR code.
3028
3029 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3030
3031commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
3032Author: Jon Loeliger <jdl@freescale.com>
3033Date: Tue Mar 18 13:51:05 2008 -0500
3034
3035 FSL DDR: Convert MPC8568MDS to new DDR code.
3036
3037 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3038 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3039
3040commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
3041Author: Jon Loeliger <jdl@freescale.com>
3042Date: Tue Mar 18 13:51:06 2008 -0500
3043
3044 FSL DDR: Convert MPC8548CDS to new DDR code.
3045
3046 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3047 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3048
3049commit aa11d85cf318b961e029fe50d68ca47d004bce93
3050Author: Jon Loeliger <jdl@freescale.com>
3051Date: Mon Mar 17 15:48:18 2008 -0500
3052
3053 FSL DDR: Convert MPC8541CDS to new DDR code.
3054
3055 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3056 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3057
3058commit 2b40edb10d81da7bba724edbccd7f53777112579
3059Author: Jon Loeliger <jdl@freescale.com>
3060Date: Tue Mar 18 11:12:42 2008 -0500
3061
3062 FSL DDR: Convert MPC8555ADS to new DDR code.
3063
3064 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3065 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3066
3067commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
3068Author: Jon Loeliger <jdl@freescale.com>
3069Date: Tue Mar 18 11:12:44 2008 -0500
3070
3071 FSL DDR: Convert MPC8560ADS to new DDR code.
3072
3073 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3074 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3075
3076commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
3077Author: Kumar Gala <galak@kernel.crashing.org>
3078Date: Fri Jun 6 13:12:18 2008 -0500
3079
3080 FSL DDR: Convert MPC8540ADS to new DDR code.
3081
3082 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3083
3084commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
3085Author: Kumar Gala <galak@kernel.crashing.org>
3086Date: Tue Aug 26 21:34:55 2008 -0500
3087
3088 FSL DDR: Add 85xx specific register setting
3089
3090 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3091
3092commit 6fb1b7346849ccd0c20306143e334f5b76143070
3093Author: Kumar Gala <galak@kernel.crashing.org>
3094Date: Mon Jun 9 11:07:46 2008 -0500
3095
3096 FSL DDR: Add e500 TLB helper for DDR code
3097
3098 Provide a helper function that board code can call to map TLBs when
3099 setting up DDR.
3100
3101 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3102
3103commit d26b739afe5a6760bd345743188759cd9d0f3b47
3104Author: Andrew Dyer <adyer@righthandtech.com>
3105Date: Tue Aug 26 17:03:38 2008 -0500
3106
3107 dm9000 remove dead external phy support, gpio fix
3108
3109 dm9000 has code to detect and initialize external phy parts, but later
3110 on in the code the part is forced to use the internal phy
3111 unconditionally. Remove the unused/untested code.
3112
3113 change the GPIO initialization so that only the GPIO used as an
3114 internal phy reset (hardwired in the chip) is set as an output. The
3115 remaining GPIO need to be handled by board specific code to prevent
3116 possible drive conflicts. Set as inputs for safety.
3117
3118 replace a few magic numbers with defines
3119
3120 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
3121 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3122
3123commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
3124Author: Peter Tyser <ptyser@xes-inc.com>
3125Date: Tue Aug 26 11:17:48 2008 -0500
3126
3127 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
3128
3129 cmd_net.c command descriptions were updated to describe the optional
3130 hostIPaddr argument. The dhcp command help message was also updated
3131 to more closely reflect the other commands in cmd_net.c
3132
3133 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3135
3136commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
3137Author: Remy Bohmer <linux@bohmer.net>
3138Date: Wed Aug 20 11:30:28 2008 +0200
3139
3140 Fix bogus error message in the DHCP handler
3141
3142 The DHCP handler has 1 state that is not listed in this case, causing a
3143 failure message when there is actually no failure.
3144
3145 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3146 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3147
3148commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
3149Author: Remy Bohmer <linux@bohmer.net>
3150Date: Wed Aug 20 11:30:27 2008 +0200
3151
3152 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
3153
3154 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
3155 missing extern inside the net/bootp.h header
3156
3157 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3158 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3159
3160commit 1803f7f91ff35ca402259065df7557107dcf28a2
3161Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3162Date: Tue Aug 19 21:26:32 2008 +0000
3163
3164 ColdFire: Add FEC Buffer descriptors in SRAM
3165
3166 Add FEC Buffer descriptors and data buffer in SRAM for
3167 faster execution and access.
3168
3169 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3170 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3171
3172commit 429be27ce195210d4b9decf9e867b9ca6155a87d
3173Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3174Date: Thu Aug 21 23:55:11 2008 +0000
3175
3176 Fix ColdFire FEC warning messages
3177
3178 Types mismatch and implicit declaration of icache_invalid()
3179 warning messages
3180
3181 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3182 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3183
3184commit 6a002171098e968bd5b362347d2831224fab6048
3185Author: Ben Warren <biggerbadderben@gmail.com>
3186Date: Sat Jul 12 00:17:50 2008 -0700
3187
3188 Moved initialization of SKGE Ethernet driver to board code.
3189
3190 The only board using this driver is the SL8245 board.
3191 Removed initialization for the driver from net/eth.c
3192
3193 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3194
3195commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
3196Author: Ben Warren <biggerbadderben@gmail.com>
3197Date: Sat Jul 12 00:08:45 2008 -0700
3198
3199 Moved conditional compilation to Makefile for SK98 Ethernet driver
3200
3201 Brute-force removal of #ifdefs. Didn't touch the code.
3202 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3203
3204commit 65d3d99c28dc363d15eaee78225ff643df499b97
3205Author: Ben Warren <biggerbadderben@gmail.com>
3206Date: Fri Jul 11 23:42:19 2008 -0700
3207
3208 Moved initialization of ULI526X Ethernet driver to board code.
3209
3210 The only board using this driver is the Freescale MPC8610HPCD board.
3211 Removed initialization for the driver from net/eth.c
3212
3213 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3214
3215commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
3216Author: Ben Warren <biggerbadderben@gmail.com>
3217Date: Fri Jul 11 23:15:28 2008 -0700
3218
3219 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
3220
3221 Added board_eth_init() function to bf537-stamp board.
3222 Removed initialization for the Blackin EMAC driver from net/eth.c
3223
3224 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3225
3226commit fc363ce35408f348cacced68505f3747a53e3d7c
3227Author: Ben Warren <biggerbadderben@gmail.com>
3228Date: Wed Jul 9 01:04:19 2008 -0700
3229
3230 Moved initialization of GRETH Ethernet driver to CPU directory
3231
3232 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
3233 removed code from net/eth.c
3234
3235 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3236
3237commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
3238Author: Ben Warren <biggerbadderben@gmail.com>
3239Date: Tue Aug 26 22:16:25 2008 -0700
3240
3241 Moved initialization of MCFFEC Ethernet driver to CPU directory
3242
3243 Added a cpu_eth_init() function to coldfire CPU directories and
3244 removed code from net/eth.c
3245
3246 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3247
3248commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
3249Author: Ben Warren <biggerbadderben@gmail.com>
3250Date: Tue Aug 26 22:12:36 2008 -0700
3251
3252 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
3253
3254 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
3255 removed code from net/eth.c
3256
3257 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3258
3259commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
3260Author: Kumar Gala <galak@kernel.crashing.org>
3261Date: Tue Aug 26 15:01:38 2008 -0500
3262
3263 FSL DDR: Remove old SPD support from cpu/mpc86xx
3264
3265 All 86xx boards have been converted to the new code so we can
3266 remove the old SPD DDR setup code.
3267
3268 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3269
3270commit 9bd4e5911b750837515466bc7449087698b88e0e
3271Author: Kumar Gala <galak@kernel.crashing.org>
3272Date: Tue Aug 26 15:01:37 2008 -0500
3273
3274 FSL DDR: Convert SBC8641D to new DDR code.
3275
3276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3277
3278commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
3279Author: Jon Loeliger <jdl@freescale.com>
3280Date: Tue Aug 26 15:01:36 2008 -0500
3281
3282 FSL DDR: Convert MPC8610HPCD to new DDR code.
3283
3284 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3285 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3286
3287commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
3288Author: Kumar Gala <galak@kernel.crashing.org>
3289Date: Tue Aug 26 15:01:35 2008 -0500
3290
3291 FSL DDR: Convert MPC8641HPCN to new DDR code.
3292
3293 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3294 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3295
3296commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
3297Author: Kumar Gala <galak@kernel.crashing.org>
3298Date: Tue Aug 26 15:01:34 2008 -0500
3299
3300 FSL DDR: Add 86xx specific register setting
3301
3302 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3303
3304commit 233fdd502a6c227f476212b3097653ad48d7e254
3305Author: Kumar Gala <galak@kernel.crashing.org>
3306Date: Tue Aug 26 15:01:32 2008 -0500
3307
3308 FSL DDR: Add DDR2 DIMM paramter support
3309
3310 Compute DIMM parameters based upon the SPD information.
3311
3312 Signed-off-by: James Yang <James.Yang@freescale.com>
3313 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3314 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3315
3316commit 05c05a2363a6ac11e0e405926034546ffad71fad
3317Author: Kumar Gala <galak@kernel.crashing.org>
3318Date: Tue Aug 26 15:01:30 2008 -0500
3319
3320 FSL DDR: Add DDR1 DIMM paramter support
3321
3322 Compute DIMM parameters based upon the SPD information in spd.
3323
3324 Signed-off-by: James Yang <James.Yang@freescale.com>
3325 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3326 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3327
3328commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
3329Author: Kumar Gala <galak@kernel.crashing.org>
3330Date: Tue Aug 26 15:01:29 2008 -0500
3331
3332 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
3333
3334 The main purpose of this rewrite it to be able to share the same
3335 initialization code on all FSL PowerPC products that have DDR
3336 controllers. (83xx, 85xx, 86xx).
3337
3338 The code is broken up into the following steps:
3339 GET_SPD
3340 COMPUTE_DIMM_PARMS
3341 COMPUTE_COMMON_PARMS
3342 GATHER_OPTS
3343 ASSIGN_ADDRESSES
3344 COMPUTE_REGS
3345 PROGRAM_REGS
3346
3347 This allows us to share more code an easily allow for board specific code
3348 overrides.
3349
3350 Additionally this code base adds support for >4G of DDR and provides a
3351 foundation for supporting interleaving on processors with more than one
3352 controller.
3353
3354 Signed-off-by: James Yang <James.Yang@freescale.com>
3355 Signed-off-by: Jon Loeliger <jdl@freescale.com>
3356 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3357 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3359
3360commit f784e32b4bce0013983506b11af4b85b8ca3d36e
3361Author: Kumar Gala <galak@kernel.crashing.org>
3362Date: Tue Aug 26 15:01:28 2008 -0500
3363
3364 FSL DDR: Provide a generic set_ddr_laws()
3365
3366 Provide a helper function that will setup the last available
3367 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
3368
3369 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3370
3371commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
3372Author: James Yang <James.Yang@freescale.com>
3373Date: Tue Aug 26 15:01:27 2008 -0500
3374
3375 Add proper SPD definitions for DDR1/2/3
3376
3377 Also adds helper functions for DDR1/2 to verify the checksum.
3378
3379 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3380
3381commit 285db74716c724ae8a0ff177878fd09a74428c7b
3382Author: Wolfgang Denk <wd@denx.de>
3383Date: Wed Aug 27 01:02:48 2008 +0200
3384
3385 Update CHANGELOG
3386
3387 Signed-off-by: Wolfgang Denk <wd@denx.de>
3388
285db747
WD
3389commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
3390Author: Heiko Schocher <hs@denx.de>
3391Date: Tue Aug 19 10:08:49 2008 +0200
3392
3393 Add support for muas3001 board (MPC8270)
3394
3395 Signed-off-by: Heiko Schocher <hs@denx.de>
3396
3397commit 322098bff32410d2a00031649b47c4ec90a66d9a
3398Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
3399Date: Tue Aug 19 08:31:18 2008 +0530
3400
3401 common/cmd_load.c cleanup - remove unused variables
3402
3403 - Remove unused global variable os_data_count.
3404 - Remove unused variable z.
3405
3406 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
3407
3408commit 306620b762a4f9fa6678568ad2e8772dec145208
3409Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3410Date: Mon Aug 18 13:35:27 2008 +0200
3411
3412 remove MVS1 board
3413
3414 MVS1 board has reached end-of-life and can be removed completely.
3415
3416 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3417
3418commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
3419Author: Kumar Gala <galak@kernel.crashing.org>
3420Date: Fri Aug 15 08:24:45 2008 -0500
3421
3422 bootm: refactor do_reset and os boot function args
3423
3424 There is no need for each OS specific function to call do_reset() we
3425 can just do it once in bootm. This means its feasible on an error for
3426 the OS boot function to return.
3427
3428 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
3429 functions. flag isn't currently used but might be in the future so
3430 we left it alone.
3431
3432 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3433
3434commit 40afac22a9c602e55c501c800f1c064324711b56
3435Author: Kumar Gala <galak@kernel.crashing.org>
3436Date: Fri Aug 15 08:24:44 2008 -0500
3437
3438 fdt: Added resize command
3439
3440 Resize the fdt to size + padding to 4k boundary
3441
3442 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3443
3444commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
3445Author: Kumar Gala <galak@kernel.crashing.org>
3446Date: Fri Aug 15 08:24:43 2008 -0500
3447
3448 fdt: refactor initrd related code
3449
3450 Created a new fdt_initrd() to deal with setting the initrd properties
3451 in the device tree and fixing up the mem reserve. We can use this
3452 both in the choosen node handling and lets us remove some duplicated
3453 code when we fixup the initrd info in bootm on PPC.
3454
3455 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3456
3457commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
3458Author: Kumar Gala <galak@kernel.crashing.org>
3459Date: Fri Aug 15 08:24:42 2008 -0500
3460
3461 fdt: refactor fdt resize code
3462
3463 Move the fdt resizing code out of ppc specific boot code and into
3464 common fdt support code.
3465
3466 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3467
3468commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
3469Author: Kumar Gala <galak@kernel.crashing.org>
3470Date: Fri Aug 15 08:24:41 2008 -0500
3471
3472 bootm: refactor image detection and os load steps
3473
3474 Created a bootm_start() that handles the parsing and detection of all
3475 the images that will be used by the bootm command (OS, ramdisk, fdt).
3476 As part of this we now tract all the relevant image offsets in the
3477 bootm_headers_t struct. This will allow us to have all the needed
3478 state for future sub-commands and lets us reduce a bit of arch
3479 specific code on SPARC.
3480
3481 Created a bootm_load_os() that deals with decompression and loading
3482 the OS image.
3483
3484 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3485
3486commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
3487Author: Kumar Gala <galak@kernel.crashing.org>
3488Date: Fri Aug 15 08:24:40 2008 -0500
3489
3490 bootm: move lmb into the bootm_headers_t structure
3491
3492 To allow for persistent state between future bootm subcommands we
3493 need the lmb to exist in a global state.
3494 Moving it into the bootm_headers_t allows us to do that.
3495
3496 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3497
3498commit 54f9c86691309b2f919f567f9255b8bcad2c7651
3499Author: Kumar Gala <galak@kernel.crashing.org>
3500Date: Fri Aug 15 08:24:39 2008 -0500
3501
3502 bootm: Set working fdt address as part of the bootm flow
3503
3504 Set the fdt working address so "fdt FOO" commands can be used as part
3505 of the bootm flow. Also set an the environment variable "fdtaddr"
3506 with the value.
3507
3508 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3509
3510commit 06a09918f3903450313e2047a9cc258bf5872f46
3511Author: Kumar Gala <galak@kernel.crashing.org>
3512Date: Fri Aug 15 08:24:38 2008 -0500
3513
3514 bootm: refactor fdt locating and relocation code
3515
3516 Move the code that handles finding a device tree blob and relocating
3517 it (if needed) into common code so all arch's have access to it.
3518
3519 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3520
3521commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
3522Author: Kumar Gala <galak@kernel.crashing.org>
3523Date: Fri Aug 15 08:24:37 2008 -0500
3524
3525 bootm: refactor ramdisk locating code
3526
3527 Move determing if we have a ramdisk and where its located into the
3528 common code. Keep track of the ramdisk start and end in the
3529 bootm_headers_t image struct.
3530
3531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3532
3533commit c160a9544743e80e8889edb2275538e7764ce334
3534Author: Kumar Gala <galak@kernel.crashing.org>
3535Date: Fri Aug 15 08:24:36 2008 -0500
3536
3537 bootm: refactor entry point code
3538
3539 Move entry point code out of each arch and into common code.
3540 Keep the entry point in the bootm_headers_t images struct.
3541
3542 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3543
3544commit 20220d22b9f41446288588cd2e457e0077a18bed
3545Author: Randy Vinson <rvinson@mvista.com>
3546Date: Wed Aug 13 11:44:57 2008 -0700
3547
3548 mpc7448hpc2: Fix PCI I/O space mapping.
3549
3550 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
3551 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
3552 space such that 0xFA000000 in the processor's address space maps to 0
3553 on the PCI I/O bus.
3554
3555 Signed-off-by Randy Vinson <rvinson@mvista.com>
3556 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
3557
3558commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
3559Author: Guennadi Liakhovetski <lg@denx.de>
3560Date: Wed Aug 13 18:10:26 2008 +0200
3561
3562 i.MX31: Specify maintainers for i.MX31-based boards
3563
3564 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3565 Signed-off-by: Wolfgang Denk <wd@denx.de>
3566
3567commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
3568Author: Wolfgang Denk <wd@denx.de>
3569Date: Tue Aug 26 15:01:28 2008 +0200
3570
3571 ADS5121: adjust image addresses in RAM and flash
3572
3573 Use the same mapping in flash as used by Linux
3574
3575 Signed-off-by: Wolfgang Denk <wd@denx.de>
3576
3577commit 19f101412c16edee9fd55db4039e1d68a833b28b
3578Author: Wolfgang Denk <wd@denx.de>
3579Date: Tue Aug 26 13:14:34 2008 +0200
3580
3581 cmd_mem.c: Fix help message alignment
3582
3583 Bug was introced by "Big white-space cleanup" (53677ef1)
3584
3585 Signed-off-by: Wolfgang Denk <wd@denx.de>
3586
3587commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
3588Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3589Date: Wed Aug 20 11:11:52 2008 +0200
3590
3591 change mvBL-M7 default env and move to vendor subdir
3592
3593 fix mvBL-M7 config and move to matrix_vision subdir
3594
3595 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3596 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3597
3598commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
3599Author: Nick Spence <nick.spence@freescale.com>
3600Date: Fri Aug 22 23:52:40 2008 -0700
3601
3602 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
3603
3604 This patch adds elements to the 83xx sysconf structure and #define values that are used
3605 by mpc83xx family devices.
3606
3607 Signed-off-by: Nick Spence <nick.spence@freescale.com>
3608 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3609
3610commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
3611Author: Ira W. Snyder <iws@ovro.caltech.edu>
3612Date: Fri Aug 22 11:00:15 2008 -0700
3613
3614 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
3615
3616 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
3617 PCI card rather than a host computer.
3618
3619 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
3620 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3621
3622commit 4ff9aea9d6b5602683a920951ef896996438af62
3623Author: Ira W. Snyder <iws@ovro.caltech.edu>
3624Date: Fri Aug 22 11:00:14 2008 -0700
3625
3626 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
3627
3628 This adds a helper function to unlock the PCI configuration bit, so that
3629 any extra PCI setup (such as outbound windows, etc.) can be done after
3630 using the 83XX_GENERIC_PCI code to set up the PCI bus.
3631
3632 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
3633 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3634
3635commit 162338e1fcde231ca4d562e5ebd7859456731691
3636Author: Ira W. Snyder <iws@ovro.caltech.edu>
3637Date: Fri Aug 22 11:00:13 2008 -0700
3638
3639 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
3640
3641 Change the MPC8349EMDS board to use the generic PCI initialization code
3642 for the mpc83xx cpu.
3643
3644 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
3645 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3646
3647commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
3648Author: Kim Phillips <kim.phillips@freescale.com>
3649Date: Mon Aug 25 14:53:09 2008 -0500
3650
3651 fix out of tree building
3652
3653 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3654
3655commit a49d10cf027d059ee15c262010a05cdaec0961e1
3656Author: Wolfgang Denk <wd@denx.de>
3657Date: Mon Aug 25 23:45:41 2008 +0200
3658
3659 Minor coding style cleanup, updte CHANGELOG
3660
3661 Signed-off-by: Wolfgang Denk <wd@denx.de>
3662
a49d10cf
WD
3663commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
3664Author: Stefan Roese <sr@denx.de>
3665Date: Wed Aug 20 20:29:38 2008 +0200
3666
3667 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
3668
3669 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
3670 to combine both config options into one line. This even allows defining
3671 both options and not generating the target object twice.
3672
3673 Signed-off-by: Stefan Roese <sr@denx.de>
3674
3675commit 079edb913dbae147b50a488cf02e03f473fc5f28
3676Author: Jens Gehrlein <sew_s@tqs.de>
3677Date: Fri Jul 4 16:50:05 2008 +0200
3678
3679 MX31: fix bit masks in function mx31_decode_pll()
3680
3681 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
3682
3683 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
3684
3685commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
3686Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
3687Date: Mon Aug 25 11:11:34 2008 +0200
3688
3689 Correct ARM Versatile Timer Initialization
3690
3691 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
3692 -- Timer Value Register @ TIMER Base + 4 is Read-only.
3693 -- Prescale Value (Bits 3-2 of TIMER Control register)
3694 can only be one of 00,01,10. 11 is undefined.
3695 -- CFG_HZ for Versatile board is set to
3696 #define CFG_HZ (1000000 / 256)
3697 So Prescale bits is set to indicate
3698 - 8 Stages of Prescale, Clock divided by 256
3699 - The Timer Control Register has one Undefined/Shouldn't Use Bit
3700 So we should do read/modify/write Operation
3701
3702 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
3703
3704commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
3705Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
3706Date: Mon Aug 25 11:30:29 2008 +0200
3707
3708 Add ARM AMBA PL031 RTC Support
3709
3710 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
3711
3712commit e39411674669cc880e1ec4a8ca4794fb15c33a45
3713Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3714Date: Tue Aug 19 16:21:03 2008 -0400
3715
3716 ARM DaVinci: Removed redundant NAND initialization code.
3717
3718 ARM DaVinci: Removed redundant NAND initialization code.
3719
3720 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3721
3722commit b3fb663b20d995ca41327db877ddb168279b3f62
3723Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3724Date: Tue Aug 19 16:21:00 2008 -0400
3725
3726 ARM DaVinci: Fix compilation error with new MTD code.
3727
3728 ARM DaVinci: Fix compilation error with new MTD code.
3729
3730 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3731
3732commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
3733Author: Gerald Van Baren <vanbaren@cideas.com>
3734Date: Fri Aug 22 14:37:05 2008 -0400
3735
3736 Add note on dereferencing /aliases pointers
3737
3738 Replace the "must quote special characters" note with a hint on
3739 how to dereference /aliases pointers by omitting the leading "/".
3740 This feature was introduced by Kumar Gala as a libfdt enhancement
3741 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
3742
3743 Example:
3744
3745 => fdt print /aliases
3746 aliases {
3747 ethernet0 = "/qe@e0100000/ucc@2000";
3748 ethernet1 = "/qe@e0100000/ucc@3000";
3749 serial0 = "/soc8360@e0000000/serial@4500";
3750 serial1 = "/soc8360@e0000000/serial@4600";
3751 pci0 = "/pci@e0008500";
3752 };
3753 => fdt print ethernet0
3754 ucc@2000 {
3755 device_type = "network";
3756 compatible = "ucc_geth";
3757 cell-index = <0x1>;
3758 reg = <0x2000 0x200>;
3759 interrupts = <0x20>;
3760 interrupt-parent = <0x2>;
3761 local-mac-address = [00 00 00 00 00 00];
3762 rx-clock-name = "none";
3763 tx-clock-name = "clk9";
3764 phy-handle = <0x3>;
3765 phy-connection-type = "rgmii-id";
3766 pio-handle = <0x4>;
3767 };
3768
3769 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3770
3771commit feeca3f578b7f53c032ba203698751c982f8bf5a
3772Author: Kumar Gala <galak@kernel.crashing.org>
3773Date: Thu Aug 14 08:28:19 2008 -0500
3774
3775 libfdt: Add support for using aliases in fdt_path_offset()
3776
3777 If the path doesn't start with '/' check to see if it matches some alias
3778 under "/aliases" and substitute the matching alias value in the path
3779 and retry the lookup.
3780
3781 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3782 Acked-by: David Gibson <david@gibson.dropbear.id.au>
3783 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
3784
3785commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
3786Author: David Gibson <david@gibson.dropbear.id.au>
3787Date: Wed Aug 6 14:50:49 2008 +1000
3788
3789 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
3790
3791 As well as fdt_subnode_offset(), libfdt includes an
3792 fdt_subnode_offset_namelen() function that takes the subnode name to
3793 look up not as a NUL-terminated string, but as a string with an
3794 explicit length. This can be useful when the caller has the name as
3795 part of a longer string, such as a full path.
3796
3797 However, we don't have corresponding 'namelen' versions for
3798 fdt_get_property() and fdt_getprop(). There are less obvious use
3799 cases for these variants on property names, but there are
3800 circumstances where they can be useful e.g. looking up property names
3801 which need to be parsed from a longer string buffer such as user input
3802 or a configuration file, or looking up an alias in a path with
3803 IEEE1275 style aliases.
3804
3805 So, since it's very easy to implement such variants, this patch does
3806 so. The original NUL-terminated variants are, of course, implemented
3807 in terms of the namelen versions.
3808
3809 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3810
3811commit f171746f701ea58bf6a53e835b53d2aaebee0d81
3812Author: David Gibson <david@gibson.dropbear.id.au>
3813Date: Tue Jul 29 14:51:22 2008 +1000
3814
3815 libfdt: Forgot one function when cleaning the namespace
3816
3817 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
3818 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
3819 chance of collisions with things from whatever package libfdt is
3820 embedded in, pulled into the libfdt build via that environment's
3821 libfdt_env.h.
3822
3823 Except... I missed one. This patch applies the same treatment to
3824 _stringlist_contains(). While we're at it, also make it static since
3825 it's only used in the same file.
3826
3827 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3828
3829commit 46390da15411351fc3b498bd8c1615f78fe80df0
3830Author: Wolfram Sang <w.sang@pengutronix.de>
3831Date: Wed Jul 9 11:22:44 2008 +0200
3832
3833 libfdt: Improve documentation in libfdt.h
3834
3835 Fix a few typos and mistakes.
3836
3837 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
3838 Acked-by: David Gibson <david@gibson.dropbear.id.au>
3839
3840commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
3841Author: David Gibson <david@gibson.dropbear.id.au>
3842Date: Wed Jul 9 14:10:24 2008 +1000
3843
3844 libfdt: Increase namespace-pollution paranoia
3845
3846 libfdt is supposed to easy to embed in projects all and sundry.
3847 Often, it won't be practical to separate the embedded libfdt's
3848 namespace from that of the surrounding project. Which means there can
3849 be namespace conflicts between even libfdt's internal/static functions
3850 and functions or macros coming from the surrounding project's headers
3851 via libfdt_env.h.
3852
3853 This patch, therefore, renames a bunch of libfdt internal functions
3854 and macros and makes a few other chances to reduce the chances of
3855 namespace collisions with embedding projects. Specifically:
3856 - Internal functions (even static ones) are now named _fdt_*()
3857
3858 - The type and (static) global for the error table in
3859 fdt_strerror() gain an fdt_ prefix
3860
3861 - The unused macro PALIGN is removed
3862
3863 - The memeq and streq macros are removed and open-coded in the
3864 users (they were only used once each)
3865
3866 - Other macros gain an FDT_ prefix
3867
3868 - To save some of the bulk from the previous change, an
3869 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
3870 FDT_ALIGN(x, FDT_TAGSIZE)
3871
3872 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3873
3874commit c66830263af19831f2b7db307f79d1943febf7f9
3875Author: David Gibson <david@gibson.dropbear.id.au>
3876Date: Mon Jul 7 10:14:15 2008 +1000
3877
3878 dtc: Enable and fix -Wcast-qual warnings
3879
3880 Enabling -Wcast-qual warnings in dtc shows up a number of places where
3881 we are incorrectly discarding a const qualification. There are also
3882 some places where we are intentionally discarding the 'const', and we
3883 need an ugly cast through uintptr_t to suppress the warning. However,
3884 most of these are pretty well isolated with the *_w() functions. So
3885 in the interests of maximum safety with const qualifications, this
3886 patch enables the warnings and fixes the existing complaints.
3887
3888 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3889 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
3890
3891commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
3892Author: David Gibson <david@gibson.dropbear.id.au>
3893Date: Mon Jul 7 10:10:48 2008 +1000
3894
3895 dtc: Enable and fix -Wpointer-arith warnings
3896
3897 This patch turns on the -Wpointer-arith option in the dtc Makefile,
3898 and fixes the resulting warnings due to using (void *) in pointer
3899 arithmetic. While convenient, pointer arithmetic on void * is not
3900 portable, so it's better that we avoid it, particularly in libfdt.
3901
3902 Also add necessary definition of uintptr_t needed by David Gibson's
3903 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
3904 comes from stdint.h, which u-boot doesn't have). -- gvb
3905
3906 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3907 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3908
3909commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
3910Author: Tirumala R Marri <tmarri@amcc.com>
3911Date: Thu Aug 21 21:54:53 2008 -0700
3912
3913 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
3914
3915 During recent PCI-E tests it has been found that current
3916 driverl level and de-emphasis values are not set correctly.
3917 After sweeping throgh all de-ephasis values, it was found that
3918 0x130 is a right value. Where 0x13 is driver level and 0 is
3919 de-emphasis.
3920
3921 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
3922 Signed-off-by: Stefan Roese <sr@denx.de>
3923
3924commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
3925Author: Remy Bohmer <linux@bohmer.net>
3926Date: Wed Aug 20 20:46:56 2008 +0200
3927
3928 Make the YAFFS filesystem work
3929
3930 Recently the YAFFS filesystem support has been added to U-boot.
3931 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
3932
3933 ymount will generate an exception (when dereferencing mtd->readoob()), because
3934 the genericDevice is a null pointer. Further, a lot of logging is produced
3935 while using YAFFS fs, so logging should also be disabled.
3936 Both issues are solved by this patch.
3937
3938 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
3939 in U-boot, as well as in Linux.
3940
3941 Tested on a Atmel AT91SAM9261EK board.
3942
3943 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3944 Acked-by: William Juul <william.juul@tandberg.com>
3945 Signed-off-by: Scott Wood <scottwood@freescale.com>
3946
3947commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
3948Author: Kyungmin Park <kmpark@infradead.org>
3949Date: Tue Aug 19 08:42:53 2008 +0900
3950
3951 Fix OneNAND read_oob/write_oob functions compatability
3952
3953 Also sync with kernel OneNAND codes
3954
3955 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3956 Signed-off-by: Scott Wood <scottwood@freescale.com>
3957
3958commit 8d765456c1d33f2010d2717ee58de7647fdc6346
3959Author: Scott Wood <scottwood@freescale.com>
3960Date: Mon Aug 18 17:11:20 2008 -0500
3961
3962 NAND: Remove delay from nand_boot_fsl_elbc.c.
3963
3964 It was for debugging purposes, and shouldn't have been left in.
3965
3966 Signed-off-by: Scott Wood <scottwood@freescale.com>
3967
3968commit f556483734126793522fb7a8cf36af90da78f084
3969Author: Stefan Roese <sr@denx.de>
3970Date: Thu Aug 21 11:05:03 2008 +0200
3971
3972 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
3973
3974 This patch fixes some minor issues introduced with the patch:
3975 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
3976
3977 - Rework memory-queue and PLB arbiter optimization code, that the
3978 local variable is not needed anymore. This removes one #ifdef.
3979 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
3980 of XXX+ 0x01). This was not introduced by Prodyut, just a
3981 copy-paste problem.
3982
3983 Signed-off-by: Stefan Roese <sr@denx.de>
3984
3985commit 079589bcfb24ba11068460276a3cc9549ab5346f
3986Author: Prodyut Hazarika <phazarika@amcc.com>
3987Date: Wed Aug 20 09:38:51 2008 -0700
3988
3989 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
3990 PPC405EX and PPC460EX/GT/SX
3991
3992 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
3993 processors
3994 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
3995 across processors (405 and 440/460)
3996 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
3997 processors
3998 - Add register bit definitions for Memory Queue Configuration registers
3999
4000 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
4001 Signed-off-by: Stefan Roese <sr@denx.de>
4002
4003commit ba37aa03287c5483c61c0a3e320c8888bee0143a
4004Author: Kumar Gala <galak@kernel.crashing.org>
4005Date: Tue Aug 19 15:41:18 2008 -0500
4006
4007 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
4008
4009 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
4010 instead of bd->bi_enetaddr, bi_enet1addr, etc.
4011
4012 This makes the code a bit more flexible to the number of ethernet
4013 interfaces.
4014
4015 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4016
4017commit 4cacf7c64609839f809e2f9c45873f1d65861703
4018Author: Stefan Roese <sr@denx.de>
4019Date: Tue Aug 19 14:57:55 2008 +0200
4020
4021 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
4022
4023 This patch changes the debug_printf() marco for U-Boot in hush.c and
4024 moves the definition of DEBUG_SHELL to a place that is actually compiled
4025 under U-Boot.
4026
4027 Signed-off-by: Stefan Roese <sr@denx.de>
4028
4029commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
4030Author: Heiko Schocher <hs@denx.de>
4031Date: Tue Aug 19 09:57:41 2008 +0200
4032
4033 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
4034
4035 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
4036 missed a few boards:
4037 include/configs/M5253DEMO.h
4038 include/configs/ml507.h
4039 include/configs/redwood.h
4040
4041 This patch fixes this.
4042
4043 Signed-off-by: Heiko Schocher <hs@denx.de>
4044
4045commit 0768b7a872964085eece8d5e9fec9175e9deb161
4046Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4047Date: Mon Aug 18 13:41:27 2008 +0200
4048
4049 Consolidate strmhz() implementation
4050
4051 ARM, i386, m68k and ppc all have identical implementations of strmhz().
4052 Other architectures don't provide this function at all.
4053
4054 This patch moves strmhz() into lib_generic, reducing code duplication
4055 and providing a more unified API across architectures.
4056
4057 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4058
4059commit a928d0df211f1d829308d335d19be3ca42558dfc
4060Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
4061Date: Mon Aug 18 12:02:51 2008 +0200
4062
4063 fix mvbc_p board build warnings
4064
4065 fix build warnings @ mvBC-P board by using correct types, i.e. change
4066 out_be32 to out_be16 and out_8 accordingly.
4067
4068 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4069
4070commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
4071Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4072Date: Sat Aug 16 18:54:27 2008 +0200
4073
4074 Makefile: fix posix support on find
4075
4076 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4077
4078commit bef92e215d945cc574399c1a1b00a3a76d35aa03
4079Author: Axel Beierlein <belatronix@web.de>
4080Date: Sat Aug 16 00:30:48 2008 +0200
4081
4082 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
4083
4084 Tested with TQM5200S on STK52XX.200 Board
4085
4086 Signed-off-by: Axel Beierlein <belatronix@web.de>
4087
4088commit 0800707b6d5041a840a65d556032c15c584b55f8
4089Author: Peter Tyser <ptyser@xes-inc.com>
4090Date: Fri Aug 15 14:36:32 2008 -0500
4091
4092 mod_i2c_mem() bugfix
4093
4094 The last used chip, address, and address length were not being
4095 stored for the imm and imn commands.
4096
4097 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4098
4099commit 4afbef967275b2f636abae86f91b81becee7ad03
4100Author: Steven A. Falco <sfalco@harris.com>
4101Date: Fri Aug 15 15:37:31 2008 -0400
4102
4103 Fix typo in spelling of ATAPI.
4104
4105 Correct a small spelling mistake.
4106
4107 Signed-off-by: Steven A. Falco <sfalco@harris.com>
4108
4109commit 36c2d3062ecc6ab85f8e237180eb134464c48418
4110Author: Steven A. Falco <sfalco@harris.com>
4111Date: Fri Aug 15 15:34:10 2008 -0400
4112
4113 Add a hook to allow board-specific PIO mode setting.
4114
4115 This patch adds a hook whereby a board-specific routine can be called to
4116 configure hardware for a PIO mode. The prototype for the board-specific
4117 routine is:
4118
4119 int inline ide_set_piomode(int pio_mode)
4120
4121 ide_set_piomode should be prepared to configure hardware for a pio_mode
4122 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
4123
4124 Signed-off-by: Steven A. Falco <sfalco@harris.com>
4125
4126commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
4127Author: Steven A. Falco <sfalco@harris.com>
4128Date: Fri Aug 15 15:29:12 2008 -0400
4129
4130 Replace enums in ata.h with an include of libata.h
4131
4132 This patch removes some enums from ata.h and replaces them with an
4133 include of libata.h. This way, we eliminate duplicated code, and
4134 prevent errors whereby the different versions could be out of sync.
4135
4136 Signed-off-by: Steven A. Falco <sfalco@harris.com>
4137
4138commit 0de0afbca865ecf482b4d2b635236746def8518f
4139Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4140Date: Fri Aug 15 18:32:41 2008 +0200
4141
4142 coldfire: fix CFI drivers activation with new macro
4143
4144 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
4145
4146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4147
4148commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
4149Author: Kumar Gala <galak@kernel.crashing.org>
4150Date: Fri Aug 15 08:24:35 2008 -0500
4151
4152 fdt: fdt addr w/o any args reports back the current working address
4153
4154 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4155
4156commit f953d99fd528a496b400a706b511eaf8e3ea66af
4157Author: Kumar Gala <galak@kernel.crashing.org>
4158Date: Fri Aug 15 08:24:34 2008 -0500
4159
4160 fdt: added the ability to set initrd start/end via chosen command
4161
4162 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4163
4164commit ffa4bafacaef67058463b3d7d0099ced57569dd2
4165Author: Kumar Gala <galak@kernel.crashing.org>
4166Date: Fri Aug 15 08:24:33 2008 -0500
4167
4168 Add command to enable/disable interrupts
4169
4170 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4171
4172commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
4173Author: Nick Spence <nick.spence@freescale.com>
4174Date: Tue Aug 19 22:21:16 2008 -0700
4175
4176 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
4177
4178 This patch fixes a missing vendor code in the flash_real_protect() function.
4179
4180 Signed-off-by: Nick Spence <nick.spence@freescale.com>
4181 Signed-off-by: Stefan Roese <sr@denx.de>
4182
4183commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
4184Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4185Date: Tue Aug 19 16:53:39 2008 +0000
4186
4187 CFI: Fix AMD Legacy sector protect
4188
4189 New implement sector lock and unlock or softlock commands
4190 do not exist in AMD legacy flash. Thus, causing issue
4191 when erasing AMD legacy flash (such as lv040)
4192
4193 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4194 Signed-off-by: Stefan Roese <sr@denx.de>
4195
4196commit 492671404140f09d5b21b3d2ce4e362c0692c069
4197Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4198Date: Wed Aug 20 09:40:16 2008 +0200
4199
4200 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
4201
4202 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
4203
4204 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4205
4206commit 33eac2b3d946fc998a09245dfe54d017079b9056
4207Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4208Date: Wed Aug 20 09:28:36 2008 +0200
4209
4210 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
4211
4212 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4213
4214commit 25da0b84195fdda89a943b2d25757db5afeef5b8
4215Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4216Date: Wed Aug 20 09:27:37 2008 +0200
4217
4218 favr-32-ezkit: Fix printf format warnings
4219
4220 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4221
4222commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
4223Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4224Date: Fri Aug 15 12:04:25 2008 +0200
4225
4226 MAINTAINERS: Sort avr32 section alphabetically
4227
4228 The rest of the MAINTAINERS file appears to be sorted
4229 almost-alphabetically, but entries for the newly added AVR32 boards were
4230 added somewhat randomly. This patch sorts the list alphabetically again.
4231
4232 Also update my e-mail address. The old one still works, but it may not
4233 work forever.
4234
4235 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4236
4237commit 13b50fe3bc065c48911fa373231421280855a9d6
4238Author: Mark Jackson <mpfj@mimc.co.uk>
4239Date: Wed Jul 30 13:07:27 2008 +0100
4240
4241 avr32: Add MIMC200 board
4242
4243 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
4244 8MByte FLASH and 128KByte FRAM.
4245
4246 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
4247 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4248
4249commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
4250Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4251Date: Wed Jul 9 21:07:34 2008 +0900
4252
4253 rtl8169: add support for RTL8110SCL
4254
4255 This patch fixes a problem that RTL8110SCL started transfer
4256 with an incorrect memory address.
4257
4258 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4259 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4260
4261commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
4262Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4263Date: Wed Jun 25 15:48:52 2008 -0500
4264
4265 Fix dm9000 receive status and len little endian issue
4266
4267 The received status and len was in little endian
4268 format and caused the ethernet unable to proceed
4269 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
4270
4271 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4272 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4273
4274commit fcd69a1a57fb2af4d26201422095a4be9f36963e
4275Author: Kumar Gala <galak@kernel.crashing.org>
4276Date: Fri Aug 15 08:24:32 2008 -0500
4277
4278 Clean up usage of icache_disable/dcache_disable
4279
4280 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
4281 also flushing the icache. All callers of invalidate_l1_instruction_cache()
4282 call icache_disable() right after. Make it so icache_disable() calls
4283 invalidate_l1_instruction_cache() for us.
4284
4285 Also, dcache_disable() already calls dcache_flush() so there is no point
4286 in the explicit calls of dcache_flush().
4287
4288 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4289
4290commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
4291Author: Kumar Gala <galak@kernel.crashing.org>
4292Date: Fri Aug 15 08:24:31 2008 -0500
4293
4294 Update linux bootm to support ePAPR client interface
4295
4296 The ePAPR spec has some subtle differences from the current device
4297 tree based boot interface to the powerpc linux kernel. The powerpc
4298 linux kernel currently ignores the differences that ePAPR specifies.
4299
4300 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4301
4302commit b734e5556a239b3be5f9693b2f4b4b739683ec16
4303Author: Wolfgang Denk <wd@denx.de>
4304Date: Mon Aug 18 23:50:20 2008 +0200
4305
4306 Minor code cleanup: keep lists sorted.
4307
4308 Signed-off-by: Wolfgang Denk <wd@denx.de>
4309
4310commit d0039d4ed275e6ca09fb417895024ad02be118c4
4311Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4312Date: Wed Jul 23 19:10:14 2008 +0200
4313
4314 Add support for ADT7460 I2C monitor chip
4315
4316 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4317
4318commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
4319Author: Michal Simek <monstr@monstr.eu>
4320Date: Mon Jul 14 19:45:45 2008 +0200
4321
4322 video: Clean drivers/video/Makefile
4323
4324 Signed-off-by: Michal Simek <monstr@monstr.eu>
4325
4326commit 871c18dd301752270e1f74328c846c3104be1e2e
4327Author: Michal Simek <monstr@monstr.eu>
4328Date: Mon Jul 14 19:45:37 2008 +0200
4329
4330 rtc: Clean drivers/rtc/Makefile
4331
4332 Signed-off-by: Michal Simek <monstr@monstr.eu>
4333
4334commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
4335Author: Michal Simek <monstr@monstr.eu>
4336Date: Mon Jul 14 19:45:35 2008 +0200
4337
4338 i2c: Clean drivers/i2c/ Makefile
4339
4340 Signed-off-by: Michal Simek <monstr@monstr.eu>
4341
4342commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
4343Author: Harald Welte <laforge@openmoko.org>
4344Date: Wed Jul 9 22:30:30 2008 +0800
4345
4346 Add 'license' command to U-Boot command line
4347
4348 The 'license' command includes the U-Boot license (GPLv2) into the
4349 actual bootloader binary. The license text can be shown interactively
4350 at the U-Boot commandline.
4351
4352 For products where the commandline can actually be accessed by the
4353 end user, this helps to prevent inadvertent GPL violations, since the
4354 GPLv2 license text can no longer be 'forgotten' to be included into
4355 the product.
4356
4357 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
4358
4359 Signed-off-by: Harald Welte <laforge@openmoko.org>
4360
4361commit fe2ce5500ebf43d79d227190bd2370232d5b113d
4362Author: Harald Welte <laforge@gnumonks.org>
4363Date: Sun Jul 6 15:56:38 2008 +0800
4364
4365 add 'unzip' command to u-boot commandline
4366
4367 [PATCH] add new 'unzip' command to u-boot commandline
4368
4369 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
4370 memory to memory, and option CONFIG_CMD_UNZIP to enable it
4371
4372 Signed-off-by: Werner Almesberger <werner@openmoko.org>
4373 Signed-off-by: Harald Welte <laforge@openmoko.org>
4374
4375commit 07efc9e321619c3dec213310c32e011aa6f02783
4376Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4377Date: Wed Aug 6 19:37:17 2008 -0500
4378
4379 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
4380
4381 The CFG_ENV_SIZE is not suitable used for SPI flash erase
4382 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
4383 Add condition check if CFG_ENV_SIZE is larger than
4384 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
4385 erasing.
4386
4387 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4388
4389commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
4390Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4391Date: Mon Aug 11 15:54:25 2008 +0000
4392
4393 ColdFire: Multiple fixes for M5282EVB
4394
4395 Incorrect CFG_HZ value, change 1000000 to 1000.
4396 Rename #waring to #warning. RAMBAR1 uses twice
4397 in start.S, rename the later to FLASHBAR. Insert
4398 nop for DRAM setup. And, env_offset in linker file.
4399
4400 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4401
4402commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
4403Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4404Date: Mon Aug 11 15:26:43 2008 +0000
4405
4406 ColdFire: Move m5282evb from board to board/freescale
4407
4408 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4409
4410commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
4411Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4412Date: Mon Aug 11 15:25:07 2008 +0000
4413
4414 ColdFire: Move m5272c3 from board to board/freescale
4415
4416 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4417
4418commit 659e9bad629a480f606b286d5703aef7159edf98
4419Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4420Date: Mon Aug 11 15:23:16 2008 +0000
4421
4422 ColdFire: Move m5271evb from board to board/freescale
4423
4424 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4425
4426commit 05316f8ece8206339a208ec052f039cd0f7ca922
4427Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4428Date: Mon Aug 11 13:41:49 2008 +0000
4429
4430 ColdFire: Add M54451EVB platform support for MCF5445x
4431
4432 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4433
4434commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
4435Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4436Date: Wed Aug 6 19:14:08 2008 -0500
4437
4438 ColdFire: Add Serial Flash support for M54455EVB
4439
4440 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4441
4442commit 9f751551456828b2d0ff417f10959fb0c7110bd0
4443Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4444Date: Wed Jul 23 20:38:53 2008 -0500
4445
4446 ColdFire: Implement SBF feature for M5445EVB
4447
4448 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4449
4450commit a7323bba229203aae2604afde131ab47bad4eadc
4451Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4452Date: Wed Jul 23 17:53:36 2008 -0500
4453
4454 ColdFire: Add SSPI feature for MCF5445x
4455
4456 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4457
4458commit b2d022d1ac3f59bffa9cec249341e77aea168abc
4459Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4460Date: Wed Jul 23 17:37:10 2008 -0500
4461
4462 ColdFire: Use CFI Flash driver for M54455EVB
4463
4464 Remove non-common flash driver in
4465 board/freescale/m54455evb/flash.c. The non-cfi flash will
4466 use CONFIG_FLASH_CFI_LEGACY to configure the flash
4467 attribute.
4468
4469 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4470
4471commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
4472Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4473Date: Wed Jul 23 17:11:47 2008 -0500
4474
4475 ColdFire: Add M5253DEMO platform support for MCF5253
4476
4477 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4478
4479commit 80ba61fd82569af40e04d4a089257b81881884f2
4480Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4481Date: Wed Aug 6 14:17:09 2008 -0500
4482
4483 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
4484
4485 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4486
4487commit d361307e73ce1f6fc68760123f37d4876f851f3e
4488Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4489Date: Wed Aug 6 14:11:36 2008 -0500
4490
4491 ColdFire: Fix M5253EVB dram bring up issue
4492
4493 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4494
4495commit 4b0708093e15b412296328bf81325cf9b69fe512
4496Author: Wolfgang Denk <wd@denx.de>
4497Date: Thu Aug 14 14:41:06 2008 +0200
4498
4499 Coding Style cleanup, update CHANGELOG
4500
4501 Signed-off-by: Wolfgang Denk <wd@denx.de>
4502
4b070809
WD
4503commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
4504Author: Scott Wood <scottwood@freescale.com>
4505Date: Wed Aug 13 18:24:05 2008 -0500
4506
4507 socrates: Update NAND driver to new API.
4508
4509 Also, fix some minor formatting issues, and simplify the handling of
4510 "state" for writes.
4511
4512 Signed-off-by: Scott Wood <scottwood@freescale.com>
4513
4514commit ba22d10f39eaeedd035e8265616e31ff88e314d5
4515Author: Scott Wood <scottwood@freescale.com>
4516Date: Wed Aug 13 18:03:40 2008 -0500
4517
4518 quad100hd: Update NAND driver to new API.
4519
4520 Signed-off-by: Scott Wood <scottwood@freescale.com>
4521
4522commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
4523Author: Scott Wood <scottwood@freescale.com>
4524Date: Wed Aug 13 17:53:48 2008 -0500
4525
4526 m5373evb: Update NAND driver to new API.
4527
4528 Signed-off-by: Scott Wood <scottwood@freescale.com>
4529
4530commit 1a23a197c8722b805f40895544bbdb1a648c1c82
4531Author: Scott Wood <scottwood@freescale.com>
4532Date: Wed Aug 13 17:04:30 2008 -0500
4533
4534 s3c24x0: Update NAND driver to new API.
4535
4536 Signed-off-by: Scott Wood <scottwood@freescale.com>
4537
4538commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
4539Author: Scott Wood <scottwood@freescale.com>
4540Date: Wed Aug 13 15:56:00 2008 -0500
4541
4542 at91: Update board NAND drivers to current API.
4543
4544 Signed-off-by: Scott Wood <scottwood@freescale.com>
4545
4546commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
4547Author: Kyungmin Park <kmpark@infradead.org>
4548Date: Wed Aug 13 09:11:02 2008 +0900
4549
4550 Fix OneNAND build break
4551
4552 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
4553 - fix bufferram management at erase operation
4554 This patch includes the NAND/OneNAND state filed too.
4555
4556 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4557 Signed-off-by: Scott Wood <scottwood@freescale.com>
4558
4559commit 9483df6408c25f16060432de3868901e352e23bc
4560Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4561Date: Wed Aug 13 01:40:43 2008 +0200
4562
4563 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
4564
4565 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4566
4567commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
4568Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4569Date: Wed Aug 13 01:40:43 2008 +0200
4570
4571 drivers/mtd/nand: Move conditional compilation to Makefile
4572
4573 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
4574
4575 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4576
4577commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
4578Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4579Date: Wed Aug 13 01:40:42 2008 +0200
4580
4581 drivers/mtd/onenand: Move conditional compilation to Makefile
4582
4583 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4584
4585commit 00b1883a4cac59d97cd297b1a3a398db85982865
4586Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4587Date: Wed Aug 13 01:40:42 2008 +0200
4588
4589 drivers/mtd: Move conditional compilation to Makefile
4590
4591 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
4592
4593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4594
4595commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
4596Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4597Date: Wed Aug 13 01:40:41 2008 +0200
4598
4599 drivers/qe: Move conditional compilation to Makefile
4600
4601 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4602
4603commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
4604Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4605Date: Wed Aug 13 01:40:40 2008 +0200
4606
4607 drivers/pci: Move conditional compilation to Makefile
4608
4609 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4610
4611commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
4612Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4613Date: Wed Aug 13 01:40:40 2008 +0200
4614
4615 drivers/misc: Move conditional compilation to Makefile
4616
4617 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4618
4619commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
4620Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4621Date: Wed Aug 13 01:40:40 2008 +0200
4622
4623 drivers/input: Move conditional compilation to Makefile
4624
4625 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4626
4627commit 88f57e093114a44aa9a858d52b099bcc52034a8c
4628Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4629Date: Wed Aug 13 01:40:39 2008 +0200
4630
4631 drivers/dma: Move conditional compilation to Makefile
4632
4633 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4634
4635commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
4636Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4637Date: Wed Aug 13 01:40:39 2008 +0200
4638
4639 drivers/block: Move conditional compilation to Makefile
4640
4641 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4642
4643commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
4644Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4645Date: Wed Aug 13 01:40:39 2008 +0200
4646
4647 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
4648
4649 move also conditional compilation to Makefile
4650
4651 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4652
4653commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
4654Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4655Date: Wed Aug 13 01:40:38 2008 +0200
4656
4657 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
4658
4659 move also conditional compilation to Makefile
4660
4661 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4662
4663commit d6e9ee92e890f67594ab150689510df361133ead
4664Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4665Date: Wed Aug 13 01:40:38 2008 +0200
4666
4667 common: Move conditional compilation to Makefile
4668
4669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4670
4671commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
4672Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4673Date: Wed Aug 13 01:40:09 2008 +0200
4674
4675 mx31: move freescale's mx31 boards to vendor board dir
4676
4677 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4678
4679commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
4680Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4681Date: Sat Jul 5 23:11:11 2008 +0200
4682
4683 at91: move arch-at91sam9 to arch-at91
4684
4685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4686
4687commit 195ccfc5991d48764b2519941e3507f693851d5d
4688Author: Fathi BOUDRA <fabo@debian.org>
4689Date: Wed Aug 6 10:06:20 2008 +0200
4690
4691 OneNAND: Fill in MTD function pointers for OneNAND.
4692
4693 onenand_print_device_info():
4694 - Now returns a string to be placed in mtd->name,
4695 rather than calling printf.
4696 - Remove verbose parameter as it becomes useless.
4697
4698 Signed-off-by: Fathi Boudra <fabo@debian.org>
4699 Signed-off-by: Scott Wood <scottwood@freescale.com>
4700
4701commit aa646643b6bc250cb3a4966bf728876e0c10d329
4702Author: Guennadi Liakhovetski <lg@denx.de>
4703Date: Wed Aug 6 21:42:07 2008 +0200
4704
4705 nand_spl: Support page-aligned read in nand_load, use chipselect
4706
4707 Supporting page-aligned reads doesn't incure any sinificant overhead, just
4708 a small change in the algorithm. Also replace in_8 with readb, since there
4709 is no in_8 on ARM.
4710
4711 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4712 Signed-off-by: Scott Wood <scottwood@freescale.com>
4713
4714commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
4715Author: Scott Wood <scottwood@freescale.com>
4716Date: Tue Aug 5 11:15:59 2008 -0500
4717
4718 NAND boot: Update large page support for current API.
4719
4720 Also, remove the ctrl variable in favor of passing the constants
4721 directly, and remove redundant (u8) casts.
4722
4723 Signed-off-by: Scott Wood <scottwood@freescale.com>
4724
4725commit e4c09508545d1c45617ba45391c03c03cbc360b9
4726Author: Scott Wood <scottwood@freescale.com>
4727Date: Mon Jun 30 14:13:28 2008 -0500
4728
4729 NAND boot: MPC8313ERDB support
4730
4731 Note that with older board revisions, NAND boot may only work after a
4732 power-on reset, and not after a warm reset. I don't have a newer board
4733 to test on; if you have a board with a 33MHz crystal, please let me know
4734 if it works after a warm reset.
4735
4736 Signed-off-by: Scott Wood <scottwood@freescale.com>
4737
4738commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
4739Author: Scott Wood <scottwood@freescale.com>
4740Date: Thu Jun 26 14:06:52 2008 -0500
4741
4742 mpc8313erdb: Enable NAND in config.
4743
4744 Signed-off-by: Scott Wood <scottwood@freescale.com>
4745
4746commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
4747Author: Guennadi Liakhovetski <lg@denx.de>
4748Date: Thu Jul 31 12:38:26 2008 +0200
4749
4750 NAND: Do not write or read a whole block if it is larger than the environment
4751
4752 Environment can be smaller than NAND block size, do not need to read a whole
4753 block and minimum for writing is one page. Also remove an unused variable.
4754
4755 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
4756 Signed-off-by: Scott Wood <scottwood@freescale.com>
4757
4758commit eafcabd15f00c142156235c519fcc55b10993241
4759Author: Marcel Ziswiler <marcel@ziswiler.com>
4760Date: Sun Jun 22 16:30:06 2008 +0200
4761
4762 NAND: chip->state does not always get set.
4763
4764 Fixes an issue with chip->state not always being set causing troubles.
4765
4766 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
4767 Signed-off-by: Scott Wood <scottwood@freescale.com>
4768
4769commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
4770Author: Ilya Yanok <yanok@emcraft.com>
4771Date: Mon Jun 30 15:34:40 2008 +0200
4772
4773 NAND: Scan bad blocks lazily.
4774
4775 Rather than scanning on boot, scan upon the first attempt to check the
4776 badness of a block. This speeds up boot when not using NAND, and reduces
4777 the likelihood of needing to reflash via JTAG if NAND becomes
4778 nonfunctional.
4779
4780 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4781 Signed-off-by: Scott Wood <scottwood@freescale.com>
4782
4783commit dfbf617ff055e4216f78d358b0867c548916d14b
4784Author: Scott Wood <scottwood@freescale.com>
4785Date: Thu Jun 12 13:20:16 2008 -0500
4786
4787 NAND read/write fix
4788
4789 Implement block-skipping read/write, based on a patch from
4790 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
4791
4792 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
4793 Signed-off-by: Scott Wood <scottwood@freescale.com>
4794
4795commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
4796Author: Scott Wood <scottwood@freescale.com>
4797Date: Thu Jun 12 13:13:23 2008 -0500
4798
4799 NAND: Always skip blocks on read/write/boot.
4800
4801 Use of the non-skipping versions was almost always (if not always)
4802 an error, and no valid use case has been identified.
4803
4804 Signed-off-by: Scott Wood <scottwood@freescale.com>
4805
4806commit e1c3dbada349992875934575c97b328ab2cb33ca
4807Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4808Date: Thu Jun 12 11:10:21 2008 -0500
4809
4810 nand: fsl_upm: convert to updated MTD NAND infrastructure
4811
4812 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4813 Signed-off-by: Scott Wood <scottwood@freescale.com>
4814
4815commit 300253306acc72b1b2e9faf0987f86551151d7cf
4816Author: Scott Wood <scottwood@freescale.com>
4817Date: Thu May 22 15:02:46 2008 -0500
4818
4819 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
4820
4821 The hardware has separate registers for block and page-within-block,
4822 but the division between the two has no apparent relation to the
4823 actual erase block size of the NAND chip.
4824
4825 Signed-off-by: Scott Wood <scottwood@freescale.com>
4826
4827commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
4828Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4829Date: Fri Mar 28 22:10:54 2008 +0300
4830
4831 fsl_elbc_nand: workaround for hangs during nand write
4832
4833 Using current driver elbc sometimes hangs during nand write. Reading back
4834 last byte helps though (thanks to Scott Wood for the idea).
4835
4836 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4837 Signed-off-by: Scott Wood <scottwood@freescale.com>
4838
4839commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
4840Author: Scott Wood <scottwood@freescale.com>
4841Date: Fri Mar 21 16:12:51 2008 -0500
4842
4843 Freescale eLBC FCM NAND driver
4844
4845 This is a driver for the Flash Control Machine of the enhanched Local Bus
4846 Controller found on some Freescale chips (such as the mpc8313 and the
4847 mpc8379).
4848
4849 Signed-off-by: Scott Wood <scottwood@freescale.com>
4850
4851commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
4852Author: Scott Wood <scottwood@freescale.com>
4853Date: Tue Mar 18 15:29:14 2008 -0500
4854
4855 Don't panic if a controller driver does ecc its own way.
4856
4857 Some hardware, such as the enhanced local bus controller used on some
4858 mpc83xx chips, does ecc transparently when reading and writing data, rather
4859 than providing a generic calculate/correct mechanism that can be exported to
4860 the nand subsystem.
4861
4862 The subsystem should not BUG() when calculate, correct, or hwctl are
4863 missing, if the methods that call them have been overridden.
4864
4865 Signed-off-by: Scott Wood <scottwood@freescale.com>
4866
4867commit e52b34d40a8a646e3d11638ea8797e96398dba13
4868Author: Stefan Roese <sr@denx.de>
4869Date: Thu Jan 10 18:47:33 2008 +0100
4870
4871 NAND: Make NAND driver less verbose per default
4872
4873 This patch turns off printing of bad blocks per default upon bootup.
4874 This can always be shown via the "nand bad" command later.
4875
4876 Signed-off-by: Stefan Roese <sr@denx.de>
4877
4878commit fe56a2772e5c59577df906163d0d4b29b056140e
4879Author: Sergey Kubushyn <ksi@koi8.net>
4880Date: Wed Jan 9 15:36:20 2008 +0100
4881
4882 NAND: Davinci driver updates
4883
4884 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
4885 don't have hardware handy so I can not test it at the moment but changes are
4886 rather trivial so it should work. It would be nice if somebody with a
4887 hardware checked it anyways.
4888
4889 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
4890
4891commit deac913effd8d80535c9ff4687b6fcdff540c554
4892Author: Stefan Roese <sr@denx.de>
4893Date: Sat Jan 5 16:50:32 2008 +0100
4894
4895 NAND: Fix compilation warning and small coding style issue
4896
4897 Signed-off-by: Stefan Roese <sr@denx.de>
4898
4899commit c568f77acdf896fc3dd6413ce53205b17ba809a3
4900Author: Stefan Roese <sr@denx.de>
4901Date: Sat Jan 5 16:49:37 2008 +0100
4902
4903 NAND: Update nand_spl driver to match updated nand subsystem
4904
4905 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
4906 the new infrastructure from the updated NAND subsystem. This NAND
4907 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
4908 subsystem.
4909
4910 Signed-off-by: Stefan Roese <sr@denx.de>
4911
4912commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
4913Author: Stefan Roese <sr@denx.de>
4914Date: Sat Jan 5 16:47:58 2008 +0100
4915
4916 NAND: Update 4xx NDFC driver to match updated nand subsystem
4917
4918 This patch changes the 4xx NAND driver ndfc.c to match the new
4919 infrastructure from the updated NAND subsystem. This NAND
4920 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
4921 subsystem.
4922
4923 Tested successfully on AMCC Sequoia and Bamboo.
4924
4925 Signed-off-by: Stefan Roese <sr@denx.de>
4926
4927commit 12072264528eba33737bc9674e19f0e925ffda23
4928Author: Stefan Roese <sr@denx.de>
4929Date: Sat Jan 5 16:43:25 2008 +0100
4930
4931 NAND: Change nand_wait_ready() to not call nand_wait()
4932
4933 This patch changes nand_wait_ready() to not just call nand_wait(),
4934 since this will send a new command to the NAND chip. We just want to
4935 wait for the chip to become ready here.
4936
4937 Signed-off-by: Stefan Roese <sr@denx.de>
4938
4939commit 9ad754fef5053144daed3b007adaf1c9bec654c9
4940Author: William Juul <william.juul@datarespons.no>
4941Date: Fri Dec 14 16:33:45 2007 +0100
4942
4943 make nand dump and nand dump.oob work
4944
4945 Signed-off-by: William Juul <william.juul@tandberg.com>
4946 Signed-off-by: Scott Wood <scottwood@freescale.com>
4947
4948commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
4949Author: William Juul <william.juul@datarespons.no>
4950Date: Mon Nov 19 14:46:00 2007 +0100
4951
4952 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
4953
4954 Signed-off-by: William Juul <william.juul@tandberg.com>
4955
4956commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
4957Author: William Juul <william.juul@tandberg.com>
4958Date: Tue Jun 10 16:18:13 2008 -0500
4959
4960 Clean out unneeded files
4961
4962 Signed-off-by: William Juul <william.juul@tandberg.com>
4963
4964commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
4965Author: William Juul <william.juul@datarespons.no>
4966Date: Fri Nov 16 08:44:27 2007 +0100
4967
4968 Create symlinks from yaffs2/direct to yaffs2
4969
4970 Signed-off-by: William Juul <william.juul@tandberg.com>
4971
4972commit 90ef117b68387d66763291af0117677644166611
4973Author: William Juul <william.juul@datarespons.no>
4974Date: Thu Nov 15 12:23:57 2007 +0100
4975
4976 Incorporate yaffs2 into U-boot
4977
4978 To use YAFFS2 define CONFIG_YAFFS2
4979
4980 Signed-off-by: William Juul <william.juul@tandberg.com>
4981 Signed-off-by: Scott Wood <scottwood@freescale.com>
4982
4983commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
4984Author: William Juul <william.juul@datarespons.no>
4985Date: Thu Nov 15 11:13:05 2007 +0100
4986
4987 YAFFS2 import
4988
4989 Direct import of yaffs as a tarball as of 20071113 from their public
4990 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
4991
4992 The code can also be imported on the command line with:
4993 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
4994 (Hit return when asked for a password)
4995 cvs checkout yaffs2
4996
4997 Signed-off-by: William Juul <william.juul@tandberg.com>
4998 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
4999
5000commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
5001Author: William Juul <william.juul@datarespons.no>
5002Date: Wed Nov 14 14:28:11 2007 +0100
5003
5004 Whitespace cleanup and marking broken code.
5005
5006 Changes requested by maintainer Stefan Roese after
5007 posting patch to U-boot mailing list.
5008
5009 Signed-off-by: William Juul <william.juul@tandberg.com>
5010 Signed-off-by: Scott Wood <scottwood@freescale.com>
5011
5012commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
5013Author: William Juul <william.juul@datarespons.no>
5014Date: Fri Nov 9 13:32:30 2007 +0100
5015
5016 Fixing coding style issues
5017
5018 - Fixing leading white spaces
5019 - Fixing indentation where 4 spaces are used instead of tab
5020 - Removing C++ comments (//), wherever I introduced them
5021
5022 Signed-off-by: William Juul <william.juul@tandberg.com>
5023 Signed-off-by: Scott Wood <scottwood@freescale.com>
5024
5025commit 4cbb651b29cb64d378a06729970e1e153bb605b1
5026Author: William Juul <william.juul@datarespons.no>
5027Date: Thu Nov 8 10:39:53 2007 +0100
5028
5029 Remove white space at end.
5030
5031 Signed-off-by: William Juul <william.juul@tandberg.com>
5032 Signed-off-by: Scott Wood <scottwood@freescale.com>
5033
5034commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
5035Author: William Juul <william.juul@datarespons.no>
5036Date: Wed Oct 31 13:53:06 2007 +0100
5037
5038 Update MTD to that of Linux 2.6.22.1
5039
5040 A lot changed in the Linux MTD code, since it was last ported from
5041 Linux to U-Boot. This patch takes U-Boot NAND support to the level
5042 of Linux 2.6.22.1 and will enable support for very large NAND devices
5043 (4KB pages) and ease the compatibility between U-Boot and Linux
5044 filesystems.
5045
5046 This patch is tested on two custom boards with PPC and ARM
5047 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
5048 cross compilers.
5049
5050 MAKEALL ppc/arm has some issues:
5051 * DOC/OneNand/nand_spl is not building (I have not tried porting
5052 these parts, and since I do not have any HW and I am not familiar
5053 with this code/HW I think its best left to someone else.)
5054
5055 Except for the issues mentioned above, I have ported all drivers
5056 necessary to run MAKEALL ppc/arm without errors and warnings. Many
5057 drivers were trivial to port, but some were not so trivial. The
5058 following drivers must be examined carefully and maybe rewritten to
5059 some degree:
5060 cpu/ppc4xx/ndfc.c
5061 cpu/arm926ejs/davinci/nand.c
5062 board/delta/nand.c
5063 board/zylonite/nand.c
5064
5065 Signed-off-by: William Juul <william.juul@tandberg.com>
5066 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
5067 Signed-off-by: Scott Wood <scottwood@freescale.com>
5068
5069commit cd82919e6c8a73b363a26f34b734923844e52d1c
5070Author: Wolfgang Denk <wd@denx.de>
5071Date: Tue Aug 12 16:08:38 2008 +0200
5072
5073 Coding style cleanup, update CHANGELOG, prepare release
5074
5075 Signed-off-by: Wolfgang Denk <wd@denx.de>
5076
cd82919e
WD
5077commit 17e900b8c0f38d922da47073246219dce2a847f2
5078Author: Wolfgang Denk <wd@denx.de>
5079Date: Tue Aug 12 14:54:04 2008 +0200
5080
5081 MVBC_P: fix compile problem
5082
5083 Signed-off-by: Wolfgang Denk <wd@denx.de>
5084
5085commit 52b047ae48219b59bebe37ba743ab103fd4f8316
5086Author: Wolfgang Denk <wd@denx.de>
5087Date: Tue Aug 12 12:10:11 2008 +0200
5088
5089 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
5090
5091 Signed-off-by: Wolfgang Denk <wd@denx.de>
5092
5093commit c9c101c660b3d1995045c61c7c6041f52b6cf335
5094Author: Wolfgang Denk <wd@denx.de>
5095Date: Tue Aug 12 00:36:53 2008 +0200
5096
5097 ads5121: fix compiler warnings (unused variables)
5098
5099 Signed-off-by: Wolfgang Denk <wd@denx.de>
5100
5101commit 902ca09246039964d59bbcb519b1e1b5aed01308
5102Author: Kumar Gala <galak@kernel.crashing.org>
5103Date: Mon Aug 11 11:29:28 2008 -0500
5104
5105 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
5106
5107 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
5108
5109 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5110 Acked-by: Jon Loeliger <jdl@freescale.com>
5111
5112commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
5113Author: Kumar Gala <galak@kernel.crashing.org>
5114Date: Mon Aug 11 09:20:53 2008 -0500
5115
5116 Fix fallout from autostart revert
5117
5118 The autostart revert caused a bit of duplicated code as well as
5119 code that was using images->autostart that needs to get removed so
5120 we can build again.
5121
5122 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5123
5124commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
5125Author: Kumar Gala <galak@kernel.crashing.org>
5126Date: Mon Aug 11 09:16:25 2008 -0500
5127
5128 Fix compile error related to r8a66597-hcd & usb
5129
5130 When building the 8544DS board we get this error:
5131
5132 In file included from r8a66597-hcd.c:22:
5133 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
5134 make[1]: *** [r8a66597-hcd.o] Error 1
5135
5136 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
5137 is set.
5138
5139 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5140
5141commit 2d0daa03612338a813e3c9d22680e54eabfea378
5142Author: Becky Bruce <becky.bruce@freescale.com>
5143Date: Mon Aug 4 14:02:26 2008 -0500
5144
5145 POWERPC 86xx: Move BAT setup code to C
5146
5147 This is needed because we will be possibly be locating
5148 devices at physical addresses above 32bits, and the asm
5149 preprocessing does not appear to deal with ULL constants
5150 properly. We now call write_bat in lib_ppc/bat_rw.c.
5151
5152 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5153 Acked-by: Jon Loeliger <jdl@freescale.com>
5154
5155commit 9de67149db576c91b9c2a0a182652331e7e44211
5156Author: Becky Bruce <becky.bruce@freescale.com>
5157Date: Mon Aug 4 14:01:53 2008 -0500
5158
5159 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
5160
5161 Perform sync/isync as required by the architecture.
5162
5163 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5164 Acked-by: Jon Loeliger <jdl@freescale.com>
5165
5166commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
5167Author: Becky Bruce <becky.bruce@freescale.com>
5168Date: Mon Aug 4 14:01:16 2008 -0500
5169
5170 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
5171
5172 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5173 Acked-by: Jon Loeliger <jdl@freescale.com>
5174
5175commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
5176Author: Magnus Lilja <lilja.magnus@gmail.com>
5177Date: Sun Aug 3 21:44:10 2008 +0200
5178
5179 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
5180
5181 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
5182 contacts instead of only the first 256 ones as is the case prior to
5183 this patch.
5184
5185 Add missing MUX_* macros and update board files to use the new macros.
5186
5187 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5188
5189commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
5190Author: Magnus Lilja <lilja.magnus@gmail.com>
5191Date: Sun Aug 3 21:43:37 2008 +0200
5192
5193 i.MX31: Fix IOMUX related typos
5194
5195 Correct the names of some IOMUX macros.
5196
5197 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5198
5199commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
5200Author: Steve Sakoman <steve@sakoman.com>
5201Date: Mon Aug 11 20:26:16 2008 +0200
5202
5203 OneNAND: Remove unused parameters to onenand_verify_page
5204
5205 The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
5206
5207 Signed-off-by: Steve Sakoman <steve@sakoman.com>
5208 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
5209
5210commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
5211Author: Anatolij Gustschin <agust@denx.de>
5212Date: Fri Aug 8 18:00:40 2008 +0200
5213
5214 video: fix bug in cfb_console code
5215
5216 FILL_15BIT_555RGB macro extension for pixel swapping
5217 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
5218 introduced a bug in cfb_console:
5219
5220 Bitmaps with odd-numbered width won't be rendered
5221 correctly and even U-Boot crashes are observed on
5222 some platforms while repeated rendering of such
5223 bitmaps with "bmp display". Also if a bitmap is
5224 rendered to an odd-numbered x starting position,
5225 the same problem occurs. This patch is an attempt
5226 to fix it.
5227
5228 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5229
5230commit d9015f6a50d7258125349ef5c2af836458a0029a
5231Author: Anatolij Gustschin <agust@denx.de>
5232Date: Fri Aug 8 18:00:39 2008 +0200
5233
5234 video: fix bug in logo_plot
5235
5236 If logo_plot() should ever be called with x starting
5237 position other than zero and for pixel depths greater
5238 than 8bpp, logo colors distortion will be observed.
5239 This patch fixes the issue.
5240
5241 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5242
5243commit 406819ae94f79f5b59e01d163380ca7d83709251
5244Author: Wolfgang Denk <wd@denx.de>
5245Date: Mon Aug 11 00:17:52 2008 +0200
5246
5247 MAINTAINERS: sort entries
5248
5249 Signed-off-by: Wolfgang Denk <wd@denx.de>
5250
5251commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
5252Author: Roy Zang <tie-fei.zang@freescale.com>
5253Date: Thu Aug 7 18:19:28 2008 +0800
5254
5255 Add mpc7448hpc2 maintainer information
5256
5257 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
5258
5259commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
5260Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
5261Date: Thu Aug 7 13:13:27 2008 +0530
5262
5263 common/cmd_load.c - Minor code & Coding Style cleanup
5264
5265 - os_data_header Variable is a carry over feature
5266 & unused. So removed all instance of this variable
5267 - Minor Code Style Update
5268
5269 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
5270 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5271
5272commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
5273Author: Magnus Lilja <lilja.magnus@gmail.com>
5274Date: Wed Aug 6 19:32:33 2008 +0200
5275
5276 Update the U-Boot wiki URL.
5277
5278 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5279
5280commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
5281Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
5282Date: Sun Aug 10 17:56:36 2008 +0200
5283
5284 OneNAND: Remove base address offset usage
5285
5286 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
5287 using OneNAND and some using NAND, we found some differences in OneNAND and
5288 NAND command address handling.
5289
5290 As this might confuse users (it already confused us), we like to align OneNAND
5291 and NAND address handling.
5292
5293 The issue is that cmd_onenand.c subtracts the onenand base address from the
5294 addresses you type into the u-boot command line so, unlike nand, you can't
5295 use addresses relative to the start of the onenand part e.g. this won't work:
5296
5297 onenand read 82000000 280000 400000
5298
5299 you have to use:
5300
5301 onenand read 82000000 20280000 400000
5302
5303 Looking at recent git, the only board currently using OneNAND is Apollon, and
5304 for this the OneNAND base address is 0 (apollon.h)
5305
5306 #define CFG_ONENAND_BASE 0x00000000
5307
5308 so patch below won't break any existing boards and will align OneNAND and NAND
5309 handling on boards where OneNAND base address is != 0.
5310
5311 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
5312 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
5313 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
5314
5315commit c11528083ef6e55e76df742228c26e39d151813d
5316Author: Kumar Gala <galak@kernel.crashing.org>
5317Date: Thu Aug 7 09:28:20 2008 -0500
5318
5319 mpc85xx: workaround old binutils bug
5320
5321 The recent change to move the .bss outside of the image gives older
5322 binutils (ld from eldk4.1/binutils-2.16) some headache:
5323
5324 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
5325 ppc_85xx-ld: final link failed: Bad value
5326
5327 We workaround it by being explicit about the program headers and not
5328 assigning the .bss to a program header.
5329
5330 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5331
5332commit 0bf202ec586d4466c900e987720fa635c594d689
5333Author: Wolfgang Denk <wd@denx.de>
5334Date: Sun Aug 10 01:26:26 2008 +0200
5335
5336 Revert "[new uImage] Add autostart flag to bootm_headers structure"
5337
5338 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
5339
5340 The commit was based on a misunderstanding of the (documented)
5341 meaning of the 'autostart' environment variable. It might cause
5342 boards to hang if 'autostart' was used, with the potential to brick
5343 them. Go back to the documented behaviour.
5344
5345 Conflicts:
5346
5347 common/cmd_bootm.c
5348 common/image.c
5349 include/image.h
5350
5351 Signed-off-by: Wolfgang Denk <wd@denx.de>
5352
5353commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
5354Author: Wolfgang Denk <wd@denx.de>
5355Date: Sat Aug 9 23:17:32 2008 +0200
5356
5357 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
5358
5359 - enable CFI driver where this was forgotten
5360 - enable mtdparts support
5361 - adjust default environment
5362 etc.
5363
5364 Signed-off-by: Wolfgang Denk <wd@denx.de>
5365
5366commit 41266c9b5a5f873df3ec891bb0907616958b5602
5367Author: Peter Tyser <ptyser@xes-inc.com>
5368Date: Tue Aug 5 10:51:57 2008 -0500
5369
5370 FIT: Fix handling of images without ramdisks
5371
5372 boot_get_ramdisk() should not treat the case when a FIT image does
5373 not contain a ramdisk as an error.
5374
5375 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5376 Acked-by: Michal Simek <monstr@monstr.eu>
5377
5378commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
5379Author: Sergey Lapin <slapin@ossfans.org>
5380Date: Sat Aug 9 01:39:09 2008 +0400
5381
5382 DataFlash: AT45DB021 fix and AT45DB081 support
5383
5384 Fix for page size of AT45DB021. Also adding bigger AT45DB081
5385 which comes with some newer boards.
5386
5387 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
5388
5389commit ba9324451b662dd393afa53e5cc36fc5d3d10966
5390Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5391Date: Fri Aug 8 16:30:23 2008 +0900
5392
5393 sh: Update sh7763rdp config
5394
5395 Add sh_eth support to sh7763rdp.
5396
5397 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5398
5399commit 21f971ec265f6042ec21636d55d06a6bc0751077
5400Author: Wolfgang Denk <wd@denx.de>
5401Date: Mon Jul 7 01:22:29 2008 +0200
5402
5403 TQM823L: re-enable logo support; update LCD_INFO text
5404
5405 Signed-off-by: Wolfgang Denk <wd@denx.de>
5406
5407commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
5408Author: Wolfgang Denk <wd@denx.de>
5409Date: Fri Aug 8 16:41:56 2008 +0200
5410
5411 TQM8xxL: fix support for second flash bank
5412
5413 When switching the TQM8xxL modules to use the CFI flash driver,
5414 support for the second flash bank was broken because the CFI driver
5415 did not support dynamically sized banks. This gets fixed now.
5416
5417 Signed-off-by: Wolfgang Denk <wd@denx.de>
5418
5419commit 2a112b234d879f6390503a5f4e38246acce9d0b0
5420Author: Wolfgang Denk <wd@denx.de>
5421Date: Fri Aug 8 16:39:54 2008 +0200
5422
5423 CFI: allow for dynamically determined flash sizes and addresses
5424
5425 The CFI driver allowed only for static initializers in the
5426 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
5427 several flash banks contiguously if the bank sizes were not known in
5428 advance, which kind of violates U-Boot's design philosophy.
5429
5430 (will be used for example by the TQM8xxL boards)
5431
5432 Signed-off-by: Wolfgang Denk <wd@denx.de>
5433
5434commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
5435Author: Ben Warren <biggerbadderben@gmail.com>
5436Date: Thu Aug 7 23:26:35 2008 -0700
5437
5438 QE UEC: Fix compiler warnings
5439
5440 Moved static functions earlier in file so forward declarations are not needed.
5441
5442 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5443
5444commit d5d28fe4aad5f4535400647a5617c11039506467
5445Author: David Saada <David.Saada@ecitele.com>
5446Date: Mon Mar 31 02:37:38 2008 -0700
5447
5448 QE UEC: Add MII Commands
5449
5450 Add MII commands to the UEC driver. Note that once a UEC device is selected,
5451 any device on its MDIO bus can be addressed.
5452
5453 Signed-off-by: David Saada <david.saada@ecitele.com>
5454 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5455
5456commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
5457Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5458Date: Wed Jul 9 21:07:38 2008 +0900
5459
5460 usb: add support for R8A66597 usb controller
5461
5462 add support for Renesas R8A66597 usb controller.
5463 This patch supports USB Host mode.
5464
5465 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5466 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5467
5468commit 1d10dcd041aaeae9fd7c821005692898a0303382
5469Author: Hunter, Jon <jon-hunter@ti.com>
5470Date: Sat Jul 26 18:59:16 2008 -0500
5471
5472 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
5473
5474 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
5475
5476 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
5477 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5478
5479commit eab1007334b93a6209f1ec33615e26ef5311ede7
5480Author: Steven A. Falco <sfalco@harris.com>
5481Date: Wed Aug 6 15:42:52 2008 -0400
5482
5483 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
5484
5485 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
5486 configuration to match the schematic, and also sets the SDR0_PFC1 register to
5487 select the corresponding mode for the UARTs.
5488
5489 Signed-off-by: Steven A. Falco <sfalco@harris.com>
5490 Signed-off-by: Stefan Roese <sr@denx.de>
5491
a49d10cf
WD
5492commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
5493Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
5494Date: Wed Aug 6 14:42:13 2008 +0200
5495
5496 avr32: add support for EarthLCD Favr-32 board
5497
5498 This patch adds support for the Favr-32 board made by EarthLCD.
5499
5500 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
5501 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
5502 Ethernet, audio out, USB device, SD-card slot, USART and various other
5503 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
5504
5505 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
5506 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5507
5508commit bc9019e19758a19a388fb20ef18dc771cd39fdda
5509Author: Rafael Campos <rafael.campos@hanscan.com>
5510Date: Thu Jul 31 10:22:20 2008 +0200
5511
5512 cfi-flash: Added support to flash_real_protect for Atmel flash devices
5513
5514 Some of the flash memories produced by ATMEL start in read-only mode.
5515 We need to unprotect it. This patch allows the AT49BV6416 to work with
5516 cfi_flash memories. Tested in the at91rm9200ek board.
5517
5518 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
5519 Signed-off-by: Stefan Roese <sr@denx.de>
5520
5521commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
5522Author: Guennadi Liakhovetski <lg@denx.de>
5523Date: Tue Aug 5 15:36:39 2008 +0200
5524
5525 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
5526
5527 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5528 Signed-off-by: Stefan Roese <sr@denx.de>
5529
4b070809
WD
5530commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
5531Author: Stefan Roese <sr@denx.de>
5532Date: Wed Aug 6 14:06:03 2008 +0200
5533
5534 Fix merge problems
5535
5536 Signed-off-by: Stefan Roese <sr@denx.de>
5537
5538commit f2302d4430e7f3f48308d6a585320fe96af8afbd
5539Author: Stefan Roese <sr@denx.de>
5540Date: Wed Aug 6 14:05:38 2008 +0200
5541
5542 Fix merge problems
5543
5544 Signed-off-by: Stefan Roese <sr@denx.de>
5545
cd82919e
WD
5546commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
5547Author: Kenneth Johansson <kenneth@southpole.se>
5548Date: Tue Jul 15 12:13:38 2008 +0200
5549
5550 mpc5121: Move iopin features from board specific to common files.
5551
5552 And in the process eliminate some duplicate register defines.
5553
5554 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
5555
5556commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
5557Author: John Rigby <jrigby@freescale.com>
5558Date: Tue Aug 5 17:38:57 2008 -0600
5559
5560 mpc5121: squash some fdt fixup errors
5561
5562 On ADS5121 when booting linux the following errors are seen:
5563 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
5564 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
5565 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
5566
5567 This is caused by ft_cpu_setup trying to deal with
5568 both old and new soc node naming. This patch
5569 fixes this by being smarter about what to
5570 fixup.
5571
5572 Also do soc node fixups by compatible instead of by path.
5573 A new board config called OF_SOC_COMPAT defined
5574 to be "fsl,mpc5121-immr" replaces the old
5575 OF_SOC node path that was defined to be "soc@80000000".
5576
5577 Old device trees still work, but the compatiblity
5578 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
5579 which is on by default in include/configs/ads5121.h.
5580
5581 Signed-off-by: John Rigby <jrigby@freescale.com>
5582
5583commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
5584Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5585Date: Sat Aug 2 23:48:30 2008 +0200
5586
5587 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
5588
5589 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5590
5591commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
5592Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5593Date: Sat Aug 2 23:48:32 2008 +0200
5594
5595 nios2/sysid: fix printf warning
5596
5597 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5598
5599commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
5600Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5601Date: Sat Aug 2 23:48:33 2008 +0200
5602
5603 Fix remaining build issues with MPC8xx FADS boards.
5604
5605 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5606
5607commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
5608Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5609Date: Sat Aug 2 23:48:31 2008 +0200
5610
5611 nios2: fix phys_addr_t and phys_size_t support
5612
5613 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5614
5615commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
5616Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5617Date: Sat Aug 2 23:48:34 2008 +0200
5618
5619 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
5620
5621 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5622
5623commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
5624Author: Mark Jackson <mpfj@mimc.co.uk>
5625Date: Fri Aug 1 09:48:29 2008 +0100
5626
5627 Fix bitmap display for atmel lcd controller
5628
5629 The current lcd_display_bitmap() function does not work properly
5630 for the Atmel LCD controller.
5631
5632 2 fixes need to be done:-
5633
5634 (a) when setting the colour map, use the lcd_setcolreg() function
5635 as provided by the Atmel driver
5636 (b) the data is never actually written to the lcd framebuffer !!
5637
5638 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5639
5640commit 2a433c66b1e2770349fe4911be23c375f053ebd8
5641Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5642Date: Fri Aug 1 08:40:34 2008 +0200
5643
5644 qemu_mips: update README to follow qemu update about default machine
5645
5646 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5647
5648commit ac169d645f5f0e0b9a232563099209e92a355d8e
5649Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5650Date: Thu Jul 31 19:53:21 2008 -0500
5651
5652 ColdFire: Fix compilation issue caused by a missing function
5653
5654 Implement usec2ticks() which is used by fsl_i2c.c in
5655 lib_m68k/time.c
5656
5657 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5658
5659commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
5660Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5661Date: Thu Jul 31 19:53:06 2008 -0500
5662
5663 Fix compilation error for TASREG
5664
5665 TASREG is ColdFire platform, the include ppc4xx.h in
5666 board/esd/common/flash.c causes conflict.
5667
5668 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5669
5670commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
5671Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5672Date: Thu Jul 31 19:52:36 2008 -0500
5673
5674 Fix compilation error for MCF5275
5675
5676 Rename OBJ to COBJ in board/platform/Makefile
5677
5678 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5679
5680commit 5c40548f01218360a1f1395198c50ff45f3035b5
5681Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5682Date: Thu Jul 31 19:52:28 2008 -0500
5683
5684 Fix compile error caused by incorrect function return type
5685
5686 Rename int mii_init(void) to void mii_init(void) for idmr
5687 ColdFire platform
5688
5689 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5690
5691commit a58c78067c928976c082c758d3987e89ead5b191
5692Author: Wolfgang Denk <wd@denx.de>
5693Date: Fri Aug 1 12:06:22 2008 +0200
5694
5695 Fix build issues with MPC8xx FADS boards.
5696
5697 Signed-off-by: Wolfgang Denk <wd@denx.de>
5698
5699commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
5700Author: Wolfgang Denk <wd@denx.de>
5701Date: Thu Jul 31 17:54:03 2008 +0200
5702
5703 Prepare v1.3.4-rc2: update CHANGELOG
5704
5705 Signed-off-by: Wolfgang Denk <wd@denx.de>
5706
4b50cd12
WD
5707commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
5708Author: Mark Jackson <mpfj@mimc.co.uk>
5709Date: Thu Jul 31 16:09:00 2008 +0100
5710
5711 Add gzipped logo support
5712
5713 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
5714
5715 If this option is set, additionally to standard BMP
5716 images, gzipped BMP images can be displayed via the
5717 splashscreen support or the bmp command.
5718
5719 However, the splashscreen function *only* supports standard BMP images.
5720
5721 This patch adds the documented gzip support.
5722
5723 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5724
5725commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
5726Author: Mark Jackson <mpfj@mimc.co.uk>
5727Date: Thu Jul 31 15:56:48 2008 +0100
5728
5729 Fix Atmel LCD controller endianess for AVR32 processors
5730
5731 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
5732 AVR32 (big endian) platforms.
5733
5734 As such, the controller can handle both big and little endian memory.
5735
5736 This patch fixes the driver for the AVR32 platform.
5737
5738 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5739
5740commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
5741Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5742Date: Thu Jul 31 15:56:01 2008 +0200
5743
5744 apollon: fix build out of tree
5745
5746 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5747
5748commit 2e752be39d3e398d4ab89ffa6634c397df298297
5749Author: Guennadi Liakhovetski <lg@denx.de>
5750Date: Thu Jul 31 12:35:04 2008 +0200
5751
5752 Uncompressed images loaded to their start address shall set load_end too
5753
5754 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5755 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5756
5757commit c37207d7f51e19c17f859966f314e27cc1231801
5758Author: Wolfgang Denk <wd@denx.de>
5759Date: Wed Jul 16 16:38:59 2008 +0200
5760
5761 Fix printf() format problems with configurable prompts
5762
5763 U-Boot allows for configurable prompt strings using the
5764 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
5765 the assumption was that any such user defined problts would contain
5766 exactly one "%d" format specifier. But some boards did not.
5767
5768 To allow for flexible boot prompts without adding too complex code we
5769 now allow to specify the whole list of printf() arguments in the user
5770 definition. This is powerful, but requires a responsible user who
5771 really understands what he is doing, as he needs to know for exanple
5772 which variables are available in the respective context.
5773
5774 Signed-off-by: Wolfgang Denk <wd@denx.de>
5775
5776commit 54754120637b6a7f4ff774fb199fc550bcfea1da
5777Author: Wolfgang Denk <wd@denx.de>
5778Date: Thu Jul 31 17:02:14 2008 +0200
5779
5780 TQM85xx: fix typo introduce by commit ffbb5cb9
5781
5782 Signed-off-by: Wolfgang Denk <wd@denx.de>
5783
5784commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
5785Author: Wolfgang Denk <wd@denx.de>
5786Date: Thu Jul 31 15:27:01 2008 +0200
5787
5788 mvbc_p board: fix most build warnings.
5789
5790 Signed-off-by: Wolfgang Denk <wd@denx.de>
5791
5792commit c4ec6db074051d2f6fc76a66411c60621b22bc02
5793Author: Wolfgang Denk <wd@denx.de>
5794Date: Thu Jul 31 13:57:20 2008 +0200
5795
5796 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
5797
5798 Avoid "integer constant is too large for 'long' type" warnings.
5799 And simplify the code.
5800
5801 Signed-off-by: Wolfgang Denk <wd@denx.de>
5802
5803commit 9196b44334c330cc13de2464c59181e4db71f549
5804Author: Matvejchikov Ilya <matvejchikov@gmail.com>
5805Date: Wed Jul 30 23:21:19 2008 +0400
5806
5807 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
5808
5809 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
5810
5811commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
5812Author: Matvejchikov Ilya <matvejchikov@gmail.com>
5813Date: Wed Jul 30 23:20:32 2008 +0400
5814
5815 PPC: Add pci_clk in the global_data for CPM2 processors
5816
5817 This patch adds pci_clk field to the global_data structure for the
5818 processors which have CPM2 module in case the CONFIG_PCI is defined.
5819
5820 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
5821
5822commit f0ff885ca64655bee6540eb8a25eed90b1152686
5823Author: Kumar Gala <galak@kernel.crashing.org>
5824Date: Wed Jul 30 14:13:30 2008 -0500
5825
5826 mpc85xx: Update linker scripts for Freescale boards
5827
5828 * Move to using absolute addressing always. Makes the scripts a bit more
5829 portable and common
5830 * Moved .bss after the end of the image. These allows us to have more
5831 room in the resulting binary image for code and data.
5832 * Removed .text object files that aren't really needed
5833 * Make sure _end is 4-byte aligned as the .bss init code expects this.
5834 (Its possible that the end of .bss isn't 4-byte aligned)
5835
5836 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5837
5838commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
5839Author: Kumar Gala <galak@kernel.crashing.org>
5840Date: Wed Jul 30 08:01:15 2008 -0500
5841
5842 Fix compile warnings in dlmalloc
5843
5844 The origional code was using on odd reference to get to the first
5845 real element in av_[]. The first two elements of the array are
5846 not used for actual bins, but for house keeping. If we are more
5847 explicit about how use the first few elements we can get rid of the
5848 warnings:
5849
5850 dlmalloc.c: In function 'malloc_extend_top':
5851 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
5852 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
5853 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
5854 ...
5855
5856 The logic of how this code came to be is:
5857 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
5858
5859 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
5860 bin_at(0) = &(av_[0])
5861
5862 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
5863
5864 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5865
5866commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
5867Author: Stefan Roese <sr@denx.de>
5868Date: Wed Jul 30 10:21:01 2008 +0200
5869
5870 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
5871
5872 Signed-off-by: Stefan Roese <sr@denx.de>
5873
5874commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
5875Author: Stefan Roese <sr@denx.de>
5876Date: Wed Jul 30 09:59:51 2008 +0200
5877
5878 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
5879
5880 A recent patch used '#if (CONFIG_CMD_USB)' instead of
5881 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
5882 common/bootm.c compile again.
5883
5884 Signed-off-by: Stefan Roese <sr@denx.de>
5885 Acked-by: Markus Klotzbuecher <mk@denx.de>
5886
5887commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
5888Author: Kyungmin Park <kmpark@infradead.org>
5889Date: Tue Jul 22 08:01:43 2008 +0900
5890
5891 Remove unused I2C at apollon board
5892
5893 There are no I2C devices on this board.
5894
5895 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5896
5897commit 3c95960e526b3b026da20201db64526f46faf14b
5898Author: Wolfgang Denk <wd@denx.de>
5899Date: Thu Jul 31 10:12:09 2008 +0200
5900
5901 at91rm9200dk, csb637: fix NAND related build problems
5902
5903 Tried fixing NAND support for the at91rm9200dk board; untested.
5904 Disabled NAND support in the csb637 board config file.
5905
5906 Signed-off-by: Wolfgang Denk <wd@denx.de>
5907
4b070809
WD
5908commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
5909Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5910Date: Wed Jul 30 12:39:28 2008 +0200
5911
5912 ppc4xx: ML507: Environment in flash and MTD Support
5913
5914 - Relocate the location of U-Boot in the flash
5915 - Save the environment in one sector of the flash memory
5916 - MTD Support
5917
5918 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5919 Signed-off-by: Stefan Roese <sr@denx.de>
5920
5921commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
5922Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5923Date: Tue Jul 29 17:16:10 2008 +0200
5924
5925 ppc4xx: ML507: Use of get_ram_size in board ml507
5926
5927 - Change suggested by WD
5928
5929 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5930 Signed-off-by: Stefan Roese <sr@denx.de>
5931
5932commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
5933Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5934Date: Mon Jul 21 20:30:07 2008 +0200
5935
5936 ppc4xx: ML507: U-Boot in flash and System ACE
5937
5938 This patch allows booting from FLASH the ML507 board by Xilinx.
5939 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
5940
5941 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
5942 Signed-off-by: Stefan Roese <sr@denx.de>
5943
a49d10cf
WD
5944commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
5945Author: Julien May <mailinglist@miromico.ch>
5946Date: Mon Jun 23 13:57:52 2008 +0200
5947
5948 Add support for the hammerhead (AVR32) board
5949
5950 The Hammerhead platform is built around a AVR32 32-bit microcontroller
5951 from Atmel. It offers versatile peripherals, such as ethernet, usb
5952 device, usb host etc.
5953
5954 The board also incooperates a power supply and is a Power over Ethernet
5955 (PoE) Powered Device (PD).
5956
5957 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
5958 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
5959 DDR2 SDRAM interfaces, which will cover even the most exceptional need
5960 of memory bandwidth. Together with the onboard video decoder the board
5961 is ready for video processing.
5962
5963 For more information see: http:///www.miromico.com/hammerhead
5964
5965 Signed-off-by: Julien May <mailinglist@miromico.ch>
5966 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
5967 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5968
4b50cd12
WD
5969commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
5970Author: Kumar Gala <galak@kernel.crashing.org>
5971Date: Tue Jul 29 12:23:49 2008 -0500
5972
5973 fsl_i2c: Use timebase timer functions instead of get_timer()
5974
5975 The current implementation of get_timer() is only really useful after we
5976 have relocated u-boot to memory. The i2c code is used before that as part
5977 of the SPD DDR setup.
5978
5979 We actually have a bug when using the get_timer() code before relocation
5980 because the .bss hasn't been setup and thus we could be reading/writing
5981 a random location (probably in flash).
5982
5983 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5984
5985commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
5986Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
5987Date: Tue Jul 29 14:49:31 2008 +0200
5988
5989 Adder8xx: Fix CFG_MONITOR_LEN
5990
5991 Due to increased space usage, U-Boot can no longer be stored in three sectors.
5992 The current U-Boot use just over three flash sectors (197k), and U-Boot will
5993 become corrupt after saving environment variables. This patch adds another 64k
5994 to CFG_MONITOR_LEN.
5995
5996 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
5997
5998commit a4c59ad4a21140550ada6f97690d2527c4146ce5
5999Author: Kyungmin Park <kmpark@infradead.org>
6000Date: Tue Jul 29 08:47:57 2008 +0900
6001
6002 Add OneNAND IPL related files to gitignore
6003
6004 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6005
6006commit 8d87589e8e874df7120a3d9667f051bc33bac250
6007Author: Rafal Jaworowski <raj@semihalf.com>
6008Date: Mon Jul 28 20:38:25 2008 +0200
6009
6010 API: Teach the storage layer about SATA and MMC options.
6011
6012 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6013 Acked-by: Rafal Jaworowski <raj@semihalf.com>
6014
6015commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
6016Author: Rafal Jaworowski <raj@semihalf.com>
6017Date: Mon Jul 28 20:37:48 2008 +0200
6018
6019 API: Dump contents of sector 0 in the demo application.
6020
6021 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6022 Acked-by: Rafal Jaworowski <raj@semihalf.com>
6023
6024commit 13ca6305f2eba49c175f6370c35286141059c789
6025Author: Rafal Jaworowski <raj@semihalf.com>
6026Date: Mon Jul 28 20:37:10 2008 +0200
6027
6028 API: Correct storage enumeration routine, other minor fixes in API storage area.
6029
6030 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6031 Acked-by: Rafal Jaworowski <raj@semihalf.com>
6032
6033commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
6034Author: Rafal Jaworowski <raj@semihalf.com>
6035Date: Mon Jul 28 20:36:19 2008 +0200
6036
6037 API: Fix compilation warnings in api_examples/demo.c.
6038
6039 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6040
6041commit c14eefcc48212af2f3314809605698dd8393a90a
6042Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6043Date: Sun Jul 27 17:09:43 2008 +0200
6044
6045 Fix more printf() format warnings
6046
6047 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6048
6049commit 936897d4d1365452bbbdf8430db5e7769ef08d38
6050Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6051Date: Fri Jul 25 15:18:16 2008 +0200
6052
6053 Fix remaining CFG_CMD_ define, ifdef and comments
6054
6055 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6056
6057commit 5d1d00fb36005482e1803a00ddc46efa11d719af
6058Author: Stefano Babic <sbabic@denx.de>
6059Date: Fri Jul 25 08:57:40 2008 +0200
6060
6061 Add include for config.h in command.h.
6062
6063 Because the cmd_tbl_s structure depends on the configuration file, it
6064 must be assured that config.h is included before the structure is
6065 evaluated by the compiler. If this is not certain, it could happen
6066 that the compiler generates structures of different size, depending
6067 on the fact if the source file includes <config.h> before or after
6068 <command.h>.
6069
6070 The effect is that u-boot crashes when tries to relocate the command
6071 table (for ppc) or try to access to the command table for other
6072 architectures.
6073
6074 The problem can happen on board-depending commands. All general
6075 commands under /common are unaffected, because they include already
6076 config.h before command.h.
6077
6078 Signed-off-by: Stefano Babic <sbabic@denx.de>
6079
6080commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
6081Author: Scott Wood <scottwood@freescale.com>
6082Date: Wed Jul 23 13:16:06 2008 -0500
6083
6084 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
6085
6086 This fixes building out-of-tree.
6087
6088 Signed-off-by: Scott Wood <scottwood@freescale.com>
6089
6090commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
6091Author: Heiko Schocher <hs@denx.de>
6092Date: Wed Jul 23 07:30:46 2008 +0200
6093
6094 Fix warnings if compiling with IDE support.
6095
6096 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
6097 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
6098
6099 Signed-off-by: Heiko Schocher <hs@denx.de>
6100
6101commit 7610db17fd4d59c51d825488526d85ede2f06767
6102Author: Adrian Filipi <adrian.filipi@eurotech.com>
6103Date: Tue Jul 22 14:28:11 2008 -0400
6104
6105 Removed support for the adsvix board.
6106
6107 Support for the adsvix was originally provided by Applied Data
6108 Systems (ADS), inc., now EuroTech, Inc.
6109 The board never shipped aside from some sample boards.
6110
6111 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
6112
6113commit f96b44cef897bd372beb86dde1b33637c119d84d
6114Author: Remy Bohmer <linux@bohmer.net>
6115Date: Tue Jul 22 16:22:11 2008 +0200
6116
6117 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
6118
6119 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
6120 never set, because relocation to RAM is actually never done by U-boot
6121 itself. However, several pieces of code check if this flag is set at
6122 some time.
6123
6124 So, to make sure this flag is set on boards skipping relocation, this
6125 is added to the initialisation of U-boot at a moment where it is safe
6126 to do so.
6127
6128 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6129
6130commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
6131Author: Timur Tabi <timur@freescale.com>
6132Date: Mon Jul 21 14:26:23 2008 -0500
6133
6134 fsl-i2c: fix writes to data segment before relocation
6135
6136 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
6137 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
6138 I2C bus speed and save the value in i2c_bus_speed[], which is a global
6139 variable. It is an error to write to the data segment before relocation,
6140 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
6141
6142 Signed-off-by: Timur Tabi <timur@freescale.com>
6143
6144commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
6145Author: Wolfgang Ocker <weo@reccoware.de>
6146Date: Mon Jul 28 16:56:51 2008 +0200
6147
6148 mips: Fix baudrate divisor computation on alchemy cpus
6149
6150 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
6151 on alchemy cpus.
6152
6153 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
6154 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6155
a49d10cf
WD
6156commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
6157Author: Ben Warren <biggerbadderben@gmail.com>
6158Date: Sat Jul 5 00:08:48 2008 -0700
6159
6160 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
6161
6162 Renamed initialization functions for atngw100 and atstk1000.
6163 Removed initializations for these boards from net/eth.c
6164
6165 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6166 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6167
4b50cd12
WD
6168commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
6169Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6170Date: Wed Jul 23 10:55:46 2008 +0200
6171
6172 spi flash: Fix printf() format warnings
6173
6174 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6175
6176commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
6177Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6178Date: Wed Jul 23 10:55:31 2008 +0200
6179
6180 atmel_mci: Fix printf() format warnings
6181
6182 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6183
6184commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
6185Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6186Date: Wed Jul 23 10:55:15 2008 +0200
6187
6188 avr32: Fix printf() format warnings
6189
6190 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6191
6192commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
6193Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6194Date: Wed Jul 23 10:52:19 2008 +0200
6195
6196 avr32: asm/io.h needs asm/types.h
6197
6198 map_physmem() takes a phys_addr_t as parameter. This type is defined in
6199 asm/types.h, so we need to include that file.
6200
6201 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6202
6203commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
6204Author: Michal Simek <monstr@monstr.eu>
6205Date: Thu Jul 17 12:25:46 2008 +0200
6206
6207 microblaze: Fix printf() format issues
6208
6209 Signed-off-by: Michal Simek <monstr@monstr.eu>
6210
6211commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
6212Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
6213Date: Thu Jul 17 07:27:51 2008 +0530
6214
6215 Remove unused code from lib_arm/bootm.c
6216
6217 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
6218
6219commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
6220Author: Detlev Zundel <dzu@denx.de>
6221Date: Wed Jul 16 18:56:45 2008 +0200
6222
6223 tqm85xx: Demystify 'DK: !!!' comment
6224
6225 Signed-off-by: Detlev Zundel <dzu@denx.de>
6226
6227commit b2f44ba570f3a01113bbb745daf46f3858d22f53
6228Author: Detlev Zundel <dzu@denx.de>
6229Date: Wed Jul 16 18:56:44 2008 +0200
6230
6231 83xx/85xx/86xx: Add LTEDR local bus definitions
6232
6233 Signed-off-by: Detlev Zundel <dzu@denx.de>
6234
6235commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
6236Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6237Date: Wed Jul 16 16:22:32 2008 +0200
6238
6239 serial_xuartlite.c: fix compiler warnings
6240
6241 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6242 Acked-by: Grant Likely <grant.likely@secretlab.ca>
6243
6244commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
6245Author: Stefan Roese <sr@denx.de>
6246Date: Fri Jul 18 11:03:35 2008 +0200
6247
6248 POST: Add disable interrupts in some of the missing CPU POST tests
6249
6250 Some CPU POST tests did not disable the interrupts while running. This
6251 seems to be necessary to protect this self modifying code.
6252
6253 Signed-off-by: Stefan Roese <sr@denx.de>
6254
6255commit 97a3bf268d096e0e97e54048448c35114edcf557
6256Author: Stefan Roese <sr@denx.de>
6257Date: Fri Jul 18 10:43:24 2008 +0200
6258
6259 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
6260
6261 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
6262 CFG_64BIT_LBA.
6263
6264 Signed-off-by: Stefan Roese <sr@denx.de>
6265
6266commit 0043ac55024963295fc79b39af85b6dc3b261e17
6267Author: Niklaus Giger <niklaus.giger@netstal.com>
6268Date: Fri Jul 18 11:22:23 2008 +0200
6269
6270 POST PPC4xx/spr IVPR only if PPC440
6271
6272 The SPR IVPR register is only present (as far as I know) for
6273 processors with a PPC440 core.
6274
6275 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
6276 Acked-by: Stefan Roese <sr@denx.de>
6277
6278commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
6279Author: Stefan Roese <sr@denx.de>
6280Date: Fri Jul 18 10:42:29 2008 +0200
6281
6282 ppc4xx: Enable 64bit printf format on 440/460 platforms
6283
6284 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
6285 440/460 platforms. This may be needed since those platforms support
6286 36bit physical address space.
6287
6288 Signed-off-by: Stefan Roese <sr@denx.de>
6289
6290commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
6291Author: Stefan Roese <sr@denx.de>
6292Date: Fri Jul 18 15:57:23 2008 +0200
6293
6294 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
6295
6296 This patch fixes a problem with incorrect MODTx (On Die Termination)
6297 setup for a configuration with multiple DIMM's and multiple ranks.
6298 Without this change Katmai was unable to boot Linux with DDR2 frequency
6299 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
6300 with DDR2 frequency = 640MHz and mem=4GB.
6301
6302 Signed-off-by: Stefan Roese <sr@denx.de>
6303
4b070809
WD
6304commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
6305Author: Stefan Roese <sr@denx.de>
6306Date: Fri Jul 18 12:24:41 2008 +0200
6307
6308 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
6309
6310 Signed-off-by: Stefan Roese <sr@denx.de>
6311
6312commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
6313Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6314Date: Thu Jul 17 12:47:09 2008 +0200
6315
6316 ppc4xx: ML507 Board Support
6317
6318 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
6319 among others:
6320 -Virtex 5 FX FPGA (With a ppc440x5 in it)
6321 -256MB of SDRAM2
6322 -32MB of Flash
6323 -I2C Eeprom
6324 -System ACE chip
6325 -Serial ATA connectors
6326 -RS232 Level Conversors
6327 -Ethernet Transceiver
6328
6329 This patch gives support to a standard design produced by EDK for this
6330 board: ppc440, uartlite, xilinx_int and flash
6331
6332 - Includes Changes propossed by Stefan Roese and Michal Simek
6333
6334 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6335 Acked-by: Stefan Roese <sr@denx.de>
6336
6337commit d865fd09809a3a18669f35f970781820af40e4de
6338Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6339Date: Thu Jul 17 11:44:12 2008 +0200
6340
6341 ppc4xx: CPU PPC440x5 on Virtex5 FX
6342
6343 -This patchs gives support for the embbedded ppc440
6344 on the Virtex5 FPGAs
6345 -interrupts.c divided in uic.c and interrupts.c
6346 -xilinx_irq.c for xilinx interrupt controller
6347 -Include modifications propossed by Stefan Roese
6348
6349 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
6350 Acked-by: Stefan Roese <sr@denx.de>
6351
4b50cd12
WD
6352commit 340ccb260f21516be360745d5c5e3bd0657698df
6353Author: Sebastian Siewior <bigeasy@linutronix.de>
6354Date: Wed Jul 16 20:04:49 2008 +0200
6355
6356 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
6357
6358 This got broken by commits 93c56f212c
6359 [cfi_flash: support of long cmd in U-boot.]
6360
6361 That command needs to be in little endian format on BE machines
6362 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
6363 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
6364 the cmdbuf in case portwidth = chipwidth = 8bit.
6365
6366 Cc: Alexey Korolev <akorolev@infradead.org>
6367 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
6368 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
6369
4b070809
WD
6370commit 11188d55bc16dd907451c00282e00a038f73dd62
6371Author: Stefan Roese <sr@denx.de>
6372Date: Thu Jul 17 10:40:51 2008 +0200
6373
6374 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
6375
6376 Signed-off-by: Stefan Roese <sr@denx.de>
6377
285db747
WD
6378commit 021f6df6e96af5b387810cf96d24848da1faa55c
6379Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6380Date: Thu Jul 10 17:20:51 2008 +0400
6381
6382 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
6383
6384 The thinko was quite silly indeed, I messed with !ptr. Normally this
6385 would trigger some fault, but in U-Boot NULL pointer is equal to phys
6386 0, so the code was working still, just didn't actually test mpc8315erdb
6387 environment variable value. Heh.
6388
6389 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6390 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6391
6392commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
6393Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6394Date: Tue Jul 8 21:00:04 2008 +0400
6395
6396 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
6397
6398 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
6399 support, or without TSEC1 but with USB ULPI PHY support in addition.
6400 With this patch user can specify desired USB PHY.
6401
6402 Also, it seems that we can't distinguish the two boards in software, so
6403 user have to set `mpc8315erdb' environment variable to either 'tsec1'
6404 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
6405 Linux will not probe for TSEC1.
6406
6407 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6408 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6409
6410commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
6411Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6412Date: Tue Jul 8 20:59:43 2008 +0400
6413
6414 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
6415
6416 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
6417 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
6418 (connected to the four-ports hub, usb host only).
6419
6420 This patch implements support for passing Dual-Role USB controller's
6421 device tree property phy_type through the usb_phy_type environment
6422 variable.
6423
6424 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6425 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
6426 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6427
4b50cd12
WD
6428commit 699f05125509249072a0b865c8d35520d97cd501
6429Author: Wolfgang Denk <wd@denx.de>
6430Date: Tue Jul 15 22:22:44 2008 +0200
6431
6432 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
6433
6434 Signed-off-by: Wolfgang Denk <wd@denx.de>
6435
699f0512
WD
6436commit bcab74baa6b1b1c969038ab6f64a186239180405
6437Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6438Date: Tue Jul 15 11:23:02 2008 -0400
6439
6440 Round the serial port clock divisor value returned by calc_divisor()
6441
6442 Round the serial port clock divisor value returned by
6443 calc_divisor()
6444
6445 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6446 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
6447
6448commit 0328ef0edfe950f0b7b8b368dae482531506b74a
6449Author: Robin Getz <rgetz@blackfin.uclinux.org>
6450Date: Tue Jul 15 21:44:46 2008 +0200
6451
6452 Fix DHCP protocol so U-Boot does not respond too early
6453 on the network with it's offered IP number; it should not reply until
6454 after it has received a DHCP ACK message. Also ensures that U-Boot
6455 does it's DHCPREQUEST as broadcast (per RFC 2131).
6456
6457 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
6458 Acked-by: Ben Warren <biggerbadderben@gmail.com>
6459 Signed-off-by: Wolfgang Denk <wd@denx.de>
6460
6461commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
6462Author: Sebastian Siewior <bigeasy@linutronix.de>
6463Date: Tue Jul 15 13:35:23 2008 +0200
6464
6465 cfi_flash: make the command u32 only
6466
6467 This got changed by commit 93c56f212c
6468 [cfi_flash: support of long cmd in U-boot.]
6469
6470 Long is the wrong type because it will behave differently on 64bit
6471 machines in a way that is probably not expected. u32 should be
6472 enough.
6473
6474 Cc: Alexey Korolev <akorolev@infradead.org>
6475 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
6476 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
6477
6478commit 31cfe57491b183acae575d486729e158f016c27b
6479Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6480Date: Mon Jul 14 23:48:41 2008 +0200
6481
6482 tools/gitignore: update to all generated files
6483
6484 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6485
6486commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
6487Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6488Date: Wed Jul 9 18:30:44 2008 +0200
6489
6490 mpc5xxx: Add MVBC_P board support
6491
6492 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
6493 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
6494
6495 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6496 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
6497
6498commit e2d31fb3450653115452144363d5bde4e5e3e693
6499Author: Timur Tabi <timur@freescale.com>
6500Date: Thu Jun 19 17:56:11 2008 -0500
6501
6502 Update Freescale sys_eeprom.c to handle CCID formats
6503
6504 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
6505 NXID format replaces the older CCID format, but it's important to support both
6506 since most boards out there still use the CCID format. This change is in
6507 preparation for using one file to handle both formats. This will also unify
6508 EEPROM support for all Freescale 85xx and 86xx boards.
6509
6510 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
6511 instead of ID_EEPROM_ADDR.
6512
6513 Signed-off-by: Timur Tabi <timur@freescale.com>
6514
6515commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
6516Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6517Date: Fri Jul 11 17:22:43 2008 +0900
6518
6519 pci: sh: Add pci_skip_dev and pci_print_dev function
6520
6521 Add function of new PCI, pci_skip_dev and pci_print_dev.
6522
6523 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6524 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6525
6526commit 1107014e835ec9d46c0333f4211d104f77442db0
6527Author: Andy Fleming <afleming@freescale.com>
6528Date: Mon Jul 14 20:29:07 2008 -0500
6529
6530 Clean up INIT_RAM options
6531
6532 The L2_INIT_RAM option was unused, and recent changes to the TLB code
6533 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
6534 the amount of mapped space attached to nothing, we change things so the TLBs
6535 get cleared.
6536
6537 Signed-off-by: Andy Fleming <afleming@freescale.com>
6538
6539commit 4524561820a9327e89107854b3a7187800ccf719
6540Author: Andy Fleming <afleming@freescale.com>
6541Date: Mon Jul 14 20:26:57 2008 -0500
6542
6543 Remove fake flash bank from 8544 DS
6544
6545 The fake flash bank was generating errors for anyone who didn't have a
6546 PromJET hooked up to the board. As that constitutes the vast majority of
6547 users, we remove it.
6548
6549 Signed-off-by: Andy Fleming <afleming@freescale.com>
6550
6551commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
6552Author: Kumar Gala <galak@kernel.crashing.org>
6553Date: Mon Jul 14 14:07:03 2008 -0500
6554
6555 MPC8544DS: Add ATI Video card support
6556
6557 Add support for using a PCIe ATI Video card on PCIe2.
6558
6559 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6560
6561commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
6562Author: Kumar Gala <galak@kernel.crashing.org>
6563Date: Mon Jul 14 14:07:02 2008 -0500
6564
6565 85xx: Add some L1/L2 SPR register definitions
6566
6567 Add new L1/L2 SPRs related to e500mc cache config and control.
6568
6569 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6570
6571commit e5852787f0c3c442a276262f13d91ca450605ac0
6572Author: Kumar Gala <galak@kernel.crashing.org>
6573Date: Mon Jul 14 14:07:01 2008 -0500
6574
6575 MPC8544DS: Report board id, board version and fpga version.
6576
6577 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6578
6579commit 73f15a060f67a2462551c334215bd20fac6b81d1
6580Author: Kumar Gala <galak@kernel.crashing.org>
6581Date: Mon Jul 14 14:07:00 2008 -0500
6582
6583 85xx: Cleanup L2 cache size detection
6584
6585 The L2 size detection code was a bit confusing and we kept having to add
6586 code to it to handle new processors. Change the sense of detection so we
6587 look for the older processors that aren't changing.
6588
6589 Also added support for 1M cache size on 8572.
6590
6591 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6592
6593commit c3ca7e5e00a24451f20df3bded9a61ba541921df
6594Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6595Date: Fri Jul 11 15:33:08 2008 -0400
6596
6597 sbc8560: enable CONFIG_OF_LIBFDT by default
6598
6599 Make the default build for the sbc8560 board be powerpc
6600 capable with libfdt support.
6601
6602 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6603
6604commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
6605Author: Andy Fleming <afleming@freescale.com>
6606Date: Mon Jul 14 20:04:40 2008 -0500
6607
6608 Fix indentation for default boot environment variables
6609
6610 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
6611 similar #defines in sbc8560.h.
6612
6613 Signed-off-by: Andy Fleming <afleming@freescale.com>
6614
6615commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
6616Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6617Date: Fri Jul 11 15:33:07 2008 -0400
6618
6619 sbc8560: add default fdt values
6620
6621 Add in the default fdt settings and the typical EXTRA_ENV
6622 settings as borrowed from the mpc8560ads. Fix a couple
6623 of stale references to the mpc8560ads dating back to the
6624 original clone/fork.
6625
6626 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6627 Signed-off-by: Andy Fleming <afleming@freescale.com>
6628
6629commit d04e76edf92f7f89696989e8702b97e020455af3
6630Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6631Date: Fri Jul 11 15:33:06 2008 -0400
6632
6633 sbc8560: add in ft_board_setup()
6634
6635 Add in for the sbc8560, the ft_board_setup() routine, based on what is
6636 in use for the Freescale MPC8560ADS board.
6637
6638 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6639
6640commit c158bcaca3b31cbe38c4143812e6170e38a57393
6641Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6642Date: Fri Jul 11 15:33:05 2008 -0400
6643
6644 sbc8560: define eth0 and eth1 instead of eth1 and eth2
6645
6646 The existing config doesn't define CONFIG_HAS_ETH0, and so the
6647 fdt support doesn't update the zeros in the dtb local-mac with
6648 real data from the u-boot env. Since the existing config is
6649 tailored to just two interfaces, get rid of the ETH2 definitions
6650 at the same time.
6651
6652 Also don't include any end user specific data into the environment
6653 by default -- things like MAC address, network parameters etc. need
6654 to come from the end user.
6655
6656 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6657 Signed-off-by: Andy Fleming <afleming@freescale.com>
6658
6659commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
6660Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6661Date: Fri Jul 11 15:33:04 2008 -0400
6662
6663 sbc8560: properly set cs0_bnds for 512MB
6664
6665 The sbc8560 board ships with 512MB of memory installed,
6666 but the current cs0_bnds is hard coded for 256MB. Set the
6667 value based on CFG_SDRAM_SIZE.
6668
6669 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6670
6671commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
6672Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6673Date: Fri Jul 11 15:33:03 2008 -0400
6674
6675 sbc8560: proper definitions for TSEC.
6676
6677 The definitions for the TSEC have become out of date. There is no
6678 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
6679 Update to match those of other boards, like the MPC8560ADS.
6680
6681 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6682 Acked-by: Ben Warren <biggerbadderben@gmail.com>
6683
6684commit 71074abbe0c76429577aff58aeff0a24ad210b23
6685Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6686Date: Wed Jul 9 13:23:05 2008 -0400
6687
6688 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
6689
6690 Some boards that have external 16550 UARTs don't have a direct
6691 tie between bi_busfreq and the clock used for the UARTs. Boards
6692 that do have such a tie should set CFG_NS16550_CLK to be
6693 get_bus_freq(0) -- which most of them do already.
6694
6695 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6696 Acked-by: Kim Phillips <kim.phillips@freescale.com>
6697
6698commit 24ef76f320fbadf074105229826514db140f939f
6699Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
6700Date: Wed Jul 2 07:03:53 2008 -0700
6701
6702 Change the temp map to ROM to align addresses to page size.
6703
6704 With a page size of BOOKE_PAGESZ_16M, both the real and effective
6705 addresses must be multiples of 16MB. The hardware silently truncates
6706 them so the code happens to work. This patch clarifies the situation
6707 by establishing addresses that the hardware doesn't need to truncate.
6708
6709 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
6710 Signed-off-by: Andy Fleming <afleming@freescale.com>
6711
6712commit 06b4186c10204b6683edb047ac5f506fb0ce0937
6713Author: Kim Phillips <kim.phillips@freescale.com>
6714Date: Tue Jun 17 17:45:22 2008 -0500
6715
6716 mpc85xx: use IS_E_PROCESSOR macro
6717
6718 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6719
6720commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
6721Author: Kim Phillips <kim.phillips@freescale.com>
6722Date: Mon Jun 16 15:55:53 2008 -0500
6723
6724 fdt: add crypto node handling for MPC8{3, 5}xxE processors
6725
6726 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
6727 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
6728 if on an 'EA' processor, e.g. MPC8349EA.
6729
6730 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6731
6732commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
6733Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6734Date: Fri Jul 11 15:10:11 2008 -0400
6735
6736 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
6737
6738 ARM DaVinci: Remove extern phy_t declaration by moving
6739 code to proper place.
6740
6741 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6742
6743commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
6744Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6745Date: Fri Jul 11 15:10:10 2008 -0400
6746
6747 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
6748
6749 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
6750 and prototype of i2c_init().
6751
6752 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6753
6754commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
6755Author: Kumar Gala <galak@kernel.crashing.org>
6756Date: Mon Jul 14 14:03:02 2008 -0500
6757
6758 Fix some more printf() format problems.
6759
6760 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6761
6762commit 45b16d22c64674ccd8c4637456a987463609141c
6763Author: Wolfgang Denk <wd@denx.de>
6764Date: Mon Jul 14 22:38:42 2008 +0200
6765
6766 Fix coding style; make code better parsable by external tools
6767
6768 Signed-off-by: Wolfgang Denk <wd@denx.de>
6769
6770commit b880cbf207b1c109d3a661417a8feddcbd729a9d
6771Author: Wolfgang Denk <wd@denx.de>
6772Date: Mon Jul 14 21:19:08 2008 +0200
6773
6774 cpu/i386/serial.c: Fix syntax errors
6775
6776 Signed-off-by: Wolfgang Denk <wd@denx.de>
6777
6778commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
6779Author: Wolfgang Denk <wd@denx.de>
6780Date: Mon Jul 14 20:41:35 2008 +0200
6781
6782 elppc board: Coding style cleanup.
6783
6784 Signed-off-by: Wolfgang Denk <wd@denx.de>
6785
6786commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
6787Author: Wolfgang Denk <wd@denx.de>
6788Date: Mon Jul 14 20:40:22 2008 +0200
6789
6790 elppc board: fix syntax error.
6791
6792 Signed-off-by: Wolfgang Denk <wd@denx.de>
6793
6794commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
6795Author: Wolfgang Denk <wd@denx.de>
6796Date: Mon Jul 14 20:38:26 2008 +0200
6797
6798 EB+MCF-EV123 board: fix coding style (alingment)
6799
6800 Signed-off-by: Wolfgang Denk <wd@denx.de>
6801
6802commit 6841785a0bb0f38175456a923edd634fb7dd6947
6803Author: Wolfgang Denk <wd@denx.de>
6804Date: Mon Jul 14 20:36:44 2008 +0200
6805
6806 EB+MCF-EV123 board: fix syntx error
6807
6808 Signed-off-by: Wolfgang Denk <wd@denx.de>
6809
6810commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
6811Author: Andy Fleming <afleming@freescale.com>
6812Date: Mon Jul 7 18:02:08 2008 -0500
6813
6814 Remove LBC_CACHE_BASE from 8544 DS
6815
6816 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
6817 space for some anyway, we were allowing speculative loads into unmapped space,
6818 which would cause an exception (annoying, even if ultimately harmless).
6819 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
6820 problem.
6821
6822 Signed-off-by: Andy Fleming <afleming@freescale.com>
6823
6824commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
6825Author: Wolfgang Denk <wd@denx.de>
6826Date: Mon Jul 14 15:19:07 2008 +0200
6827
6828 Code cleanup: fix old style assignment ambiguities like "=-" etc.
6829
6830 Signed-off-by: Wolfgang Denk <wd@denx.de>
6831
6832commit d7854223c5c85b5849fbf422cc8ac0efef461c37
6833Author: Wolfgang Denk <wd@denx.de>
6834Date: Mon Jul 14 15:10:53 2008 +0200
6835
6836 AmigaOneG3SE: remove dead and incomplete files
6837
6838 Signed-off-by: Wolfgang Denk <wd@denx.de>
6839
6840commit b64f190b7a34224df09b559ca111eb1b733f00ad
6841Author: Wolfgang Denk <wd@denx.de>
6842Date: Mon Jul 14 15:06:35 2008 +0200
6843
6844 Fix printf() format issues with sizeof_t types by using %zu
6845
6846 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6847 Signed-off-by: Wolfgang Denk <wd@denx.de>
6848
6849commit f354b73e16a86f9e9085471a830605f74f84ea5d
6850Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6851Date: Mon Jul 14 14:11:45 2008 +0200
6852
6853 vsprintf: add z and t options
6854
6855 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6856
6857commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
6858Author: Wolfgang Denk <wd@denx.de>
6859Date: Sun Jul 13 23:07:35 2008 +0200
6860
6861 Fix some more printf() format issues.
6862
6863 Signed-off-by: Wolfgang Denk <wd@denx.de>
6864
6865commit d5996dd555edf52721b7691a4c59de016251ed39
6866Author: Wolfgang Denk <wd@denx.de>
6867Date: Sun Jul 13 19:51:00 2008 +0200
6868
6869 Fix some more printf() format problems.
6870
6871 Signed-off-by: Wolfgang Denk <wd@denx.de>
6872
6873commit 0f9d5f6d6e814907794995c6a22af752040c35d9
6874Author: Wolfgang Denk <wd@denx.de>
6875Date: Sun Jul 13 19:48:26 2008 +0200
6876
6877 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
6878
6879 Signed-off-by: Wolfgang Denk <wd@denx.de>
6880
6881commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
6882Author: Anatolij Gustschin <agust@denx.de>
6883Date: Sat Jul 12 17:31:36 2008 +0200
6884
6885 Fix bug in Lime video driver
6886
6887 We need to wait while drawing engine clears frame
6888 buffer before any further software accesses to frame
6889 buffer will be initiated. Otherwise software drawn
6890 parts could be partially destroyed by the drawing
6891 engine or even GDC chip freeze could occur (as
6892 observed on socrates board).
6893
6894 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6895
6896commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
6897Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6898Date: Sat Jul 12 14:36:34 2008 +0200
6899
6900 Fix some more printf() format issues.
6901
6902 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6903
6904commit 18c8a28aad49803780bd8d52432ded528e37e701
6905Author: Michal Simek <monstr@monstr.eu>
6906Date: Fri Jul 11 15:11:57 2008 +0200
6907
6908 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
6909
6910 Signed-off-by: Michal Simek <monstr@monstr.eu>
6911 Acked-by: Stefan Roese <sr@denx.de>
6912
6913commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
6914Author: Michal Simek <monstr@monstr.eu>
6915Date: Fri Jul 11 11:50:53 2008 +0200
6916
6917 hwmon: Cleaning hwmon devices
6918
6919 Clean Makefile
6920 Move device specific values to driver for better reading
6921
6922 Signed-off-by: Michal Simek <monstr@monstr.eu>
6923 Acked-by: Stefan Roese <sr@denx.de>
6924
6925commit c78fce699c7ff467ecd841da6a79f065180bf578
6926Author: Michal Simek <monstr@monstr.eu>
6927Date: Fri Jul 11 10:43:13 2008 +0200
6928
6929 FIS: repare incorrect return value with ramdisk handling
6930
6931 Microblaze and PowerPC use boot_get_ramdisk for loading
6932 ramdisk to memory with checking return value.
6933 Return 0 means success. Return 1 means failed.
6934 Here is correspond part of code from bootm.c which check
6935 return code.
6936
6937 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
6938 &rd_data_start, &rd_data_end);
6939 if (ret)
6940 goto error;
6941
6942 Signed-off-by: Michal Simek <monstr@monstr.eu>
6943
6944commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
6945Author: Michal Simek <monstr@monstr.eu>
6946Date: Fri Jul 11 10:10:32 2008 +0200
6947
6948 microblaze: Remove useless ancient headers
6949
6950 Signed-off-by: Michal Simek <monstr@monstr.eu>
6951
6952commit 53ea981c3124b13c137c2d10e975b7c6672266e0
6953Author: Michal Simek <monstr@monstr.eu>
6954Date: Fri Jul 11 10:10:31 2008 +0200
6955
6956 microblaze: Clean uartlite driver
6957
6958 Redesign uartlite driver to in_be32 and out_be32 macros
6959 Fix missing header in io.h
6960
6961 Signed-off-by: Michal Simek <monstr@monstr.eu>
6962 Acked-by: Grant Likely <grant.likely@secretlab.ca>
6963
6964commit dbf3dfb386a2d5d2381814e39985ab2e21894550
6965Author: Marcel Ziswiler <marcel@ziswiler.com>
6966Date: Fri Jul 11 02:39:14 2008 +0200
6967
6968 Enable passing of ATAGs required by latest Linux kernel.
6969
6970commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
6971Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6972Date: Fri Jul 11 10:24:15 2008 -0400
6973
6974 Fix integer overflow warning in calc_divisor()
6975
6976 which happened when rounding the serial port clock divisor
6977
6978 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6979
6980commit 6b760189d77f001684e3160b355c185ca3804961
6981Author: Marcel Ziswiler <marcel@ziswiler.com>
6982Date: Fri Jul 11 01:09:59 2008 +0200
6983
6984 Fix build time warnings in function mmc_decode_csd()
6985
6986 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6987
6988commit c15947d6ce0d59925c97fdfac692476af6e262d0
6989Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6990Date: Thu Jul 10 10:46:33 2008 -0400
6991
6992 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
6993
6994 caused by missing dcache status/enable/disable functions.
6995
6996 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6997
6998commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
6999Author: Stefan Roese <sr@denx.de>
7000Date: Thu Jul 10 13:53:31 2008 +0200
7001
7002 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
7003
7004 This patch removes some ft_board_setup() functions from some 4xx boards.
7005 This can be done since we now have a default weak implementation for this
7006 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
7007 implementation like canyonlands need their own version.
7008
7009 Signed-off-by: Stefan Roese <sr@denx.de>
7010
7011commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
7012Author: Wolfgang Denk <wd@denx.de>
7013Date: Sun Jul 13 14:58:16 2008 +0200
7014
7015 Add last known maintainer for orphaned boards; reformat.
7016
7017 Signed-off-by: Wolfgang Denk <wd@denx.de>
7018
7019commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
7020Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7021Date: Thu Jul 10 13:16:04 2008 +0200
7022
7023 Remove kharris@nexus-tech.net from MAINTAINERS
7024
7025 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
7026 anymore. You can't be a maintainer without a valid e-mail address, so
7027 move all boards that used to be maintained by Kyle Harris to the
7028 "orphaned" list.
7029
7030 Currently, only PowerPC has a list of orphaned boards, so this patch
7031 creates one for ARM as well.
7032
7033 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7034
7035commit 17bd17071463b0cde391ac4a0863d600474b4ea1
7036Author: Anatolij Gustschin <agust@denx.de>
7037Date: Thu Jul 10 01:15:10 2008 +0200
7038
7039 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
7040
7041 On the at91sam9260ep development board there is an EEPROM
7042 connected to the TWI interface (PA23, PA24 Peripheral A
7043 multiplexing), so we cannot use these pins as ETX2, ETX3.
7044 This patch configures PA10, PA11 pins for ETX2, ETX3
7045 instead of PA23, PA24 pins.
7046
7047 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7048 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
7049
7050commit f889265753ddf4465d9d580827bb9289bfac55d6
7051Author: Kenneth Johansson <kenneth@southpole.se>
7052Date: Sat Jul 12 13:18:34 2008 -0600
7053
7054 fix DIU for small screens
7055
7056 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
7057 so it was not possible to set a slow pixel clock and thus prevented
7058 display on small screens.
7059
7060 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
7061 Acked-by: John Rigby <jrigby@freescale.com>
7062
7063commit b60b8573875e650e4c69be667bfc88d3ed474a7c
7064Author: John Rigby <jrigby@freescale.com>
7065Date: Fri Jul 11 14:44:09 2008 -0600
7066
7067 ADS5121 cleanup compile warnings
7068
7069 board/ads5121/iopin.c
7070 Replace bit fields in struct iopin_t with a single
7071 field and intialize it via plain old macros.
7072 This fixes the type pun warnings and makes the code
7073 more readable.
7074
7075 board/ads5121/ads5121.c
7076 Add include iopin.h to ads5121.c for the iopin_initialize
7077 prototype.
7078
7079 Add an extern void ads5121_diu_init(void)
7080
7081 Signed-off-by: John Rigby <jrigby@freescale.com>
7082
7083commit bde63587622c4b830a27d1ddf7265843de9e994f
7084Author: Wolfgang Denk <wd@denx.de>
7085Date: Fri Jul 11 22:56:11 2008 +0200
7086
7087 Fix some more printf() format issues.
7088
7089 Signed-off-by: Wolfgang Denk <wd@denx.de>
7090
7091commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
7092Author: Wolfgang Denk <wd@denx.de>
7093Date: Fri Jul 11 22:55:31 2008 +0200
7094
7095 Fixed some out-of-tree build issues
7096
7097 Signed-off-by: Wolfgang Denk <wd@denx.de>
7098
7099commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
7100Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7101Date: Wed Jul 9 16:20:23 2008 -0500
7102
7103 ColdFire: Fix FB CS not setup properly for Mcf5282
7104
7105 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
7106 CFG_CSn_RO is defined as 0, the chipselect will not
7107 be assigned.
7108
7109 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7110
7111commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
7112Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7113Date: Wed Jul 9 15:47:27 2008 -0500
7114
7115 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
7116
7117 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
7118 clock module in cpu/<cf arch>/cpu_init.c
7119
7120 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7121
7122commit f94945b517f10e01927101679c62361e03d4e837
7123Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7124Date: Wed Jul 9 15:25:01 2008 -0500
7125
7126 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
7127
7128 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7129
7130commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
7131Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7132Date: Wed Jul 9 15:21:44 2008 -0500
7133
7134 Fix compile error caused by missing timer function
7135
7136 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
7137
7138 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7139
7140commit c37ea031175b807c54e6bad9b270e9bede6c0078
7141Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7142Date: Wed Jul 9 15:14:25 2008 -0500
7143
7144 Fix compile error caused by incorrect function return type
7145
7146 Rename int mii_init(void) to void mii_init(void)
7147
7148 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7149
7150commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
7151Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7152Date: Wed Jun 18 19:27:23 2008 -0500
7153
7154 ColdFire: Fix power up issue for MCF5235
7155
7156 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7157
7158commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
7159Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7160Date: Wed Jun 18 19:19:07 2008 -0500
7161
7162 ColdFire: Fix compiling error for MCF5275
7163
7164 The compiling error was caused by missing a closed parentheses
7165 in speed.c
7166
7167 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7168
7169commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
7170Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7171Date: Wed Jun 18 19:14:01 2008 -0500
7172
7173 ColdFire: Fix timer issue for MCF5272
7174
7175 The timer was assigned to wrong timer memory mapped which
7176 caused udelay() and timer() not working properly.
7177
7178 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7179
7180commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
7181Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7182Date: Wed Jun 18 19:12:13 2008 -0500
7183
7184 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
7185
7186 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
7187
7188commit 8371dc2066136be21e10b7b9293e469297d77298
7189Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7190Date: Wed Jun 18 19:05:23 2008 -0500
7191
7192 ColdFire: Add -got=single param for new linux v4e toolchains
7193
7194 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
7195
7196commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
7197Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7198Date: Wed Jun 18 13:21:19 2008 -0500
7199
7200 ColdFire: Fix code flash configuration for M547x/M548x boards
7201
7202 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
7203
7204commit 6e37091afc07fdcc15590093fd066b0cb7399f85
7205Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7206Date: Tue Jun 24 12:12:16 2008 -0500
7207
7208 ColdFire: Fix warning messages by passing correct data type in board.c
7209
7210 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7211
7212commit 81cc32322acb1b3225ee45606ced48e2a14824dc
7213Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7214Date: Thu May 29 12:21:54 2008 -0500
7215
7216 ColdFire: Fix UART baudrate formula
7217
7218 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
7219 can generate the wrong divisor due to integer division truncation.
7220 Round the calculated divisor value by adding 1/2 the baudrate
7221 before dividing by the baudrate.
7222
7223 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7224 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7225
7226commit b578fb471444cbd7db1285701ba51343baaf73fb
7227Author: Stefan Roese <sr@denx.de>
7228Date: Thu Jul 10 11:38:26 2008 +0200
7229
7230 ppc4xx: Fix include sequence in 4xx_pcie.c
7231
7232 This patch now moves common.h to the top of the inlcude list. This
7233 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
7234 the phys_size_t/phys_addr_t are defined to the correct size in this
7235 driver.
7236
7237 Signed-off-by: Stefan Roese <sr@denx.de>
7238
4b070809
WD
7239commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
7240Author: Stefan Roese <sr@denx.de>
7241Date: Fri Jul 11 13:10:56 2008 +0200
7242
7243 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
7244
7245 Signed-off-by: Stefan Roese <sr@denx.de>
7246
7247commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
7248Author: Stefan Roese <sr@denx.de>
7249Date: Fri Jul 11 11:40:13 2008 +0200
7250
7251 ppc4xx: Fix small korat merge problem
7252
7253 Signed-off-by: Stefan Roese <sr@denx.de>
7254
7255commit 1d0554736a0a1dd59718acda660871ce56b69e18
7256Author: Stefan Roese <sr@denx.de>
7257Date: Fri Jul 11 11:34:52 2008 +0200
7258
7259 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
7260
7261 Signed-off-by: Stefan Roese <sr@denx.de>
7262
7263commit 3a82113ed5934d498f25080441a8261fc9454b15
7264Author: Stefan Roese <sr@denx.de>
7265Date: Thu Jul 10 16:37:09 2008 +0200
7266
7267 ppc4xx: Add 460SX UIC defines
7268
7269 Only the really needed ones are added (cascading and EMAC/MAL).
7270
7271 Signed-off-by: Stefan Roese <sr@denx.de>
7272
7273commit 26173fc6f60521c2a8072f652f863617fc11ba9a
7274Author: Stefan Roese <sr@denx.de>
7275Date: Mon Jun 30 14:11:07 2008 +0200
7276
7277 ppc4xx: Continue cleanup of ppc440.h
7278
7279 This patch continues the ppc440.h cleanup by removing some of the unused
7280 defines.
7281
7282 Signed-off-by: Stefan Roese <sr@denx.de>
7283
7284commit d9056b7913ed6a228d2f33671d916efedee541dd
7285Author: Stefan Roese <sr@denx.de>
7286Date: Mon Jun 30 14:05:05 2008 +0200
7287
7288 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
7289
7290 This patch cleans up the 440SPe PCIe register usage. Now only defines
7291 from the include/asm-ppc/4xx_pcie.h are used.
7292
7293 Signed-off-by: Stefan Roese <sr@denx.de>
7294
7295commit 5de851403b01489b493fa83137ad990b8ce60d1c
7296Author: Stefan Roese <sr@denx.de>
7297Date: Thu Jun 26 17:36:39 2008 +0200
7298
7299 ppc4xx: Rework 440GX UIC handling
7300
7301 This patch reworks the 440GX interrupt handling so that the common 4xx
7302 code can be used. The 440GX is an exception to all other 4xx variants
7303 by having the cascading interrupt vectors not on UIC0 but on a special
7304 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
7305 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
7306 handling is simpler without any 440GX special cases.
7307
7308 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
7309
7310 Signed-off-by: Stefan Roese <sr@denx.de>
7311
7312commit d1631fe1a05b063ccaf62ea892a8887b829847d1
7313Author: Stefan Roese <sr@denx.de>
7314Date: Thu Jun 26 13:40:57 2008 +0200
7315
7316 ppc4xx: Consolidate PPC4xx UIC defines
7317
7318 This 2nd patch now removes all UIC mask bit definition. They should be
7319 generated from the vectors by using the UIC_MASK() macro from now on.
7320 This way only the vectors need to get defined for new PPC's.
7321
7322 Also only the really used interrupt vectors are now defined. This makes
7323 definitions for new PPC versions easier and less error prone.
7324
7325 Another part of this patch is that the 4xx emac driver got a little
7326 cleanup, since now the usage of the interrupts is clearer.
7327
7328 Signed-off-by: Stefan Roese <sr@denx.de>
7329
7330commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
7331Author: Stefan Roese <sr@denx.de>
7332Date: Wed Jun 25 10:59:22 2008 +0200
7333
7334 ppc4xx: Consolidate PPC4xx UIC defines
7335
7336 This patch is the first step to consolidate the UIC related defines in the
7337 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
7338 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
7339 steps.
7340
7341 Signed-off-by: Stefan Roese <sr@denx.de>
7342
7343commit 7ee2619c20ccecd57966d74d844e6329e141261c
7344Author: Stefan Roese <sr@denx.de>
7345Date: Tue Jun 24 17:18:50 2008 +0200
7346
7347 ppc4xx: Consolidate PPC4xx EBC defines
7348
7349 This patch removes all EBC related defines from the PPC4xx headers
7350 ppc405.h and ppc440.h and introduces a new header
7351
7352 include/asm-ppc/ppc4xx-ebc.h
7353
7354 with all those defines.
7355
7356 Signed-off-by: Stefan Roese <sr@denx.de>
7357
7358commit e321801bed5a6d896d298c00fd20046f039d5d66
7359Author: Stefan Roese <sr@denx.de>
7360Date: Thu Jul 10 13:52:44 2008 +0200
7361
7362 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
7363
7364 This patch removes some ft_board_setup() functions from some 4xx boards.
7365 This can be done since we now have a default weak implementation for this
7366 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
7367 implementation like canyonlands need their own version.
7368
7369 Signed-off-by: Stefan Roese <sr@denx.de>
7370
7371commit 08250eb2edbd96514d049602d9e134110ac3185f
7372Author: Stefan Roese <sr@denx.de>
7373Date: Thu Jul 10 15:32:32 2008 +0200
7374
7375 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
7376
7377 Signed-off-by: Stefan Roese <sr@denx.de>
7378
7379commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
7380Author: Grant Erickson <gerickson@nuovations.com>
7381Date: Tue Jul 8 08:35:00 2008 -0700
7382
7383 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
7384
7385 This patch adds support for placing the RGMII bridge on the
7386 PPC405EX(r) into MII/GMII mode and allows a board-specific
7387 configuration to specify the bridge mode at compile-time.
7388
7389 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
7390 Signed-off-by: Stefan Roese <sr@denx.de>
7391
7392commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
7393Author: Grant Erickson <gerickson@nuovations.com>
7394Date: Wed Jul 9 16:46:35 2008 -0700
7395
7396 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
7397
7398 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
7399 controller registers (MODT and INITPLR) used by the
7400 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
7401 peer values used for the INITPLR MR and EMR registers,
7402 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
7403
7404 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
7405 Kilauea are replaced by equivalent mnemonics to make it easier to
7406 compare and contrast other 405EX(r)-based boards (e.g. during board
7407 bring-up).
7408
7409 Finally, unified the SDRAM controller register dump routine such that
7410 it can be used across all processor variants that utilize the IBM DDR2
7411 SDRAM controller core. It produces output of the form:
7412
7413 PPC4xx IBM DDR2 Register Dump:
7414 ...
7415 SDRAM_MB0CF[40] = 0x00006701
7416 ...
7417
7418 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
7419 since it is not uncommon that the DCR values in header files get mixed
7420 up and it helps to validate, at a glance, they match what is printed
7421 in the user manual.
7422
7423 Tested on:
7424 AMCC Kilauea/Haleakala:
7425 - NFS Linux Boot: PASSED
7426 - NAND Linux Boot: PASSED
7427
7428 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
7429 Signed-off-by: Stefan Roese <sr@denx.de>
7430
7431commit ad7382d828982e9c1bafc4313ef1b666f6145f58
7432Author: Grant Erickson <gerickson@nuovations.com>
7433Date: Wed Jul 9 16:31:59 2008 -0700
7434
7435 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
7436
7437 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
7438 revision ID DCR based on 405EX, and add field mnemonics for bus error
7439 status and ECC error status registers.
7440
7441 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
7442 Signed-off-by: Stefan Roese <sr@denx.de>
7443
7444commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
7445Author: Grant Erickson <gerickson@nuovations.com>
7446Date: Wed Jul 9 16:31:36 2008 -0700
7447
7448 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
7449
7450 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
7451
7452 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
7453 Signed-off-by: Stefan Roese <sr@denx.de>
7454
7455commit 5b457d00730d4aa0c6450d21a9104723e606fb98
7456Author: Grant Erickson <gerickson@nuovations.com>
7457Date: Wed Jul 9 11:55:46 2008 -0700
7458
7459 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
7460
7461 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
7462 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
7463 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
7464
7465 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
7466 which causes SDRAM initialization to periodically fail since it can
7467 prematurely indicate SDRAM ready status.
7468
7469 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
7470 Signed-off-by: Stefan Roese <sr@denx.de>
7471
7472commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
7473Author: Feng Kan <fkan@amcc.com>
7474Date: Tue Jul 8 22:48:42 2008 -0700
7475
7476 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
7477
7478 Add AMCC Redwood reference board that uses the latest
7479 PPC 464 CPU processor combined with a rich mix of peripheral
7480 controllers. The board will support PCIe, mutiple Gig ethernet
7481 ports, advanced hardware RAID assistance and IEEE 1588.
7482
7483 Signed-off-by: Feng Kan <fkan@amcc.com>
7484 Signed-off-by: Stefan Roese <sr@denx.de>
7485
7486commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
7487Author: Feng Kan <fkan@amcc.com>
7488Date: Tue Jul 8 22:48:07 2008 -0700
7489
7490 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
7491
7492 Signed-off-by: Feng Kan <fkan@amcc.com>
7493 Signed-off-by: Stefan Roese <sr@denx.de>
7494
7495commit 7d30793685efcada183891c78fc892e6c9ba50c7
7496Author: Feng Kan <fkan@amcc.com>
7497Date: Tue Jul 8 22:47:31 2008 -0700
7498
7499 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
7500
7501 Signed-off-by: Feng Kan <fkan@amcc.com>
7502 Signed-off-by: Stefan Roese <sr@denx.de>
7503
699f0512
WD
7504commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
7505Author: Wolfgang Denk <wd@denx.de>
7506Date: Fri Jul 11 01:16:00 2008 +0200
7507
7508 Fix some more print() format errors.
7509
7510 Signed-off-by: Wolfgang Denk <wd@denx.de>
7511
7512commit fdd70d1921b87287d9a99d1be99bc35226c2b412
7513Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7514Date: Thu Jul 10 20:57:54 2008 +0200
7515
7516 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
7517
7518 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7519
7520commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
7521Author: Sergey Lapin <slapin@ossfans.org>
7522Date: Thu Jun 5 11:06:29 2008 +0400
7523
7524 DataFlash AT45DB021 support
7525
7526 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
7527 bootstrap, u-boot and its environment, using NAND or other external
7528 storage for kernel and rootfs. This patch adds support for
7529 small 1024x263 chip.
7530
7531 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
7532
7533commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
7534Author: Kim Phillips <kim.phillips@freescale.com>
7535Date: Thu Jul 10 14:00:15 2008 -0500
7536
7537 silence misc printf formatting compiler warnings
7538
7539 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7540
7541commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
7542Author: Markus Klotzbücher <mk@denx.de>
7543Date: Thu Jul 10 14:47:09 2008 +0200
7544
7545 USB: shutdown USB before booting
7546
7547 This patch fixes a potentially serious issue related to USB which was
7548 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
7549 ARM920T. Martin wrote:
7550
7551 Turn off USB to prevent the host controller from writing to the
7552 SDRAM while Linux is booting. This could happen, because the HCCA
7553 (Host Controller Communication Area) lies within the SDRAM and the
7554 host controller writes continously to this area (as busmaster!), for
7555 example to increase the HccaFrameNumber variable, which happens
7556 every 1 ms.
7557
7558 This is a slightly modified version of the patch in order to shutdown
7559 USB when booting on all architectures.
7560
7561 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7562
7563commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
7564Author: Martha Marx <mmarx@silicontkx.com>
7565Date: Thu May 29 14:23:25 2008 -0400
7566
7567 Configuration changes for ADS5121 Rev 3
7568
7569 ADS5121 Rev 3 board is now the default config
7570
7571 config targets are now
7572
7573 ads5121_config
7574 Rev 3 board with
7575 PCI
7576 M41T62 on board RTC
7577 512MB DRAM
7578
7579 ads5121_rev2_config
7580 Rev 2 board with
7581 No PCI
7582 256MB DRAM
7583
7584 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
7585 Acked-by: Grant Likely <grant.likely@secretlab.ca>
7586 Acked-by: John Rigby <jrigby@freescale.com>
7587
7588commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
7589Author: Martha Marx <mmarx@silicontkx.com>
7590Date: Thu May 29 15:37:21 2008 -0400
7591
7592 Consolidate ADS5121 IO Pin configuration
7593
7594 Consolidate ADS5121 IO Pin configuration to one file
7595 board/ads5121/iopin.c.
7596
7597 Remove pin config from cpu/mpc512x/fec.c
7598
7599 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
7600 Acked-by: Grant Likely <grant.likely@secretlab.ca>
7601 Acked-by: John Rigby <jrigby@freescale.com>
7602
7603commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
7604Author: Christian Eggers <christian@p2400.wgnetz.xx>
7605Date: Fri Jun 27 19:46:51 2008 +0200
7606
7607 Fix "usb part" command
7608
7609 Only print partition for selected device if user supplied the <dev>
7610 arg with the "usb part [dev]" command.
7611
7612 Signed-off-by: Christian Eggers <ceggers@gmx.de>
7613 Acked-by: Markus Klotzbuecher <mk@denx.de>
7614
7615commit cc83b27217f7380041fea386ddb6d6d9b261617d
7616Author: Harald Welte <laforge@gnumonks.org>
7617Date: Mon Jul 7 00:58:05 2008 +0800
7618
7619 fix USB devices with multiple configurations
7620
7621 This patch fixes bugs in usbdcore*.c related to the use of devices
7622 with multiple configurations.
7623
7624 The original code made mistakes about the meaning of configuration value and
7625 configuration index, and the resulting off-by-one errors resulted in:
7626
7627 * SET_CONFIGURATION always selected the first configuration, no matter what
7628 wValue is being passed.
7629 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
7630 configuration (index 0).
7631
7632 Signed-off-by: Harald Welte <laforge@openmoko.org>
7633 Acked-by: Markus Klotzbuecher <mk@denx.de>
7634
7635commit 06c53beae1a726e707971c555613f09b270a2461
7636Author: Wolfgang Denk <wd@denx.de>
7637Date: Thu Jul 10 13:16:09 2008 +0200
7638
7639 Fix some more print() format errors.
7640
7641 Signed-off-by: Wolfgang Denk <wd@denx.de>
7642
7643commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
7644Author: Christian Eggers <christian@p2400.wgnetz.xx>
7645Date: Fri Jun 27 19:46:51 2008 +0200
7646
7647 Fix "usb part" command
7648
7649 Only print partition for selected device if user supplied the <dev>
7650 arg with the "usb part [dev]" command.
7651
7652 Signed-off-by: Christian Eggers <ceggers@gmx.de>
7653 Acked-by: Markus Klotzbuecher <mk@denx.de>
7654
7655commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
7656Author: Harald Welte <laforge@gnumonks.org>
7657Date: Mon Jul 7 00:58:05 2008 +0800
7658
7659 fix USB devices with multiple configurations
7660
7661 This patch fixes bugs in usbdcore*.c related to the use of devices
7662 with multiple configurations.
7663
7664 The original code made mistakes about the meaning of configuration value and
7665 configuration index, and the resulting off-by-one errors resulted in:
7666
7667 * SET_CONFIGURATION always selected the first configuration, no matter what
7668 wValue is being passed.
7669 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
7670 configuration (index 0).
7671
7672 Signed-off-by: Harald Welte <laforge@openmoko.org>
7673 Acked-by: Markus Klotzbuecher <mk@denx.de>
7674
7675commit e870690bdca154943ecadd5212d2d59c1b9d391b
7676Author: Stefan Roese <sr@denx.de>
7677Date: Thu Jul 10 10:10:54 2008 +0200
7678
7679 MTD/NAND: Fix printf format warning in nand code
7680
7681 This patch fixes NAND related printf format warning. Those warnings are
7682 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
7683 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
7684 really helpful.
7685
7686 Signed-off-by: Stefan Roese <sr@denx.de>
7687
7688commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
7689Author: Stefan Roese <sr@denx.de>
7690Date: Thu Jul 10 10:00:45 2008 +0200
7691
7692 rtc: Fix printf format warning in m41t60.c
7693
7694 Signed-off-by: Stefan Roese <sr@denx.de>
7695
7696commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
7697Author: Stefan Roese <sr@denx.de>
7698Date: Tue Jul 8 12:01:47 2008 +0200
7699
7700 pci: Move PCI device configuration check into a separate weak function
7701
7702 This patch moves the check, if a device should be skipped in PCI PNP
7703 configuration into the function pci_skip_dev(). This function is defined
7704 as weak so that it can be overwritten by a platform specific one if
7705 needed. The check if the device should get printed in the PCI summary upon
7706 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
7707 pci_print_dev() which is also defined as weak too.
7708
7709 Signed-off-by: Stefan Roese <sr@denx.de>
7710
7711commit b002144e1dc21374b1ef5281fe6b5d014af96650
7712Author: Stefan Roese <sr@denx.de>
7713Date: Thu Jul 10 09:58:06 2008 +0200
7714
7715 ppc4xx: Fix printf format warnings now visible with the updated format check
7716
7717 This patch fixes ppc4xx related printf format warning. Those warnings are
7718 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
7719 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
7720 really helpful.
7721
7722 Signed-off-by: Stefan Roese <sr@denx.de>
7723
7724commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
7725Author: Stefan Roese <sr@denx.de>
7726Date: Wed Jul 9 17:33:57 2008 +0200
7727
7728 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
7729
7730 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
7731 To support such configurations, we "only" map the first 2GB via the TLB's. We
7732 need some free virtual address space for the remaining peripherals like, SoC
7733 devices, FLASH etc.
7734
7735 Note that ECC is currently not supported on configurations with more than 2GB
7736 SDRAM. This is because we only map the first 2GB on such systems, and therefore
7737 the ECC parity byte of the remaining area can't be written.
7738
7739 Signed-off-by: Stefan Roese <sr@denx.de>
7740
7741commit cf1c2ed91df26903b956948f37f82de9e1158a89
7742Author: Larry Johnson <lrj@acm.org>
7743Date: Sat Jun 14 17:02:49 2008 -0400
7744
7745 ppc4xx: Remove implementation of testdram() from Korat board support
7746
7747 Signed-off-by: Larry Johnson <lrj@acm.org>
7748 Signed-off-by: Stefan Roese <sr@denx.de>
7749
7750commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
7751Author: Larry Johnson <lrj@acm.org>
7752Date: Sat Jun 14 16:53:02 2008 -0400
7753
7754 ppc4xx: Update and add FDT to Korat board support
7755
7756 Signed-off-by: Larry Johnson <lrj@acm.org>
7757 Signed-off-by: Stefan Roese <sr@denx.de>
7758
7759commit 4188f0491886b3b486164e819c0a83fdb97efd7d
7760Author: Wolfgang Denk <wd@denx.de>
7761Date: Thu Jul 10 01:13:30 2008 +0200
7762
7763 Minor coding style cleanup; update CHANGELOG
7764
7765 Signed-off-by: Wolfgang Denk <wd@denx.de>
7766
4188f049
WD
7767commit 8915f1189c1d29d8be7f4de325702d90a8988219
7768Author: Paul Gortmaker <paul.gortmaker@windriver.com>
7769Date: Wed Jul 9 17:50:45 2008 -0400
7770
7771 e1000: add support for 82545GM 64bit PCI-X copper variant
7772
7773 This PCI-X e1000 variant works by just adding in the correct
7774 PCI IDs in the appropriate places.
7775
7776 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
7777
7778commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
7779Author: Daniel Hellstrom <daniel@gaisler.com>
7780Date: Wed Jul 9 12:34:11 2008 +0000
7781
7782 SPARC: Build error fix
7783
7784 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
7785
7786 This patch makes SPARC targets build again. It is caused by
7787 phys_addr_t and phys_size_t being defined in the wrong header
7788 file. include/lmb.h need those typedefs to build.
7789
7790 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
7791
7792commit 11ccc33fa21acce108f6b4a6936e3271af904c64
7793Author: Marcel Ziswiler <marcel@ziswiler.com>
7794Date: Wed Jul 9 08:17:15 2008 +0200
7795
7796 Many spelling fixes in README.
7797
7798 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7799
7800commit dbab0691d2533560f7e91b92ae844046a9ad1df3
7801Author: Marcel Ziswiler <marcel@ziswiler.com>
7802Date: Wed Jul 9 08:17:06 2008 +0200
7803
7804 Minor spelling fix in comment.
7805
7806 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7807
7808commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
7809Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7810Date: Tue Jul 8 14:54:58 2008 -0400
7811
7812 Round the serial port clock divisor value returned by calc_divisor()
7813
7814 Round the serial port clock divisor value returned by
7815 calc_divisor().
7816
7817 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7818 Signed-off-by: John Roberts <john.roberts@pwav.com>
7819
7820commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
7821Author: Scott Wood <scottwood@freescale.com>
7822Date: Wed Jul 9 17:47:52 2008 -0500
7823
7824 NAND: ifdef-protect most of nand.h when using legacy NAND.
7825
7826 Some macros such as NAND_CTL_SETALE conflict between current and legacy
7827 NAND, being defined by the subsystem in the former case and the board
7828 config file in the latter.
7829
7830 Signed-off-by: Scott Wood <scottwood@freescale.com>
7831
7832commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
7833Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7834Date: Tue Jul 8 11:02:05 2008 -0400
7835
7836 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
7837
7838 ARM: Fix for incorrect version of patch applied when
7839 adding support for the Lyrtech SFF-SDR board.
7840
7841 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7842 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
7843
7844commit 47042b363ee5022b8180c65d3f4558e7972c79cd
7845Author: Kyungmin Park <kmpark@infradead.org>
7846Date: Tue Jul 8 09:08:40 2008 +0900
7847
7848 Remove useless print message at apollon
7849
7850 Remove useless print message at apollon
7851
7852 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7853
7854commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
7855Author: Andy Fleming <afleming@freescale.com>
7856Date: Mon Jul 7 14:24:39 2008 -0500
7857
7858 Fix LMB type issues
7859
7860 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
7861 of casting problems in the bootm code that called the LMB functions.
7862
7863 Signed-off-by: Andy Fleming <afleming@freescale.com>
7864
7865commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
7866Author: Kumar Gala <galak@kernel.crashing.org>
7867Date: Mon Jul 7 09:39:06 2008 -0500
7868
7869 Fix compiler warnings
7870
7871 gcc-4.3.x generates the following:
7872
7873 bootm.c: In function 'do_bootm_linux':
7874 bootm.c:208: warning: cast from pointer to integer of different size
7875 bootm.c:215: warning: cast from pointer to integer of different size
7876
7877 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7878
7879commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
7880Author: Harald Welte <laforge@gnumonks.org>
7881Date: Mon Jul 7 15:40:39 2008 +0800
7882
7883 Remove code duplication for setting the default environment
7884
7885 common/env_common.c (default_env): new function that resets the environment to
7886 the default value
7887 common/env_common.c (env_relocate): use default_env instead of own copy
7888 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
7889 include/environment.h: added default_env prototype
7890
7891 Signed-off-by: Werner Almesberger <werner@openmoko.org>
7892 Signed-off-by: Harald Welte <laforge@openmoko.org>
7893
7894commit 99c2b434d37863df5dda5207a53760c6506fc2be
7895Author: Marcel Ziswiler <marcel@ziswiler.com>
7896Date: Sun Jun 22 16:13:46 2008 +0200
7897
7898 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
7899
7900 The writeenv() and readenv() calls introduced by the recently added bad block
7901 management for environment variables were missing casts therefore producing
7902 compile time warnings.
7903 While at it fixing some typo in a comment and indentation.
7904
7905 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
7906 Signed-off-by: Scott Wood <scottwood@freescale.com>
7907
7908commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
7909Author: Scott Wood <scottwood@freescale.com>
7910Date: Fri Jun 20 12:38:57 2008 -0500
7911
7912 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
7913
7914 This is particularly problematic now that non-NAND-specific code is
7915 including <nand.h>, and thus all debugging code is being compiled
7916 regardless of whether it was requested, as reported by Scott McNutt
7917 <smcnutt@psyent.com>.
7918
7919 Signed-off-by: Scott Wood <scottwood@freescale.com>
7920
7921commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
7922Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7923Date: Thu Jun 12 19:27:58 2008 +0200
7924
7925 mmc: Move atmel_mci driver into drivers/mmc
7926
7927 This makes it easier to use the driver on other platforms.
7928
7929 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7930 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7931
7932commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
7933Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7934Date: Thu Jun 12 19:27:57 2008 +0200
7935
7936 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
7937
7938 After we move the atmel_mci driver into drivers/mmc, we can't select
7939 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
7940 this driver so that there's no ambiguity.
7941
7942 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7943 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7944
7945commit 5ce13051a48c62bda9723df3b4778c492fb47f36
7946Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7947Date: Thu Jun 12 19:27:56 2008 +0200
7948
7949 Create drivers/mmc subdirectory
7950
7951 In order to consolidate more of the various MMC drivers around the
7952 tree, we must first have a common place to put them.
7953
7954 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7955 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7956
7957commit b502611b51f02718c2d1117d4981dabceb5af6de
7958Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
7959Date: Sun Jul 6 12:30:09 2008 +0200
7960
7961 Change env_get_char from a global function ptr to a function
7962
7963 This avoids an early global data reference.
7964
7965 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
7966
7967commit 27269417ade432189b234d9fbac98b54e37b978c
7968Author: Matvejchikov Ilya <matvejchikov@gmail.com>
7969Date: Sun Jul 6 13:57:58 2008 +0400
7970
7971 Some copy-n-paste fixes in printf usage
7972
7973 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
7974
7975commit 0e6989b9faf1588e8723535539e88a0df3c71356
7976Author: Matvejchikov Ilya <matvejchikov@gmail.com>
7977Date: Sun Jul 6 13:57:00 2008 +0400
7978
7979 FDT memory and pci node fixes for MPC8260ADS
7980
7981 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
7982
7983commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
7984Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7985Date: Mon Jul 7 06:41:14 2008 -0700
7986
7987 Fix printf errors.
7988
7989 The compiler will help find mismatches between printf formats and
7990 arguments if you let it. This patch adds the necessary attributes to
7991 declarations in include/common.h, then begins to correct the resulting
7992 compiler warnings. Some of these were bugs, e.g., "$d" instead of
7993 "%d" and incorrect arguments. Others were just annoying, like
7994 int-long mismatches on a system where both are 32 bits. It's worth
7995 fixing the annoying errors to catch the real ones.
7996
7997 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7998
7999commit 417faf285b2527acb2de24c5cd3e2621d385408c
8000Author: Becky Bruce <becky.bruce@freescale.com>
8001Date: Wed Jul 9 11:09:41 2008 -0500
8002
8003 Allow print_size to print in GB
8004
8005 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8006
8007commit e7c374529c87525c9aa463e0557c287887ae4e9e
8008Author: Jason McMullan <mcmullan@netapp.com>
8009Date: Sun Jun 8 23:56:00 2008 -0400
8010
8011 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
8012
8013 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
8014 they are set in the U-Boot environment.
8015
8016 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
8017 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8018
8019commit 0192d7d56e9320819dea262f49789ae18fdd2c72
8020Author: Stefan Roese <sr@denx.de>
8021Date: Tue Jul 8 12:57:14 2008 +0200
8022
8023 jedec_flash: Fix AM29DL800BB device ID
8024
8025 As pointed out by Jerry Hicks, this patch corrects the device ID of
8026 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
8027 datasheet (rev C4 from Dezember 2006).
8028
8029 Signed-off-by: Stefan Roese <sr@denx.de>
8030
8031commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
8032Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8033Date: Mon Jul 7 11:22:37 2008 +0900
8034
8035 sh: Fix compile error sh7763rdp board
8036
8037 Disable SH ether driver.
8038
8039 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8040
8041commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
8042Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8043Date: Tue Jul 8 12:03:24 2008 +0900
8044
8045 sh: Fix SH-boards compile error
8046
8047 By Cleanup out-or-tree building for some boards (.depend)
8048 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
8049 because filse ware changed, some SH-boards have compile error.
8050 I revised this problem.
8051
8052 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8053
699f0512
WD
8054commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
8055Author: Jason Jin <Jason.jin@freescale.com>
8056Date: Tue May 13 11:50:36 2008 +0800
8057
8058 Feed the watchdog in u-boot for 8610 board.
8059
8060 The watchdog on 8610 board is enabled by setting sw[6]
8061 to on. Once enabled, the watchdog can not be disabled
8062 by software. So feed the dog in u-boot is necessary for
8063 normal operation.
8064
8065 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
8066
4188f049
WD
8067commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
8068Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
8069Date: Wed Jun 18 12:10:33 2008 -0400
8070
8071 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
8072
8073 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
8074
8075 Remove duplicate code in a if/else block in
8076 cpu/arm926ejs/davinci/lxt972.c.
8077 Fixed style issues.
8078
8079 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
8080 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8081
8082commit fec61431a003f5778bafa2624073a571af8bec9f
8083Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
8084Date: Wed Jun 18 12:10:31 2008 -0400
8085
8086 Remove duplicate definitions in include/lxt971a.h.
8087
8088 Remove duplicate definitions in include/lxt971a.h.
8089
8090 Remove duplicate registers and bits definitions in
8091 include/lxt971a.h for standard MII registers, and
8092 use values in include/miiphy.h instead.
8093
8094 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
8095 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8096
8097commit 9751ee0990f467941da0b095a4e995f863672d7a
8098Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8099Date: Wed Jun 11 21:05:00 2008 +0900
8100
8101 net: sh: Renesas SH7763 Ethernet device support
8102
8103 Renesas SH7763 has 2 channel Ethernet device.
8104 This is 10/100/1000 Base support.
8105 But this patch check 10/100 Base only.
8106
8107 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8108 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8109
8110commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
8111Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8112Date: Tue Jun 17 16:28:05 2008 +0900
8113
8114 sh: Update Renesas R2DPlus board
8115
8116 New NOR Flash board support and remove old type flash board config.
8117 And Remove network setting from config file.
8118
8119 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8120 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8121
8122commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
8123Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8124Date: Tue Jun 17 16:28:01 2008 +0900
8125
8126 sh: Update Renesas R7780MP board
8127
8128 New NOR Flash board support and remove network setting from config file.
8129
8130 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8131 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8132
8133commit c001cd604e9f133743effbddb1c215b48e761c5a
8134Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8135Date: Tue Jun 17 16:27:56 2008 +0900
8136
8137 sh: Update Renesas Migo-R board
8138
8139 Remove network setting from config file.
8140
8141 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8142 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8143
8144commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
8145Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8146Date: Tue Jun 17 16:27:52 2008 +0900
8147
8148 sh: Update Hitachi MS7722SE board
8149
8150 Remove network setting from config file.
8151
8152 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8153 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8154
8155commit 26209e48e8791670c93108029a5c31a30016c6df
8156Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8157Date: Tue Jun 17 16:27:48 2008 +0900
8158
8159 sh: Cleanup source code of SH7763RDP
8160
8161 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8162 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8163
8164commit 5cd5b2c96ef0025762931349d350287aec03ab47
8165Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8166Date: Tue Jun 17 16:27:44 2008 +0900
8167
8168 sh: Cleanup source code of R2DPlus
8169
8170 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8171 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8172
8173commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
8174Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8175Date: Tue Jun 17 16:27:41 2008 +0900
8176
8177 sh: Cleanup source code of R7780MP
8178
8179 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8180 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8181
8182commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
8183Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8184Date: Tue Jun 17 16:27:38 2008 +0900
8185
8186 sh: Cleanup source code of MS7722SE
8187
8188 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8189 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8190
8191commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
8192Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8193Date: Tue Jun 17 16:27:34 2008 +0900
8194
8195 sh: Cleanup source code of MS7720SE
8196
8197 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8198 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8199
8200commit 3ab4827cbe409488ebea1a2ee5094783f2672214
8201Author: Wolfgang Denk <wd@denx.de>
8202Date: Mon Jul 7 00:45:03 2008 +0200
8203
8204 SH: fix out of tree building
8205
8206 Signed-off-by: Wolfgang Denk <wd@denx.de>
8207
8208commit 9047bfa1e737d787be460387dd6f45737eeceb10
8209Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8210Date: Thu Jul 3 23:16:06 2008 +0900
8211
8212 net: smc911x: Fix typo
8213
8214 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8215
8216commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
8217Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
8218Date: Wed Jul 2 18:54:08 2008 +0200
8219
8220 update mvBL-M7 board config
8221
8222 update mvBL-M7 config file to use UBOOT_VERSION and define
8223 CONFIG_HIGH_BATS.
8224
8225 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8226
8227commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
8228Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8229Date: Mon Jun 30 17:45:01 2008 +0900
8230
8231 net: fix compile problem in smc911x driver.
8232
8233 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8234 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8235
8236commit 9fea65a6c469b1b474b27446feb58738baba2d31
8237Author: Michal Simek <monstr@monstr.eu>
8238Date: Tue Jun 24 09:54:09 2008 +0200
8239
8240 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
8241
8242 This change helps with better handling with others
8243 Xilinx based platform.
8244
8245 Signed-off-by: Michal Simek <monstr@monstr.eu>
8246 Acked-by: Stefan Roese <sr@denx.de>
8247
8248commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
8249Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8250Date: Tue Jun 17 13:07:11 2008 +0900
8251
8252 net: ne2000: Move dev_addr variable from grobal to local.
8253
8254 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8255 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8256
8257commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
8258Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8259Date: Tue Jun 17 13:07:15 2008 +0900
8260
8261 net: ne2000: Fix compile error of NE2000
8262
8263 If enable DEBUG, can not compile ne2000 driver.
8264
8265 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8266 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8267
8268commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
8269Author: Ben Warren <biggerbadderben@gmail.com>
8270Date: Mon Jun 23 22:57:27 2008 -0700
8271
8272 Add mechanisms for CPU and board-specific Ethernet initialization
8273
8274 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
8275 initialization to CPU or board-specific code. Initial implementation is
8276 only on the Freescale TSEC controller, but others will be added soon.
8277
8278 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8279
8280commit 7754f2be5d1835d263aad21b5a629526f3e680b0
8281Author: Wolfgang Denk <wd@denx.de>
8282Date: Sun Jul 6 01:21:46 2008 +0200
8283
8284 include/sha256.h: fix file permissions.
8285
8286 Signed-off-by: Wolfgang Denk <wd@denx.de>
8287
8288commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
8289Author: Patrice Vilchez <patrice.vilchez@atmel.com>
8290Date: Tue May 27 11:15:29 2008 +0200
8291
8292 [AT91SAM9] Fix NAND FLASH timings
8293
8294 Fix NAND FLASH timings for at91sam9x evaluation kits.
8295
8296 New timings are based on application note
8297 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
8298 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
8299
8300 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
8301 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8302 Acked-by: Stelian Pop <stelian@popies.net>
8303
8304commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
8305Author: Stelian Pop <stelian@popies.net>
8306Date: Thu May 22 00:15:40 2008 +0200
8307
8308 Fix boot from NOR due to incorrect reset delay.
8309
8310 AT91 RSTC registers are battery-backuped, so their values
8311 are not reset across power cycles. One of those registers,
8312 the AT91_RSTC_MR register, is being modified by U-Boot, in
8313 the ethernet initialisation routine, to generate a 500ms
8314 user reset.
8315
8316 Unfortunately, this value is not being restored afterwards,
8317 causing subsequent resets to also last for 500ms.
8318
8319 This long reset sequence causes problems (at least) in the
8320 boot sequence from NOR: by the time the CPU tries to load
8321 a program from the NOR flash, the latter is still in reset
8322 and not yet available.
8323
8324 Additionaly, this patch fixes a bug in the original code which
8325 caused the reset delay to last for 2s instead of 500ms.
8326
8327 Signed-off-by: Stelian Pop <stelian@popies.net>
8328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8329
8330commit f492dd636fbbae529e17533995bc6e5813c007f6
8331Author: Wolfgang Denk <wd@denx.de>
8332Date: Fri Jul 4 20:11:49 2008 +0200
8333
8334 Update CHANGELOG
8335
8336 Signed-off-by: Wolfgang Denk <wd@denx.de>
8337
f492dd63
WD
8338commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
8339Author: Wolfgang Denk <wd@denx.de>
8340Date: Fri Jul 4 20:07:35 2008 +0200
8341
8342 CCM/SCM boards: fix out of tree building
8343
8344 Signed-off-by: Wolfgang Denk <wd@denx.de>
8345
8346commit ab4c3a490df9a964711556d2a05b0c787db45fde
8347Author: Wolfgang Denk <wd@denx.de>
8348Date: Thu Jul 3 23:22:27 2008 +0200
8349
8350 SCM board: fix build errors.
8351
8352 Signed-off-by: Wolfgang Denk <wd@denx.de>
8353
8354commit a566466f17ba0e2d2b6c250e77da678fb932470d
8355Author: Wolfgang Denk <wd@denx.de>
8356Date: Thu Jul 3 23:06:36 2008 +0200
8357
8358 IAD210 board: fix ``"ALIGN" redefined'' warning.
8359
8360 Signed-off-by: Wolfgang Denk <wd@denx.de>
8361
8362commit ad756314797c16fa5dca23e115aab881011f164f
8363Author: Wolfgang Denk <wd@denx.de>
8364Date: Thu Jul 3 23:00:24 2008 +0200
8365
8366 CCM board: fix build errors.
8367
8368 Signed-off-by: Wolfgang Denk <wd@denx.de>
8369
4188f049
WD
8370commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
8371Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
8372Date: Wed Jul 2 18:54:08 2008 +0200
8373
8374 update mvBL-M7 board config
8375
8376 update mvBL-M7 config file to use UBOOT_VERSION.
8377
8378 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8379 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8380
f492dd63
WD
8381commit ced209c50e80c25f13c083099b05044048d21f4f
8382Author: Wolfgang Denk <wd@denx.de>
8383Date: Thu Jul 3 22:39:21 2008 +0200
8384
8385 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
8386
8387 Signed-off-by: Wolfgang Denk <wd@denx.de>
8388
8389commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
8390Author: Wolfgang Denk <wd@denx.de>
8391Date: Thu Jul 3 22:34:08 2008 +0200
8392
8393 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
8394
8395 Signed-off-by: Wolfgang Denk <wd@denx.de>
8396
8397commit 730f298485984b011b6ee8f4acb511cb45a843dd
8398Author: Wolfgang Denk <wd@denx.de>
8399Date: Thu Jul 3 22:04:17 2008 +0200
8400
8401 lmb: fix "implicit declaration of function 'lmb_free'" warning
8402
8403 Signed-off-by: Wolfgang Denk <wd@denx.de>
8404
8405commit 322ef5e28d2dc62571afc699b00add22a8e006e4
8406Author: Wolfgang Denk <wd@denx.de>
8407Date: Wed Jul 2 23:53:23 2008 +0200
8408
8409 Cleanup: remove redundant deleting on *~ files
8410
8411 Signed-off-by: Wolfgang Denk <wd@denx.de>
8412
8413commit c8a3b109f07f02342d097b30908965f7261d9f15
8414Author: Wolfgang Denk <wd@denx.de>
8415Date: Wed Jul 2 23:49:18 2008 +0200
8416
8417 Cleanup out-or-tree building for some boards (.depend)
8418
8419 Signed-off-by: Wolfgang Denk <wd@denx.de>
8420
8421commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
8422Author: Wolfgang Denk <wd@denx.de>
8423Date: Wed Jul 2 23:38:50 2008 +0200
8424
8425 Cleanup: fix out-of-tree building for some boards
8426
8427 Signed-off-by: Wolfgang Denk <wd@denx.de>
8428
8429commit 461fa68d20861811487944d22291db5a13410e20
8430Author: Wolfgang Denk <wd@denx.de>
8431Date: Wed Jul 2 23:00:14 2008 +0200
8432
8433 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
8434
8435 Signed-off-by: Wolfgang Denk <wd@denx.de>
8436
8437commit 5981ebd32017e062b08aa6747cf591276f2db779
8438Author: Detlev Zundel <dzu@denx.de>
8439Date: Fri Jun 20 22:26:24 2008 +0200
8440
8441 fdt: Fix typo in variable name.
8442
8443 Signed-off-by: Detlev Zundel <dzu@denx.de>
8444
8445commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
8446Author: Gary Jennejohn <garyj@denx.de>
8447Date: Thu Jun 19 11:11:19 2008 +0200
8448
8449 Add logos for RRvision board
8450
8451 Signed-off-by: Gary Jennejohn <garyj@denx.de>
8452
8453commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
8454Author: Esben Haabendal <EsbenHaabendal@gmail.com>
8455Date: Wed Jun 18 11:03:57 2008 +0200
8456
8457 mpc8260: add fdt_fixup_ethernet support
8458
8459 Add support for updating mac-address and local-mac-address in fdt for
8460 all MPC8260 targets.
8461
8462 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
8463
8464commit f6a69559d64498a04e1e0b087a9b920e5775f866
8465Author: Steven A. Falco <sfalco@harris.com>
8466Date: Thu Jun 12 13:24:42 2008 -0400
8467
8468 cmd_nvedit.c: clean up syntax highlighting
8469
8470 My text-editor (vim) has a bit of trouble syntax-highlighting the
8471 cmd_nvedit.c file, because it apparently does not parse C
8472 ifdef/else/endif. The following patch does not change the behavior of
8473 the code at all, but does allow the editor to properly
8474 syntax-highlight the file.
8475
8476 Signed-off-by: Steve Falco <sfalco@harris.com>
8477
8478commit 75678c807a6272ecc5541eb32898c93887f08400
8479Author: Steven A. Falco <sfalco@harris.com>
8480Date: Thu Jun 12 13:22:12 2008 -0400
8481
8482 Make setenv() return status
8483
8484 Currently, the setenv function does not return an error code.
8485 This patch allows to test for errors.
8486
8487 Signed-off-by: Steve Falco <sfalco@harris.com>
8488
8489commit 4928e97c8531283ca9b368b7c29a8a12e726562a
8490Author: Kumar Gala <galak@kernel.crashing.org>
8491Date: Wed Jun 11 10:14:06 2008 -0500
8492
8493 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
8494
8495 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
8496 and fls is used to implement them.
8497
8498 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8499
8500commit 83002a77cbdf383015ca384eff5fa31722d8e571
8501Author: Magnus Lilja <lilja.magnus@gmail.com>
8502Date: Mon Jun 9 22:58:48 2008 +0200
8503
8504 i.MX31: Cleanup comments in lowlevel_init.S.
8505
8506 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8507
8508commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
8509Author: Ben Warren <biggerbadderben@gmail.com>
8510Date: Sun Jun 8 23:28:33 2008 -0700
8511
8512 Move conditional compilation of MPC8XXX SPI driver to Makefile
8513
8514 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8515
8516commit d92ea21bafb674ee2bf27447970b047845e7b0a2
8517Author: Juergen Kilb <J.Kilb@gmx.de>
8518Date: Sun Jun 8 17:59:53 2008 +0200
8519
8520 i.MX31: fixed CTRL-C detection
8521
8522 The Register URXD contains status information in bits [15..8].
8523 With status bit 15 set, CTRL-C was reported as 0x8003 instead
8524 of 0x03. Therefore CTRL-C was not detected.
8525 To solve this, bits [15..8] were masked out now.
8526
8527 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
8528 Acked-by: Felix Radensky <felix@embedded-sol.com>
8529
699f0512
WD
8530commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
8531Author: Stefan Roese <sr@denx.de>
8532Date: Tue Jul 1 17:03:19 2008 +0200
8533
8534 ppc4xx: Fix 460EX/GT PCIe port initialization
8535
8536 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
8537 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
8538 this out.
8539
8540 Signed-off-by: Stefan Roese <sr@denx.de>
8541
f492dd63
WD
8542commit b571afde0295b007a45055ee49f8822c753a5651
8543Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8544Date: Sat Jun 7 12:29:52 2008 +0200
8545
8546 add SHA256 support
8547
8548 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8549 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
8550
8551commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
8552Author: Marian Balakowicz <m8@semihalf.com>
8553Date: Fri Jun 6 23:07:40 2008 +0200
8554
8555 Delay FIT format check on sector based devices
8556
8557 Global FIT image operations like format check cannot be performed on
8558 a first sector data, defer them to the point when whole FIT image was
8559 uploaded to a system RAM.
8560
8561 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8562 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
8563 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
8564
8565commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
8566Author: Dave Liu <r63238@freescale.com>
8567Date: Tue Jun 3 17:38:19 2008 +0800
8568
8569 sata: wait for device updating signature to host
8570
8571 The driver need wait for the device updating signature to host.
8572 If we don't wait for it, the driver can not detect the device(disk)
8573 when the system powers up.
8574
8575 Signed-off-by: Dave Liu <daveliu@freescale.com>
8576
4188f049
WD
8577commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
8578Author: Stefan Roese <sr@denx.de>
8579Date: Sat Jun 28 14:56:17 2008 +0200
8580
8581 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
8582
8583 This patch implements a fix provided by AMCC so that the lockup upon
8584 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
8585 anymore:
8586
8587 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
8588 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
8589 USB 2.0 host and SATA.
8590
8591 This errata is not officially available yet. I'll update the comment
8592 to add the errata number later.
8593
8594 Signed-off-by: Stefan Roese <sr@denx.de>
8595
f492dd63
WD
8596commit 8b616edb118e37d05f6401389eaee1c636b22828
8597Author: Stuart Wood <stuart.wood@labxtechnologies.com>
8598Date: Mon Jun 2 16:42:19 2008 -0400
8599
8600 serial_pl010.c: add watchdog support
8601
8602 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
8603
8604commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
8605Author: Stuart Wood <stuart.wood@labxtechnologies.com>
8606Date: Mon Jun 2 16:40:08 2008 -0400
8607
8608 jffs2_1pass.c: add watchdog support
8609
8610 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
8611
8612commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
8613Author: Sascha Laue <sascha.laue@liebherr.com>
8614Date: Fri May 30 09:48:14 2008 +0200
8615
8616 Configure DSP POST; add watchdog reset to diag command
8617
8618 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
8619
8620commit f13526517859bf6b573e23ff47199e107d1009b5
8621Author: Tor Krill <tor@excito.com>
8622Date: Thu May 29 10:40:17 2008 +0200
8623
8624 Add sata sil3114 support
8625
8626 Signed-off-by: Tor Krill <tor@excito.com>
8627
8628commit e093a247628228100f405b6d7f6b1bfc16141938
8629Author: Wolfgang Denk <wd@denx.de>
8630Date: Sat Jun 28 23:34:37 2008 +0200
8631
8632 Coding Style Cleanup
8633
8634 Signed-off-by: Wolfgang Denk <wd@denx.de>
8635
8636commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
8637Author: Wolfgang Denk <wd@denx.de>
8638Date: Sat Jun 28 23:16:01 2008 +0200
8639
8640 Update CHANGELOG
8641
8642 Signed-off-by: Wolfgang Denk <wd@denx.de>
8643
01db232d
WD
8644commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
8645Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
8646Date: Wed May 21 13:58:41 2008 -0400
8647
8648 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
8649
8650 This patch adds support for the Lyrtech SFF-SDR board,
8651 based on the TI DaVinci architecture (ARM926EJS).
8652
8653 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
8654 Signed-off-by: Philip Balister <philip@balister.org>
8655 Signed-off-by: Wolfgang Denk <wd@denx.de>
8656
8657commit 341188b9ccaa8d4462d772cc067aca8d7618633a
8658Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8659Date: Thu May 22 11:09:59 2008 +0200
8660
8661 MMC: Consolidate MMC/SD command definitions
8662
8663 This moves the MMC and SD Card command definitions from
8664 include/asm/arch/mmc.h into include/mmc.h. These definitions are
8665 given by the MMC and SD Card standards, not by any particular
8666 architecture.
8667
8668 There's a lot more room for consolidation in the MMC drivers which
8669 I'm hoping to get done eventually, but this patch is a start.
8670
8671 Compile-tested for all avr32 boards as well as lpc2292sodimm and
8672 lubbock. This should cover all three mmc drivers in the tree.
8673
8674 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8675
8676commit fa60edfc4c952626e048c0e065f654b3c1822fa5
8677Author: Kyungmin Park <kmpark@infradead.org>
8678Date: Wed May 21 14:38:08 2008 +0900
8679
8680 Use better Ethernet timings for apollon board
8681
8682 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8683
8684commit 41c5eaa7253ed82bbae1eda5667755872c615164
8685Author: Andy Fleming <afleming@freescale.com>
8686Date: Mon Jun 16 13:58:56 2008 -0500
8687
8688 Resize device tree to allow space for board changes and the chosen node
8689
8690 Current code requires that a compiled device tree have space added to the end to
8691 leave room for extra nodes added by board code (and the chosen node). This
8692 requires that device tree creators anticipate how much space U-Boot will add to
8693 the tree, which is absurd. Ideally, the code would resize and/or relocate the
8694 tree when it needed more space, but this would require a systemic change to the
8695 fdt code, which is non-trivial. Instead, we resize the tree inside
8696 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
8697 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
8698
8699 Signed-off-by: Andy Fleming <afleming@freescale.com>
8700
8701commit 7570a9941fc565922078679a72d246fe208d696d
8702Author: Andy Fleming <afleming@freescale.com>
8703Date: Mon Jun 16 13:58:55 2008 -0500
8704
8705 Fix an underflow bug in __lmb_alloc_base
8706
8707 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
8708 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
8709 merely updates __lmb_alloc_base to resemble the current version in Linux.
8710
8711 Signed-off-by: Andy Fleming <afleming@freescale.com>
8712
8713commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
8714Author: Andy Fleming <afleming@freescale.com>
8715Date: Mon Jun 16 13:58:54 2008 -0500
8716
8717 Add lmb_free
8718
8719 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
8720 lmb_reserve to temporarily reserve some memory.
8721
8722 Signed-off-by: Andy Fleming <afleming@freescale.com>
8723
8724commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
8725Author: Andy Fleming <afleming@freescale.com>
8726Date: Mon Jun 16 13:58:53 2008 -0500
8727
8728 Add ALIGN() macro
8729
8730 ALIGN() returns the smallest aligned value greater than the passed
8731 in address or size. Taken from Linux.
8732
8733 Signed-off-by: Andy Fleming <afleming@freescale.com>
8734
4188f049
WD
8735commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
8736Author: Stefan Roese <sr@denx.de>
8737Date: Tue Jun 24 17:15:22 2008 +0200
8738
8739 ppc4xx: Fix compilation problems with phys_size_t
8740
8741 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
8742 board specific files where it has been missing.
8743
8744 Signed-off-by: Stefan Roese <sr@denx.de>
8745
01db232d
WD
8746commit 28eab0d77352b84885f938759bf2612b7bf0bc44
8747Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
8748Date: Mon May 19 12:26:38 2008 +0200
8749
8750 Conditionally add -fno-stack-protector to CFLAGS
8751
8752 When compile-testing on powerpc, I get errors like this:
8753
8754 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
8755
8756 This seems to be because -fstack-protector is on by default, so
8757 let's explicitly disable it on all architectures that support the
8758 option.
8759
8760 The Ubuntu toolchain is affected by this problem, and according to
8761 Mike Frysinger, Gentoo has been running with SSP enabled for years.
8762 More and more distros are turning SSP on by default, so this problem
8763 is likely to get worse in the future.
8764
8765 Also, powerpc just happens to be one of the arches I do
8766 compile-testing on. There may be other arches affected by this too.
8767
8768 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
8769
8770commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
8771Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8772Date: Sun May 18 19:09:52 2008 +0200
8773
8774 pcmcia/ti_pci1410a: Move compile condition to the Makefile
8775
8776 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8777
8778commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
8779Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8780Date: Sun May 18 19:09:51 2008 +0200
8781
8782 pxa_pcmcia: Move compile condition to the Makefile
8783
8784 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8785
8786commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
8787Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8788Date: Sun May 18 19:09:50 2008 +0200
8789
8790 marabun_pcmcia: Move compile condition to the Makefile
8791
8792 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8793
4188f049
WD
8794commit 6a19c46cae43c16c528eddefae3db97134f1915d
8795Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
8796Date: Mon Jun 23 13:25:34 2008 +0200
8797
8798 fix non-working mvBL-M7
8799
8800 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
8801
8802 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8803 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8804
8805commit 846f1574ddddeda2bc227655e687308695f41cdc
8806Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
8807Date: Mon Jun 23 11:40:56 2008 +0200
8808
8809 fix system config overwrite @ MPC834x and MPC8313
8810
8811 During 83xx setup the "System I/O configuration register high" gets
8812 overwritten with user defined value if CFG_SICRH is defined.
8813
8814 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
8815 must keep their reset value regardless of configuration.
8816
8817 On my board (using RGMII) those bits are set after reset - yet it's
8818 unclear where they come from.
8819
8820 The patch keeps both bits on MPC834x and MPC8313.
8821
8822 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8823 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8824
8825commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
8826Author: Kim Phillips <kim.phillips@freescale.com>
8827Date: Tue Jun 17 17:45:27 2008 -0500
8828
8829 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
8830
8831 to avoid this:
8832
8833 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
8834 In file included from cpu.c:33:
8835 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
8836
8837 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8838
8839commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
8840Author: Stefan Roese <sr@denx.de>
8841Date: Mon Jun 23 11:15:09 2008 +0200
8842
8843 ppc4xx: Fix problem in gpio_config()
8844
8845 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
8846 left by one. So the additional shift is bogus.
8847
8848 Signed-off-by: Stefan Roese <sr@denx.de>
8849
8850commit 40777812316fc252c941665c0f60c148fd79d50f
8851Author: Detlev Zundel <dzu@denx.de>
8852Date: Fri Jun 20 22:24:05 2008 +0200
8853
8854 fdt: Fix typo in variable name.
8855
8856 Signed-off-by: Detlev Zundel <dzu@denx.de>
8857
8858commit 5f723a3b98c630bde33de74351f2121691fdef14
8859Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8860Date: Fri Jun 20 10:41:05 2008 +0200
8861
8862 avr32: Enable SPI flash support on ATNGW100
8863
8864 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
8865 the new SPI flash framework.
8866
8867 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8868
8869commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
8870Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8871Date: Fri Jun 20 12:44:28 2008 +0200
8872
8873 avr32: Fix SPI portmux initialization
8874
8875 Use the new GPIO manipulation functions to set up the chip select lines,
8876 and make sure both busses use GPIO for chip select control.
8877
8878 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8879
8880commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
8881Author: Peter Ma <pma@mediamatech.com>
8882Date: Sun Jun 1 22:59:24 2008 -0700
8883
8884 avr32: Add GPIO manipulation functions
8885
8886 Adds GPIO manipulation functions for AVR32 AP7 platform.
8887
8888 Signed-off-by: Peter Ma <pma@mediamatech.com>
8889 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
8890 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8891
01db232d
WD
8892commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
8893Author: Wolfgang Grandegger <wg@grandegger.com>
8894Date: Thu Jun 5 13:02:30 2008 +0200
8895
8896 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
8897
8898 This patch is based on the following patch sent a few minutes ago:
8899 "NAND FSL UPM: driver re-write using the hwcontrol callback"
8900 It is untested, of course. Anton, could you please give it a try.
8901
8902 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8903 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8904
8905commit 96026d42fa4e646d28318c0a1438aac4b2017909
8906Author: Anatolij Gustschin <agust@denx.de>
8907Date: Thu Jun 12 12:40:11 2008 +0200
8908
8909 Fix 4xx build issue
8910
8911 Building for 4xx doesn't work since commit 4dbdb768:
8912
8913 In file included from 4xx_pcie.c:28:
8914 include/asm/processor.h:971: error: expected ')' before 'ver'
8915 make[1]: *** [4xx_pcie.o] Error 1
8916
8917 This patch fixes the problem.
8918
8919 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8920 Acked-by: Stefan Roese <sr@denx.de>
8921 Acked-by: Kumar Gala <galak@kernel.crashing.org>
8922
699f0512
WD
8923commit a036b0443657fe0f4773786de9092251869f08ac
8924Author: Kumar Gala <galak@kernel.crashing.org>
8925Date: Thu Jun 19 01:45:50 2008 -0500
8926
8927 MPC8610HPCD: Report board id, board version and fpga version.
8928
8929 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8930
8931commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
8932Author: Kumar Gala <galak@kernel.crashing.org>
8933Date: Thu Jun 19 01:45:27 2008 -0500
8934
8935 MPC8641HPCN: Report board id, board version and fpga version.
8936
8937 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8938
01db232d
WD
8939commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
8940Author: Stefan Roese <sr@denx.de>
8941Date: Mon Jun 16 10:40:02 2008 +0200
8942
8943 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
8944
8945 This patch simplifies flash_toggle() (AMD commandset), which is used to
8946 detect if a FLASH device is still busy with erase/program operations. On
8947 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
8948 did not detect the busy state reliably, resulting in non erased sectors
8949 etc. This patch now simplifies this function by "just" comparing the
8950 complete data-word instead of ANDing it with the command-word (0x40)
8951 before the compatison. It is done the same way in the Linux implementation
8952 chip_ready() in cfi_cmdset_0002.c.
8953
8954 Signed-off-by: Stefan Roese <sr@denx.de>
8955
8956commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
8957Author: Philip Balister <philip@balister.org>
8958Date: Mon Jun 16 08:58:07 2008 -0400
8959
8960 NAND: Add missing declaration to non-redundant saveenv().
8961
8962 Signed-off-by: Scott Wood <scottwood@freescale.com>
8963
8964commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
8965Author: Wolfgang Grandegger <wg@grandegger.com>
8966Date: Mon Jun 2 15:09:55 2008 +0200
8967
8968 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
8969
8970 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8971 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8972 Signed-off-by: Scott Wood <scottwood@freescale.com>
8973
8974commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
8975Author: Stefan Roese <sr@denx.de>
8976Date: Tue Jun 10 15:34:11 2008 +0200
8977
8978 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
8979
8980 This patch disables the square wave output of the M41T62 RTC used on
8981 Canyonlands & Glacier. Here the explanation:
8982
8983 The serial real-time clock part used in the design is an
8984 STMicro M41T62. This part has a full-time 32KHz square wave
8985 output that is connected to the TmrClk input to the
8986 processor. The default state for this square wave output is
8987 enabled so the output runs continuously when the board is
8988 powered normally and also from the battery. The TmrClk input
8989 to the processor goes to ground when the power is removed
8990 from the board/processor, and therefore the running square
8991 wave output is driving ground which drains the battery quickly.
8992
8993 Signed-off-by: Stefan Roese <sr@denx.de>
8994
8995commit a94f22f08f280905926219e568568964cb9eeb9d
8996Author: Andy Fleming <afleming@freescale.com>
8997Date: Wed Jun 11 18:10:20 2008 -0500
8998
8999 Fix build issue with string.h and linux/string.h
9000
9001 This commit:
9002 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
9003 Author: Wolfgang Denk <wd@denx.de>
9004 Date: Fri Jun 6 14:28:14 2008 +0200
9005
9006 tools/mkimage: fix compiler warnings on some systems.
9007
9008 Broke building on some systems, because the host's string.h was interfering
9009 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
9010 we're building for the host, so now we only include when building inside
9011 u-boot.
9012
9013 Signed-off-by: Andy Fleming <afleming@freescale.com>
9014
9015commit 9973e3c614721bbf169882ffc3be266a6611cd60
9016Author: Becky Bruce <becky.bruce@freescale.com>
9017Date: Mon Jun 9 16:03:40 2008 -0500
9018
9019 Change initdram() return type to phys_size_t
9020
9021 This patch changes the return type of initdram() from long int to phys_size_t.
9022 This is required for a couple of reasons: long int limits the amount of dram
9023 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
9024 size of physical memory. phys_size_t is defined as an unsigned long on almost
9025 all current platforms.
9026
9027 This patch *only* changes the return type of the initdram function (in
9028 include/common.h, as well as in each board's implementation of initdram). It
9029 does not actually modify the code inside the function on any of the platforms;
9030 platforms which wish to support more than 2GB of DRAM will need to modify
9031 their initdram() function code.
9032
9033 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
9034 MPC8641HPCN.
9035
9036 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9037
9038commit 391fd93ab23e15ab3dd58a54f5b609024009c378
9039Author: Becky Bruce <becky.bruce@freescale.com>
9040Date: Mon Jun 9 20:37:18 2008 -0500
9041
9042 Change lmb to use phys_size_t/phys_addr_t
9043
9044 This updates the lmb code to use phys_size_t
9045 and phys_addr_t instead of unsigned long. Other code
9046 which interacts with this code, like getenv_bootm_size()
9047 is also updated.
9048
9049 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
9050
9051 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9052
9053commit 61b09fc2952dc636017df4e7970e3de132276ba1
9054Author: Becky Bruce <becky.bruce@freescale.com>
9055Date: Mon Jun 9 20:37:17 2008 -0500
9056
9057 Change print_size to take phys_size_t
9058
9059 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9060
9061commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
9062Author: Becky Bruce <becky.bruce@freescale.com>
9063Date: Mon Jun 9 20:37:16 2008 -0500
9064
9065 Change bd/gd memsize/ram_size to be phys_size_t.
9066
9067 Currently, both are defined as an unsigned long, but
9068 should be phys_size_t. This should result in no real change,
9069 since phys_size_t is currently an unsigned long for all the
9070 default configs. Also add print_lnum to cmd_bdinfo to deal
9071 with the potentially wider memsize.
9072
9073 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9074
9075commit ba04f7010958e88a8910f2a123fee53fdc72e013
9076Author: Kumar Gala <galak@kernel.crashing.org>
9077Date: Tue Jun 10 16:16:02 2008 -0500
9078
9079 FSL LAW: Add new interface to use the last free LAW
9080
9081 LAWs have the concept of priority so its useful to be able to allocate
9082 the lowest (highest number) priority. We will end up using this with the
9083 new DDR code.
9084
9085 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9086
9087commit 859a86a25c569d3665ff413d1d923394b8a961f3
9088Author: Kumar Gala <galak@kernel.crashing.org>
9089Date: Wed Jun 11 00:51:45 2008 -0500
9090
9091 85xx/86xx: Move to dynamic mgmt of LAWs
9092
9093 With the new LAW interface (set_next_law) we can move to letting the
9094 system allocate which LAWs are used for what purpose. This makes life
9095 a bit easier going forward with the new DDR code.
9096
9097 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9098 Signed-off-by: Andy Fleming <afleming@freescale.com>
9099 Acked-by: Jon Loeliger <jdl@freescale.com>
9100 Acked-by: Becky Bruce <becky.bruce@freescale.com>
9101
9102commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
9103Author: Kumar Gala <galak@kernel.crashing.org>
9104Date: Wed Jun 11 00:44:10 2008 -0500
9105
9106 FSL LAW: Keep track of LAW allocations
9107
9108 Make it so we keep track of which LAWs have allocated and provide
9109 a function (set_next_law) which can allocate a LAW for us if one is
9110 free.
9111
9112 In the future we will move to doing more "dynamic" LAW allocation
9113 since the majority of users dont really care about what LAW number
9114 they are at.
9115
9116 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
9117
9118 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9119 Signed-off-by: Andy Fleming <afleming@freescale.com>
9120
9121commit ddde74a159caa6e18b481fec01d40b885aebb566
9122Author: Kumar Gala <galak@kernel.crashing.org>
9123Date: Mon Jun 9 22:31:57 2008 -0500
9124
9125 85xx: remove dummy board_early_init_f
9126
9127 A number of board ports have empty version of board_early_init_f
9128 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
9129
9130 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9131
9132commit 81e56e9af0d43712db8efb843606a8d62eab454f
9133Author: Kumar Gala <galak@kernel.crashing.org>
9134Date: Mon Jun 9 18:55:38 2008 -0500
9135
9136 MPC8544DS: Update config.h
9137
9138 * Enable flash progress
9139 * remove CLEAR_LAW0 since we dont really use it
9140
9141 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9142
9143commit 978e81604c1b28526ed580df0fbe64eb8384e94f
9144Author: Kumar Gala <galak@kernel.crashing.org>
9145Date: Mon Jun 9 13:37:24 2008 -0500
9146
9147 85xx: Remove unused and unconfigured memory test code.
9148
9149 Remove unused and unconfigured DDR test code from FSL 85xx boards.
9150 Besides, other common code exists.
9151
9152 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9153
9154commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
9155Author: Sergei Poselenov <sposelenov@emcraft.com>
9156Date: Fri Jun 6 15:42:45 2008 +0200
9157
9158 Socrates: Added FPGA base address update in FDT.
9159
9160 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9161
9162commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
9163Author: Sergei Poselenov <sposelenov@emcraft.com>
9164Date: Fri Jun 6 15:42:44 2008 +0200
9165
9166 Socrates: NAND support added. Changed the U-Boot base address and
9167
9168 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9169
9170commit 248ae5cfc8bf69074d1da099dc495d8e06070547
9171Author: Sergei Poselenov <sposelenov@emcraft.com>
9172Date: Fri Jun 6 15:42:43 2008 +0200
9173
9174 NAND: Added support for 128-bit OOB, adapted
9175
9176 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9177
9178commit 31ca0208612f2eb57690110d7c2815953650e47b
9179Author: Sergei Poselenov <sposelenov@emcraft.com>
9180Date: Fri Jun 6 15:42:42 2008 +0200
9181
9182 Socrates: added missed file with UPMA configuration data.
9183
9184 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
9185
9186commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
9187Author: Sergei Poselenov <sposelenov@emcraft.com>
9188Date: Fri Jun 6 15:42:41 2008 +0200
9189
9190 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
9191
9192 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9193
9194commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
9195Author: Sergei Poselenov <sposelenov@emcraft.com>
9196Date: Fri Jun 6 15:42:40 2008 +0200
9197
9198 Added the upmconfig() function for 85xx.
9199
9200 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9201 Signed-off-by: Andy Fleming <afleming@freescale.com>
9202
9203commit d39e68514ff943930ee692cff3fde03532eb7fec
9204Author: Sergei Poselenov <sposelenov@emcraft.com>
9205Date: Fri Jun 6 15:42:39 2008 +0200
9206
9207 Socrates: config file cleanup.
9208
9209 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9210
9211commit e8cc3f04b124f757af4528206e60d8eb715ae083
9212Author: Wolfgang Grandegger <wg@grandegger.com>
9213Date: Thu Jun 5 13:12:10 2008 +0200
9214
9215 TQM85xx: Change memory map to support Flash memory > 128 MiB
9216
9217 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
9218 memory. The current memory map only supports up to 128 MiB Flash.
9219 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
9220 set, up to 1 GiB flash is supported. To achieve this, the memory
9221 map has to be adjusted in great parts (for example the CCSRBAR is
9222 moved from 0xE0000000 to 0xA0000000).
9223
9224 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
9225 memory map also has to be considered in the kernel (changed
9226 CCSRBAR address, changed PCI IO base address, ...). Please use
9227 an appropriate Flat Device Tree blob (tqm8548.dtb).
9228
9229 Signed-off-by: Martin Krause <martin.krause@tqs.de>
9230 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9231
9232commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
9233Author: Wolfgang Grandegger <wg@grandegger.com>
9234Date: Thu Jun 5 13:12:09 2008 +0200
9235
9236 TQM85xx: NAND support via local bus UPMB
9237
9238 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
9239 default and can be enabled for the TQM8548 modules. It is now based on
9240 the re-written FSL NAND UPM driver. A patch has been posted earlier today
9241 with the subject:
9242
9243 "NAND FSL UPM: driver re-write using the hwcontrol callback"
9244
9245 Note that the R/B pin is not supported by that module requiring to use
9246 the specified maximum delay time.
9247
9248 Note: With NAND support enabled the size of the U-Boot image exceeds
9249 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
9250 doubling the image size :-(.
9251
9252 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
9253 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9254
9255commit b9e8078bb3f3c48111a7081e27279938c3a445e1
9256Author: Wolfgang Grandegger <wg@grandegger.com>
9257Date: Thu Jun 5 13:12:08 2008 +0200
9258
9259 TQM8548: PCI express support
9260
9261 This patch adds support for PCI express cards. The board support
9262 now uses common FSL PCI init code, for both, PCI and PCIe on all
9263 TQM85xx modules.
9264
9265 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
9266 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9267
9268commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
9269Author: Wolfgang Grandegger <wg@grandegger.com>
9270Date: Thu Jun 5 13:12:07 2008 +0200
9271
9272 TQM8548: Basic support for the TQM8548 modules
9273
9274 This patch adds basic support for the TQM8548 module from TQ-Components
9275 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
9276 eTSEC 3 and 4
9277
9278 Furthermore Flash buffer write has been enabled to speed up output to
9279 the Flash by approx. a factor of 10.
9280
9281 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
9282 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9283
9284commit 25991353204c78b094c3c1fec90182dcd607ab8f
9285Author: Wolfgang Grandegger <wg@grandegger.com>
9286Date: Thu Jun 5 13:12:06 2008 +0200
9287
9288 TQM85xx: Support for Flat Device Tree
9289
9290 This patch adds support for Linux kernels using the Flat Device Tree.
9291 It also re-defines the default environment settings for booting Linux
9292 with the FDT blob.
9293
9294 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9295
9296commit d9ee843d54c54776e1fdb86336ce554906a87331
9297Author: Wolfgang Grandegger <wg@grandegger.com>
9298Date: Thu Jun 5 13:12:05 2008 +0200
9299
9300 TQM85xx: Support for Intel 82527 compatible CAN controller
9301
9302 This patch adds initialization of the UPMC RAM to support up to two
9303 Intel 82527 compatible CAN controller on the TQM85xx modules.
9304
9305 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
9306 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9307
9308commit 518d5cfe72916323c746af1647764459914f555f
9309Author: Wolfgang Grandegger <wg@grandegger.com>
9310Date: Thu Jun 5 13:12:04 2008 +0200
9311
9312 TQM85xx: Bugfix in the SDRAM initialisation
9313
9314 The CS0_BNDS register is now set according to the detected
9315 memory size.
9316
9317 Signed-off-by Martin Krause <martin.krause@tqs.de>
9318
9319commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
9320Author: Wolfgang Grandegger <wg@grandegger.com>
9321Date: Thu Jun 5 13:12:03 2008 +0200
9322
9323 TQM85xx: Fix chip select configuration for second FLASH bank
9324
9325 This patch fixes the re-calculation of the automatic chip select
9326 configuration for boards with two populated FLASH banks.
9327
9328 Signed-off-by: Martin Krause <martin.krause@tqs.de>
9329
9330commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
9331Author: Wolfgang Grandegger <wg@grandegger.com>
9332Date: Thu Jun 5 13:12:02 2008 +0200
9333
9334 TQM85xx: Support for Spansion 'N' type flashes added
9335
9336 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
9337 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
9338 needs to be changed -> new start address of the environment. The macro
9339 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
9340 defined for boards with 'N' type flashes.
9341
9342 Signed-off-by: Martin Krause <martin.krause@tqs.de>
9343 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9344
9345commit 5d5bd838f76eade22c0ea40a500389f924d0da36
9346Author: Wolfgang Grandegger <wg@grandegger.com>
9347Date: Thu Jun 5 13:12:01 2008 +0200
9348
9349 TQM85xx: Fix CPM port pin configuration
9350
9351 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
9352 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
9353 as serial interface anyway. Worse, on some board variants configuring the
9354 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
9355
9356 Signed-off-by: Martin Krause <martin.krause@tqs.de>
9357
9358commit b99ba1679e8cd51b023e67098c89e606e47137d2
9359Author: Wolfgang Grandegger <wg@grandegger.com>
9360Date: Thu Jun 5 13:12:00 2008 +0200
9361
9362 TQM85xx: Various coding style fixes
9363
9364 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9365
9366commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
9367Author: Gerald Van Baren <vanbaren@cideas.com>
9368Date: Tue Jun 10 22:15:58 2008 -0400
9369
9370 libfdt: Move the working_fdt pointer to cmd_fdt.c
9371
9372 The working_fdt pointer was declared in common/fdt_support.c but was
9373 not used there. Move it to common/cmd_fdt.c where it is used (it is
9374 also used in lib_ppc/bootm.c).
9375
9376 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9377
9378commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
9379Author: Kim Phillips <kim.phillips@freescale.com>
9380Date: Tue Jun 10 11:06:17 2008 -0500
9381
9382 fdt: unshadow global working fdt variable
9383
9384 differentiate with local variables of the same name by renaming the
9385 global 'fdt' variable 'working_fdt'.
9386
9387 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9388
9389commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
9390Author: Andy Fleming <afleming@freescale.com>
9391Date: Tue Jun 10 18:49:34 2008 -0500
9392
9393 socrates: Fix PCI clk fix patch
9394
9395 The submitted patch seems to have been more up-to-date, but an older patch was
9396 already in the repository. This patch encompasses the differences
9397
9398 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
9399
9400 Signed-off-by: Andy Fleming <afleming@freescale.com>
9401
9402commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
9403Author: Wolfgang Grandegger <wg@grandegger.com>
9404Date: Thu Jun 5 13:02:29 2008 +0200
9405
9406 NAND FSL UPM: driver re-write using the hwcontrol callback
9407
9408 This is a re-write of the NAND FSL UPM driver using the more universal
9409 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
9410 list of furher modifications:
9411
9412 - For the time being, the UPM setup writing the UPM array has been
9413 removed from the driver and must now be done by the board specific
9414 code.
9415
9416 - The bus width definition in "struct fsl_upm_nand" is now in bits to
9417 comply with the corresponding Linux driver and 8, 16 and 32 bit
9418 accesses are supported.
9419
9420 - chip->dev_read is only set if fun->dev_ready != NULL, which is
9421 required for boards not connecting the R/B pin.
9422
9423 - A few issue have been fixed with MxMR bit manipulation like in the
9424 corresponding Linux driver.
9425
9426 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
9427 as well, because the address is already determined by
9428 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
9429
9430 This patch has been tested on a TQM8548 modules with the NAND chip
9431 Micron MT29F8G08FABWP.
9432
9433 This patch is based on the following patches posted to this list a few
9434 minutes ago:
9435
9436 PPC: add accessor macros to clear and set bits in one shot
9437 83xx/85xx/86xx: add more MxMR local bus definitions
9438
9439 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9440 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9441
9442commit 6beecfbb542992eede5831240cd58678274683a9
9443Author: Wolfgang Grandegger <wg@grandegger.com>
9444Date: Thu Jun 5 13:11:59 2008 +0200
9445
9446 MPC85xx: Beautify boot output of L2 cache configuration
9447
9448 The boot output is now aligned poperly with other boot output
9449 lines, e.g.:
9450
9451 FLASH: 128 MB
9452 L2: 512 KB enabled
9453
9454 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9455
9456commit 398415114f0a705163a14543e9fef03f734b1ffa
9457Author: Wolfgang Grandegger <wg@grandegger.com>
9458Date: Wed Jun 4 12:45:22 2008 +0200
9459
9460 PPC: add accessor macros to clear and set bits in one shot
9461
9462 PPC: add accessor macros to clear and set bits in one shot
9463
9464 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
9465 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
9466 They are very handy to manipulate bits it I/O registers.
9467
9468 This patch is required for my forthcoming FSL NAND UPM driver re-write and
9469 the support for the TQM8548 module.
9470
9471 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9472
9473commit 4677988c7edc070c3786d3db7994abeca3ab82a0
9474Author: Wolfgang Grandegger <wg@grandegger.com>
9475Date: Wed Jun 4 13:52:17 2008 +0200
9476
9477 TQM: move TQM boards to board/tqc
9478
9479 Move all TQM board directories to the vendor specific directory "tqc"
9480 for modules from TQ-Components GmbH (http://www.tqc.de).
9481
9482 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9483
9484commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
9485Author: Wolfgang Grandegger <wg@grandegger.com>
9486Date: Mon Jun 2 12:09:30 2008 +0200
9487
9488 83xx/85xx/86xx: add more MxMR local bus definitions
9489
9490 83xx/85xx/86xx: add more MxMR local bus definitions
9491
9492 This patch adds more macro definitions for the UPM Machine Mode Registers
9493 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
9494 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
9495 required for my forthcoming FSL NAND UPM driver re-write and the support
9496 for the TQM8548 module.
9497
9498 This patch is based on the following two patches from Anton Vorontsov:
9499
9500 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
9501 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
9502
9503 I leave coding style violation fixes, code beautification and name
9504 corrections to somebody else ;-(.
9505
9506 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9507
9508commit c8c5fc266e4499e283c293ccb972863156aa4134
9509Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9510Date: Thu May 29 18:14:56 2008 +0400
9511
9512 83xx/85xx: further localbus cleanups
9513
9514 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
9515 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
9516
9517 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9518
9519commit 42dbd667c88d496882d53e22656e89b654205492
9520Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9521Date: Wed May 28 18:20:15 2008 +0400
9522
9523 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
9524
9525 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
9526 use it on MPC85xx and MPC86xx processors.
9527
9528 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9529
9530commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
9531Author: Kumar Gala <galak@kernel.crashing.org>
9532Date: Thu May 29 11:22:06 2008 -0500
9533
9534 85xx: Add setting of cache props in the device tree.
9535
9536 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9537
9538commit 4dbdb7681e243431530df0725627192a0c4aefda
9539Author: Kumar Gala <galak@kernel.crashing.org>
9540Date: Tue Jun 10 16:53:46 2008 -0500
9541
9542 85xx: expose cpu identification
9543
9544 The current cpu identification code is used just to return the name
9545 of the processor at boot. There are some other locations that the name
9546 is useful (device tree setup). Expose the functionality to other bits
9547 of code.
9548
9549 Also, drop the 'E' suffix and add it on by looking at the SVR version
9550 when we print this out. This is mainly to allow the most flexible use
9551 of the name. The device tree code tends to not care about the 'E' suffix.
9552
9553 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9554
9555commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
9556Author: Kim Phillips <kim.phillips@freescale.com>
9557Date: Tue Jun 10 13:25:24 2008 -0500
9558
9559 mpc83xx: MVBLM7: minor build fixups
9560
9561 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9562
9563commit a1293e549b56da135ef32ffca5b9d35a16aa6802
9564Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9565Date: Tue Jun 10 09:14:05 2008 +0200
9566
9567 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
9568
9569 Add MPC8343 based board mvBlueLYNX-M7.
9570 It's a single board stereo camera system.
9571 Please read doc/README.mvblm7 for details.
9572
9573 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9574 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9575
9576commit c005b93925ba49f07da2aa748527996d927e172f
9577Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9578Date: Tue Jun 10 09:13:16 2008 +0200
9579
9580 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
9581
9582 Add MPC8343 based board mvBlueLYNX-M7.
9583 It's a single board stereo camera system.
9584 Please read doc/README.mvblm7 for details.
9585
9586 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9587 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9588
9589commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
9590Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9591Date: Thu May 29 18:14:56 2008 +0400
9592
9593 83xx/85xx: further localbus cleanups
9594
9595 move the BRx_* and ORx_* left behind in mpc85xx.h
9596
9597 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
9598 the same, just few differences which needs some attention though).
9599
9600 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
9601 of these defines. So this cleanup I'll leave for the "better times".
9602
9603 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9604 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9605
9606commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
9607Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9608Date: Wed May 28 18:20:15 2008 +0400
9609
9610 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
9611
9612 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
9613 use it on MPC85xx and MPC86xx processors.
9614
9615 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9616 Acked-by: Andy Fleming <afleming@freescale.com>
9617 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9618
9619commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
9620Author: Tor Krill <tor@excito.com>
9621Date: Mon Jun 2 15:09:30 2008 +0200
9622
9623 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
9624
9625 Signed-off-by: Tor Krill <tor@excito.com>
9626 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9627
9628commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
9629Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9630Date: Mon Jun 9 23:37:44 2008 +0900
9631
9632 net: Conditional COBJS inclusion of network drivers
9633
9634 Replace COBJS-y with appropriate driver config names.
9635
9636 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9637 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9638
9639commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
9640Author: Gerald Van Baren <vanbaren@cideas.com>
9641Date: Mon Jun 9 21:02:17 2008 -0400
9642
9643 Use strncmp() for the fdt command
9644
9645 Cleaner than doing multiple conditionals on characters.
9646
9647 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9648
9649commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
9650Author: Gerald Van Baren <vanbaren@cideas.com>
9651Date: Sat Jun 7 12:25:05 2008 -0400
9652
9653 The fdt boardsetup command criteria was not unique
9654
9655 It was checking just for "b", which is not unique with respect to the
9656 "boot" command. Change to check for "boa"[rdsetup].
9657
9658 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9659
9660commit 2f08bfa9526bae4f461e043530cfb903fec0d273
9661Author: David Gibson <david@gibson.dropbear.id.au>
9662Date: Tue May 20 17:19:11 2008 +1000
9663
9664 libfdt: Several cleanups to parameter checking
9665
9666 This patch makes a couple of small cleanups to parameter checking of
9667 libfdt functions.
9668
9669 - In several functions which take a node offset, we use an
9670 idiom involving fdt_next_tag() first to check that we have indeed been
9671 given a node offset. This patch adds a helper function
9672 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
9673
9674 - In fdt_rw.c in several places we have the expanded version
9675 of the RW_CHECK_HEADER() macro for no particular reason. This patch
9676 replaces those instances with an invocation of the macro; that's what
9677 it's for.
9678
9679 - In fdt_sw.c we rename the check_header_sw() function to
9680 sw_check_header() to match the analgous function in fdt_rw.c, and we
9681 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
9682 functions in fdt_rw.c
9683
9684 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9685
9686commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
9687Author: Gerald Van Baren <vanbaren@cideas.com>
9688Date: Tue Jun 3 20:34:45 2008 -0400
9689
9690 Remove the deprecated CONFIG_OF_FLAT_TREE
9691
9692 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
9693 cleaner, has better functionality, and is better supported.
9694
9695 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9696
9697commit 62bcdda293efa752f8281fbd9da03822b27ce82f
9698Author: Gerald Van Baren <vanbaren@cideas.com>
9699Date: Tue Jun 3 20:26:29 2008 -0400
9700
9701 Change the stxxst to CONFIG_OF_LIBFDT
9702
9703 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
9704 to CONFIG_OF_LIBFDT.
9705
9706 WARNING: It appears that this board lost its ability to boot via a
9707 flattened device tree prior to this changeset.
9708
9709 WARNING: This conversion was untested because I do not have a board to
9710 test it on.
9711
9712 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9713
9714commit 589c04271d129729a8b01391453851ab9cc4069c
9715Author: Gerald Van Baren <vanbaren@cideas.com>
9716Date: Tue Jun 3 20:24:58 2008 -0400
9717
9718 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
9719
9720 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
9721 to CONFIG_OF_LIBFDT.
9722
9723 WARNING: This conversion is untested because I do not have a board to
9724 test it on.
9725
9726 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
9727 /aliases/ethernet1 property for the ethernet to work.
9728
9729 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
9730
9731commit ee1e35bede91debc8bff9b02f75574486033b652
9732Author: Kumar Gala <galak@kernel.crashing.org>
9733Date: Thu May 29 01:21:24 2008 -0500
9734
9735 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
9736
9737 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9738
9739commit 3b9519fc50802436e417c839e69df7b2016cade5
9740Author: Becky Bruce <becky.bruce@freescale.com>
9741Date: Wed May 14 13:10:04 2008 -0500
9742
9743 MPC85xx: Change traps.c to not reference non-addressable memory
9744
9745 Currently, END_OF_RAM is used by the trap code to determine if
9746 we should attempt to access the stack pointer or not. However,
9747 on systems with a lot of RAM, only a subset of the RAM is
9748 guaranteed to be mapped in and accessible. Change END_OF_RAM
9749 to use get_effective_memsize() instead of using the raw ram
9750 size out of the bd.
9751
9752 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9753
9754commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
9755Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9756Date: Mon Jun 9 13:39:57 2008 +0900
9757
9758 sh: Renesas Solutions SH7763RDP board support
9759
9760 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
9761 In this patch, support SCIF, NOR Flash, and Ethernet.
9762
9763 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9764 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9765
9766commit 60179098a95eaa972007d7ec58e4c1588029720f
9767Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9768Date: Fri Jun 6 16:24:13 2008 +0900
9769
9770 sh: Add support Renesas SH7763
9771
9772 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
9773 This patch supprts CPU register's header file.
9774
9775 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9776 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9777
9778commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
9779Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9780Date: Fri Jun 6 16:16:08 2008 +0900
9781
9782 sh: SH7763 SCIF support
9783
9784 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
9785 but only SCIF2 is different. This patch work all SCIF channel.
9786
9787 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9788 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9789
9790commit 79b51ff8205f0354d5300570614c1d2db499679c
9791Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9792Date: Sat Jun 7 20:51:59 2008 +0900
9793
9794 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
9795
9796 Also get rid of some #ifdefs in *.c files.
9797
9798 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9799
9800commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
9801Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9802Date: Sat Jun 7 20:51:56 2008 +0900
9803
9804 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
9805
9806 CONFIG_SOC_AU1X00
9807
9808 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
9809 need to have this config as a system type specifier.
9810
9811 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
9812 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
9813
9814 Machine type specifiers. Each port should have one of aboves.
9815
9816 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9817
9818commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
9819Author: Stuart Wood <stuart.wood@labxtechnologies.com>
9820Date: Fri May 30 16:05:28 2008 -0400
9821
9822 env_nand.c: Added bad block management for environment variables
9823
9824 Modified to check for bad blocks and to skipping over them when
9825 CFG_ENV_RANGE has been defined.
9826 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
9827 flash block size.
9828
9829 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
9830 Signed-off-by: Scott Wood <scottwood@freescale.com>
9831
9832commit 279726bd00558e80263d44581c44167625b7fb9a
9833Author: Becky Bruce <becky.bruce@freescale.com>
9834Date: Wed May 14 13:09:58 2008 -0500
9835
9836 MPC86xx: Change traps.c to not reference non-addressable memory
9837
9838 Currently, END_OF_RAM is used by the trap code to determine if
9839 we should attempt to access the stack pointer or not. However,
9840 on systems with a lot of RAM, only a subset of the RAM is
9841 guaranteed to be mapped in and accessible. Change END_OF_RAM
9842 to use get_effective_memsize() instead of using the raw ram
9843 size out of the bd to prevent us from trying to access
9844 non-mapped memory.
9845
9846 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9847
9848commit 338cc038461a6c7709c5b86fd9a240209338a1ae
9849Author: Wolfgang Denk <wd@denx.de>
9850Date: Fri Jun 6 14:28:14 2008 +0200
9851
9852 tools/mkimage: fix compiler warnings on some systems.
9853
9854 Signed-off-by: Wolfgang Denk <wd@denx.de>
9855
9856commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
9857Author: Stefan Roese <sr@denx.de>
9858Date: Fri Jun 6 16:10:41 2008 +0200
9859
9860 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
9861
9862 We use upper case letters for the AMCC processor defines (like
9863 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
9864 not CONFIG_440SPe. This patch fixes the last misspelled config options.
9865
9866 Signed-off-by: Stefan Roese <sr@denx.de>
9867
9868commit 72675dc6c06a48846d180106161d49dd714383cc
9869Author: Stefan Roese <sr@denx.de>
9870Date: Fri Jun 6 15:55:21 2008 +0200
9871
9872 ppc4xx: Unify AMCC's board config files (part 3/3)
9873
9874 This patch series unifies the AMCC eval board ports by introducing
9875 a common include header for all AMCC eval boards:
9876
9877 include/configs/amcc-common.h
9878
9879 This header now includes all common configuration options/defines which
9880 are removed from the board specific headers.
9881
9882 The reason for this is ease of maintenance and unified look and feel
9883 of all AMCC boards.
9884
9885 Signed-off-by: Stefan Roese <sr@denx.de>
9886
9887commit 490f204096d6e2c9940f67816f154a8125bab116
9888Author: Stefan Roese <sr@denx.de>
9889Date: Fri Jun 6 15:55:03 2008 +0200
9890
9891 ppc4xx: Unify AMCC's board config files (part 2/3)
9892
9893 This patch series unifies the AMCC eval board ports by introducing
9894 a common include header for all AMCC eval boards:
9895
9896 include/configs/amcc-common.h
9897
9898 This header now includes all common configuration options/defines which
9899 are removed from the board specific headers.
9900
9901 The reason for this is ease of maintenance and unified look and feel
9902 of all AMCC boards.
9903
9904 Signed-off-by: Stefan Roese <sr@denx.de>
9905
9906commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
9907Author: Stefan Roese <sr@denx.de>
9908Date: Fri Jun 6 15:54:31 2008 +0200
9909
9910 ppc4xx: Unify AMCC's board config files (part 1/3)
9911
9912 This patch series unifies the AMCC eval board ports by introducing
9913 a common include header for all AMCC eval boards:
9914
9915 include/configs/amcc-common.h
9916
9917 This header now includes all common configuration options/defines which
9918 are removed from the board specific headers.
9919
9920 The reason for this is ease of maintenance and unified look and feel
9921 of all AMCC boards.
9922
9923 Signed-off-by: Stefan Roese <sr@denx.de>
9924
9925commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
9926Author: Remy Bohmer <linux@bohmer.net>
9927Date: Thu Jun 5 13:03:36 2008 +0200
9928
9929 DM9000 fix status check fail 0x6d error for trizeps board
9930
9931 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
9932 the status byte need to be checked to identify a valid packet in the fifo
9933
9934 But, The several different Application Notes do not all speak the same
9935 language on these bits. They do not disagree, but only 1 Application Note
9936 noted explicitly that only these 2 bits need to be checked.
9937 Even the datasheets do not mention anything about these 2 bits.
9938
9939 Because the old code, and the kernel check the whole byte, I left this piece
9940 untouched.
9941
9942 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
9943 it should work.
9944
9945 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
9946 in the fifo) is much shorter now, compared to the older U-boot driver code,
9947 so that we can maybe run into a hardware condition now that was never seen
9948 before, or maybe was seen very unfrequently.
9949
9950 Additionaly added a cleanup of a stack variable.
9951
9952 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9953 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9954
9955commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
9956Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9957Date: Thu Jun 5 22:29:00 2008 +0900
9958
9959 [MIPS] Update <asm/addrspace.h> header
9960
9961 - Fix traditional KSEG names
9962 - Replace PHYSADDR with CPHYSADDR
9963
9964 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9965
9966commit f0d5a6f060d00358b85c62a921a423ea8df71184
9967Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9968Date: Thu Jun 5 22:29:00 2008 +0900
9969
9970 [MIPS] mips_config.mk: Misc fixes
9971
9972 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
9973 - Modify comments
9974
9975 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9976
9977commit 5f64d21c9a2998794f255b469165b91f092dfc2d
9978Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9979Date: Thu Jun 5 22:29:00 2008 +0900
9980
9981 [MIPS] Kill unused <version.h> inclusions
9982
9983 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9984
9985commit a55d48174cfd1a5bc184159513f48dcbbe409c83
9986Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9987Date: Thu Jun 5 22:29:00 2008 +0900
9988
9989 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
9990
9991 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
9992 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
9993 in the U-Boot system.
9994
9995 The other is we don't have a proper time management counter like timestamp
9996 other ARCHs have. We need the 32-bit millisecond clock counter.
9997
9998 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
9999 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
10000 of calculated CP0 counter cycles in a CFG_HZ.
10001
10002 STRATEGY:
10003
10004 * Fix improper CFG_HZ value to have 1000
10005
10006 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
10007
10008 * timer_init: initialize timestamp and set up the first timer expiration.
10009 Note that we don't need to initialize CP0 count/compare registers here
10010 as they have been already zeroed out on the system reset. Leave them as
10011 they are.
10012
10013 * get_timer: calculate how many timestamps have been passed, then return
10014 base-relative timestamp. Make sure we can easily count missed timestamps
10015 regardless of CP0 count/compare value.
10016
10017 * get_ticks: return the current timestamp, that is get_timer(0).
10018
10019 Most parts are from good old Linux v2.6.16 kernel.
10020
10021 v2:
10022 - Remove FIXME comments as they turned out to be trivial.
10023 - Use CP0 compare register as a global variable for expirelo.
10024 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
10025 instead.
10026
10027 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10028
10029commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
10030Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10031Date: Thu Jun 5 22:29:00 2008 +0900
10032
10033 [MIPS] lib_mips/time.c: Fix udelay
10034
10035 What we have to do is just to wait for given micro-seconds. No need to
10036 take into account current time, get_timer and CFG_HZ.
10037
10038 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10039
10040commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
10041Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10042Date: Thu Jun 5 22:28:59 2008 +0900
10043
10044 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
10045
10046 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
10047 This patch replaces mips_{compare,count}_set and mips_count_get with
10048 existing macros.
10049
10050 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10051
10052commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
10053Author: Remy Bohmer <linux@bohmer.net>
10054Date: Tue Jun 3 15:48:17 2008 +0200
10055
10056 Get rid of annoying/superfluous bad-checksum warning message
10057
10058 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
10059 It is annoying for ordinary users who start to doubt the network connection
10060 in general when they see messages like this.
10061
10062 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
10063 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
10064 now before checking the checksum.
10065
10066 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10067 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10068
10069commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
10070Author: Remy Bohmer <linux@bohmer.net>
10071Date: Wed Jun 4 10:47:25 2008 +0200
10072
10073 Fix order for reading rx-status registers in 32bit mode of DM9000
10074
10075 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
10076 a bug in reading the rx-status registers in 32bit mode only.
10077 This patch repairs this.
10078
10079 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10080 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10081
10082commit 98291e2e689096420465074cce926b226d2e71b4
10083Author: Remy Bohmer <linux@bohmer.net>
10084Date: Tue Jun 3 15:26:26 2008 +0200
10085
10086 DM9000: Some minor code cleanups
10087
10088 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
10089 need some other minor cleanup.
10090
10091 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10092 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10093
10094commit 850ba7555dbd4ca8d14fc475b864d534797adab3
10095Author: Remy Bohmer <linux@bohmer.net>
10096Date: Tue Jun 3 15:26:25 2008 +0200
10097
10098 DM9000: Make driver work properly for DM9000A
10099
10100 The DM9000A network controller does not work with the U-boot DM9000x driver.
10101 Analysis showed that many incoming packets are lost.
10102
10103 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
10104 check for a valid rx packet be done on the interrupt status register, not
10105 directly by performing the dummy read and the rx status check as is currently
10106 the case in the u-boot driver.
10107
10108 When the recommended poll is done as suggested the driver starts working
10109 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
10110 can be more than 1 package in the fifo at the same time.
10111
10112 The driver must perform the rx-status check in a loop and read and handle all
10113 packages until there is no more left _after_ the interrupt RX flag is set.
10114
10115 This change has been tested with DM9000A, DM9000E, DM9000EP.
10116
10117 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10118 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10119
10120commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
10121Author: Remy Bohmer <linux@bohmer.net>
10122Date: Tue Jun 3 15:26:24 2008 +0200
10123
10124 DM9000: Improve eth_reset() routine
10125
10126 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
10127 reset procedure must be done twice to properly reset the DM9000 by means of software.
10128 This errata is not needed anymore for the DM9000A, but it does not bother it.
10129
10130 This change has been tested with DM9000A, DM9000E, DM9000EP.
10131
10132 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10133 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10134
10135commit acba31847fad9ae40708cc2c9f3a634ec35f3416
10136Author: Remy Bohmer <linux@bohmer.net>
10137Date: Tue Jun 3 15:26:23 2008 +0200
10138
10139 DM9000: improve eth_send() routine
10140
10141 The eth_send routine of the U-boot DM9000x driver does not match the
10142 DM9000 or DM9000A application notes/programming guides.
10143
10144 This change improves the stability of the DM9000A network controller.
10145
10146 This change has been tested with DM9000A, DM9000E, DM9000EP.
10147
10148 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10149 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10150
10151commit 134e266253c02a7832560da59d394989c4f64453
10152Author: Remy Bohmer <linux@bohmer.net>
10153Date: Tue Jun 3 15:26:22 2008 +0200
10154
10155 DM9000: repair debug logging
10156
10157 It seems that the debugging code of the DM9000x driver in U-boot has not been
10158 compiled for a long time, because it cannot compile...
10159
10160 Also rearranged some loglines to get more useful info while debugging.
10161
10162 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10163 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10164
10165commit a101361bfe23c120321e45d114c0603b8e0763e9
10166Author: Remy Bohmer <linux@bohmer.net>
10167Date: Tue Jun 3 15:26:21 2008 +0200
10168
10169 DM9000: Add data bus-width auto detection.
10170
10171 The U-boot DM9000x driver contains a compile time bus-width definition for
10172 the databus connected to the network controller.
10173
10174 This compile check makes the code unclear, inflexible and is unneccessary.
10175 It can be asked to the network controller what its bus-width is by reading bits
10176 6 and 7 of the interrupt status register.
10177
10178 The linux kernel already uses a runtime mechanism to determine this bus-width,
10179 so the implementation below looks somewhat like that implementation.
10180
10181 This change has been tested with DM9000A, DM9000E, DM9000EP.
10182
10183 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10184 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10185
10186commit 63a0afa0c32e5f4ea98a9439542870072437404d
10187Author: Stefan Roese <sr@denx.de>
10188Date: Wed Jun 4 19:19:20 2008 +0200
10189
10190 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
10191
10192 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
10193 introduced by the commit:
10194
10195 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
10196
10197 With this patch SDRAM will get initialized again and booting from NAND
10198 is working again.
10199
10200 Signed-off-by: Stefan Roese <sr@denx.de>
10201 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
10202
10203commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
10204Author: Wolfgang Denk <wd@denx.de>
10205Date: Tue May 27 14:19:30 2008 +0200
10206
10207 Socrates: Fix PCI bus frequency report
10208
10209 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10210
10211commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
10212Author: Tor Krill <tor@excito.com>
10213Date: Thu May 29 11:10:30 2008 +0200
10214
10215 Fix incorrect switch for IF_TYPE in part.c
10216
10217 Use correct field in block_dev_desc_t when writing interface type in
10218 dev_print. Error introduced in 574b3195.
10219
10220 Also added fix from Martin Krause
10221
10222 Signed-off-by: Tor Krill <tor@excito.com>
10223
10224commit b64b8a0bd310935b70af69ac970952f2b364ae56
10225Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10226Date: Tue May 27 10:25:39 2008 +0200
10227
10228 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
10229
10230 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10231
10232commit 35ef877f0a8f6232cdef748f442fed5accb2b641
10233Author: Peter Tyser <ptyser@xes-inc.com>
10234Date: Thu May 22 18:56:52 2008 -0500
10235
10236 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
10237
10238 Removed unneeded command line history initialization. Also, the original
10239 code would access the 'initted' variable before relocation to SDRAM
10240 which resulted in erratic behavior since the bss is not initialized when
10241 executing from flash.
10242
10243 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10244
10245commit 22f371b63038a4ecab04068877c1089e51a01ba1
10246Author: Grant Erickson <gerickson@nuovations.com>
10247Date: Wed May 21 13:28:30 2008 -0700
10248
10249 PPC4xx: Simplified post_word_{load, store}
10250
10251 This patch simplifies post_word_{load,store} by using the preprocessor
10252 to eliminate redundant, copy-and-pasted code.
10253
10254 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10255
10256commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
10257Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
10258Date: Wed May 7 21:25:33 2008 +0400
10259
10260 cfi_flash: enable M18 flash chips family support.
10261
10262 Added new command set ID. Buffered write command processing is changed
10263 in order to support M18 flash chips family.
10264
10265 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
10266 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
10267
10268commit 93c56f212ccdadc182018f0769cb284426b88f1d
10269Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
10270Date: Wed May 7 21:24:44 2008 +0400
10271
10272 cfi_flash: support of long cmd in U-boot.
10273
10274 Some NOR flash chips needs support of commands with length grether than max
10275 value size of uchar. For example all M18 family chips use 0x1ff command in
10276 buffered write mode as value of program loops count.
10277
10278 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
10279 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
10280
10281commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
10282Author: Stefan Roese <sr@denx.de>
10283Date: Fri May 16 11:06:06 2008 +0200
10284
10285 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
10286
10287 On AD7414 the first value upon bootup is not read correctly.
10288 This is most likely because of the 800ms update time of the
10289 temp register in normal update mode. To get current values
10290 each time we issue the "dtt" command including upon powerup
10291 we switch into one-short mode.
10292
10293 This patch fixes the problem on AD7414 equipped boards (Sequoia,
10294 Canyonlands etc), that temp value printed in the bootup log was
10295 incorrect.
10296
10297 Signed-off-by: Stefan Roese <sr@denx.de>
10298
10299commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
10300Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10301Date: Fri May 30 16:55:06 2008 +0200
10302
10303 ppc4xx: Cleanup CPCI405 variant's config file
10304
10305 This patch removes some dead code from CPCI405 board's
10306 config files. JFFS2 support is also removed. It's not used and
10307 CPCI4052 does not build anymore without some size reduction.
10308
10309 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10310
10311commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
10312Author: Kenneth Johansson <kenneth@southpole.se>
10313Date: Thu May 29 16:32:33 2008 +0200
10314
10315 Remove shell variable UNDEF_SYM.
10316
10317 UNDEF_SYM is a shell variable in the main Makefile used to force the
10318 linker to add all u-boot commands to the final image. It has no use here.
10319
10320 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
10321
10322commit 8c66497e06bf803489c589df58ee591d71033274
10323Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10324Date: Fri May 16 11:10:35 2008 +0200
10325
10326 Add support for environment in SPI flash
10327
10328 This is pretty incomplete...it doesn't handle reading the environment
10329 before relocation, it doesn't support redundant environment, and it
10330 doesn't support embedded environment. But apart from that, it does
10331 seem to work.
10332
10333 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10334
10335commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
10336Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10337Date: Fri May 16 11:10:34 2008 +0200
10338
10339 SPI Flash: Add "sf" command
10340
10341 This adds a new command, "sf" which can be used to manipulate SPI
10342 flash. Currently, initialization, reading, writing and erasing is
10343 supported.
10344
10345 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10346
10347commit d25ce7d24cc0f93881559f4009175ea305af65e8
10348Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10349Date: Fri May 16 11:10:33 2008 +0200
10350
10351 SPI Flash subsystem
10352
10353 This adds a new SPI flash subsystem.
10354
10355 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
10356 but some preliminary support for other flash types is in place as
10357 well.
10358
10359 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10360
10361commit 60445cb5c3eb77ed1a07f2d908eef09174483698
10362Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
10363Date: Fri May 16 11:10:32 2008 +0200
10364
10365 atmel_spi: Driver for the Atmel SPI controller
10366
10367 This adds a driver for the SPI controller found on most AT91 and AVR32
10368 chips, implementing the new SPI API.
10369
10370 Changed in v4:
10371 - Update to new API
10372 - Handle zero-length transfers appropriately. The user may send a
10373 zero-length SPI transfer with SPI_XFER_END set in order to
10374 deactivate the chip select after a series of transfers with chip
10375 select active. This is useful e.g. when polling the status
10376 register of DataFlash.
10377
10378 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10379
10380commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
10381Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
10382Date: Fri May 16 11:10:31 2008 +0200
10383
10384 SPI API improvements
10385
10386 This patch gets rid of the spi_chipsel table and adds a handful of new
10387 functions that makes the SPI layer cleaner and more flexible.
10388
10389 Instead of the spi_chipsel table, each board that wants to use SPI
10390 gets to implement three hooks:
10391 * spi_cs_activate(): Activates the chipselect for a given slave
10392 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
10393 * spi_cs_is_valid(): Determines if the given bus/chipselect
10394 combination can be activated.
10395
10396 Not all drivers may need those extra functions however. If that's the
10397 case, the board code may just leave them out (assuming they know what
10398 the driver needs) or rely on the linker to strip them out (assuming
10399 --gc-sections is being used.)
10400
10401 To set up communication parameters for a given slave, the driver needs
10402 to call spi_setup_slave(). This returns a pointer to an opaque
10403 spi_slave struct which must be passed as a parameter to subsequent SPI
10404 calls. This struct can be freed by calling spi_free_slave(), but most
10405 driver probably don't want to do this.
10406
10407 Before starting one or more SPI transfers, the driver must call
10408 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
10409 the hardware. When all transfers are done, the driver must call
10410 spi_release_bus() to make the bus available to others, and possibly
10411 shut down the SPI controller hardware.
10412
10413 spi_xfer() behaves mostly the same as before, but it now takes a
10414 spi_slave parameter instead of a spi_chipsel function pointer. It also
10415 got a new parameter, flags, which is used to specify chip select
10416 behaviour. This may be extended with other flags in the future.
10417
10418 This patch has been build-tested on all powerpc and arm boards
10419 involved. I have not tested NIOS since I don't have a toolchain for it
10420 installed, so I expect some breakage there even though I've tried
10421 fixing up everything I could find by visual inspection.
10422
10423 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
10424 DataFlash drivers posted as a follow-up. I'd like some help testing
10425 other boards that use the existing SPI API.
10426
10427 But most of all, I'd like some comments on the new API. Is this stuff
10428 usable for everyone? If not, why?
10429
10430 Changed in v4:
10431 - Build fixes for various boards, drivers and commands
10432 - Provide common struct spi_slave definition that can be extended by
10433 drivers
10434 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
10435 - Make default bus and mode build-time configurable
10436 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
10437
10438 Changed in v3:
10439 - Add opaque struct spi_slave for controller-specific data associated
10440 with a slave.
10441 - Add spi_claim_bus() and spi_release_bus()
10442 - Add spi_free_slave()
10443 - spi_setup() is now called spi_setup_slave() and returns a
10444 struct spi_slave
10445 - soft_spi now supports four SPI modes (CPOL|CPHA)
10446 - Add bus parameter to spi_setup_slave()
10447 - Convert the new i.MX32 SPI driver
10448 - Convert the new MC13783 RTC driver
10449
10450 Changed in v2:
10451 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
10452 new API.
10453
10454 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10455 Tested-by: Guennadi Liakhovetski <lg@denx.de>
10456
10457commit 289011207d999b2e4085150d2aa30d547ad9b800
10458Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10459Date: Fri May 16 11:10:30 2008 +0200
10460
10461 Move definition of container_of() to common.h
10462
10463 AVR32 and AT91SAM9 both have their own identical definitions of
10464 container_of() taken from the Linux kernel. Move it to common.h so
10465 that all architectures can use it.
10466
10467 container_of() is already used by some drivers, and will be used
10468 extensively by the new and improved SPI API.
10469
10470 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10471
10472commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
10473Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10474Date: Fri May 16 11:08:11 2008 +0200
10475
10476 soft_i2c: Pull SDA high before reading
10477
10478 Spotted by Dean Capindale.
10479
10480 Systems that support open-drain GPIO properly are allowed provide an
10481 empty I2C_TRISTATE define. However, this means that we need to be
10482 careful not to drive SDA low when the slave is expected to respond.
10483
10484 This patch adds a missing I2C_SDA(1) to read_byte() required to
10485 tristate the SDA line on systems that support open-drain GPIO.
10486
10487 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10488
10489commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
10490Author: Stefan Roese <sr@denx.de>
10491Date: Mon May 19 11:34:53 2008 +0200
10492
10493 ppc4xx: Remove implementations of testdram()
10494
10495 This patch removes the used testdram() implementations of the board
10496 that are maintained by myself.
10497
10498 Signed-off-by: Stefan Roese <sr@denx.de>
10499
10500commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
10501Author: Stefan Roese <sr@denx.de>
10502Date: Mon Jun 2 17:37:28 2008 +0200
10503
10504 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
10505
10506 Historically the 405 U-Boot port had a dram_init() call in early init
10507 stage. This function was still called from start.S and most of the time
10508 coded in assembler. This is not needed anymore (since a long time) and
10509 boards should implement the common initdram() function in C instead.
10510
10511 This patch now removed the dram_init() call from start.S and removes the
10512 empty implementations that are scattered through most of the 405 board
10513 ports. Some older board ports really implement this dram_init() though.
10514 These are:
10515
10516 csb272
10517 csb472
10518 ERIC
10519 EXBITGEN
10520 W7OLMC
10521 W7OLMG
10522
10523 I changed those boards to call this assembler dram_init() function now
10524 from their board specific initdram() instead. This *should* work, but please
10525 test again on those platforms. And it is perhaps a good idea that those
10526 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
10527 some time. So further patches welcome here.
10528
10529 Signed-off-by: Stefan Roese <sr@denx.de>
10530
10531commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
10532Author: Stefan Roese <sr@denx.de>
10533Date: Mon Jun 2 17:22:11 2008 +0200
10534
10535 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
10536
10537 Signed-off-by: Stefan Roese <sr@denx.de>
10538
10539commit 39b32be18cd33b53a84065edcd4e465165cc5564
10540Author: Stefan Roese <sr@denx.de>
10541Date: Mon Jun 2 17:20:03 2008 +0200
10542
10543 ppc4xx: Fix common ECC generation code for 440GP style platforms
10544
10545 This patch makes the common 4xx ECC code really usable on 440GP style
10546 platforms.
10547
10548 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
10549 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
10550 we need to make some processor dependant defines used later on by the
10551 driver.
10552
10553 Signed-off-by: Stefan Roese <sr@denx.de>
10554
10555commit ec724f883ee3f3925e6c55027e8ffa70ada83303
10556Author: Stefan Roese <sr@denx.de>
10557Date: Mon Jun 2 17:13:55 2008 +0200
10558
10559 ppc4xx: Change Kilauea to use the common DDR2 init function
10560
10561 This patch changes the kilauea and kilauea_nand (for NAND booting)
10562 board port to not use a board specific DDR2 init routine anymore. Now
10563 the common code from cpu/ppc4xx is used.
10564
10565 Thanks to Grant Erickson for all his basic work on this 405EX early
10566 bootup.
10567
10568 Signed-off-by: Stefan Roese <sr@denx.de>
10569
10570commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
10571Author: Stefan Roese <sr@denx.de>
10572Date: Mon Jun 2 14:59:21 2008 +0200
10573
10574 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
10575
10576 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
10577 ppc4xx related SDRAM/DDR/DDR2 controller defines.
10578
10579 Signed-off-by: Stefan Roese <sr@denx.de>
10580
10581commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
10582Author: Stefan Roese <sr@denx.de>
10583Date: Mon Jun 2 14:57:41 2008 +0200
10584
10585 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
10586
10587 This patch removes all SDRAM related defines from the PPC4xx headers
10588 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
10589 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
10590
10591 It also introduces new defines for the equipped SDRAM controller based on
10592 which PPC variant is used. There new defines are:
10593
10594 used on 405GR/CR/EP and some Xilinx Virtex boards.
10595
10596 used on 440GP/GX/EP/GR.
10597
10598 used on 440EPx/GRx.
10599
10600 used on 405EX/r/440SP/SPe/460EX/GT.
10601
10602 Signed-off-by: Stefan Roese <sr@denx.de>
10603
10604commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
10605Author: Stefan Roese <sr@denx.de>
10606Date: Mon Jun 2 14:35:44 2008 +0200
10607
10608 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
10609
10610 This patch consolidates the 405 and 440 parts of the NAND booting code
10611 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
10612 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
10613 Only *after* running from this location, nand_boot() is called.
10614
10615 Please note that the initsdram() call is now moved from nand_boot.c
10616 to start.S. I experienced problems with some boards like Kilauea
10617 (405EX), which don't have internal SRAM (OCM) and relocation needs to
10618 be done to SDRAM before the NAND controller can get accessed. When
10619 initdram() is called later on in nand_boot(), this can lead to problems
10620 with variables in the bss sections like nand_ecc_pos[].
10621
10622 Signed-off-by: Stefan Roese <sr@denx.de>
10623 Acked-by: Scott Wood <scottwood@freescale.com>
10624
10625commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
10626Author: Grant Erickson <gerickson@nuovations.com>
10627Date: Thu May 22 14:44:24 2008 -0700
10628
10629 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
10630
10631 This patch (Part 2 of 2):
10632
10633 * Rolls up a suite of changes to enable correct primordial stack and
10634 global data handling when the data cache is used for such a purpose
10635 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
10636
10637 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
10638 eliminating redundant ECC initialization implementations and moving
10639 redundant SDRAM initialization out of board code into shared 4xx
10640 code.
10641
10642 * Enables MCSR visibility on the 405EX(r).
10643
10644 * Enables the use of the data cache for initial RAM on
10645 both AMCC's Kilauea and Makalu and removes a redundant
10646 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
10647
10648 - Removed, per Stefan Roese's request, defunct memory.c file for
10649 Makalu and rolled sdram_init from it into makalu.c.
10650
10651 With respect to the 4xx DDR initialization and ECC unification, there
10652 is certainly more work that can and should be done (file renaming,
10653 etc.). However, that can be handled at a later date on a second or
10654 third pass. As it stands, this patch moves things forward in an
10655 incremental yet positive way for those platforms that utilize this
10656 code and the features associated with it.
10657
10658 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10659 Signed-off-by: Stefan Roese <sr@denx.de>
10660
10661commit c821b5f120bedf73867513466412587c6912a8f8
10662Author: Grant Erickson <gerickson@nuovations.com>
10663Date: Thu May 22 14:44:14 2008 -0700
10664
10665 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
10666
10667 This patch (Part 1 of 2):
10668
10669 * Rolls up a suite of changes to enable correct primordial stack and
10670 global data handling when the data cache is used for such a purpose
10671 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
10672
10673 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
10674 eliminating redundant ECC initialization implementations and moving
10675 redundant SDRAM initialization out of board code into shared 4xx
10676 code.
10677
10678 * Enables MCSR visibility on the 405EX(r).
10679
10680 * Enables the use of the data cache for initial RAM on
10681 both AMCC's Kilauea and Makalu and removes a redundant
10682 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
10683
10684 - Removed, per Stefan Roese's request, defunct memory.c file for
10685 Makalu and rolled sdram_init from it into makalu.c.
10686
10687 With respect to the 4xx DDR initialization and ECC unification, there
10688 is certainly more work that can and should be done (file renaming,
10689 etc.). However, that can be handled at a later date on a second or
10690 third pass. As it stands, this patch moves things forward in an
10691 incremental yet positive way for those platforms that utilize this
10692 code and the features associated with it.
10693
10694 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10695 Signed-off-by: Stefan Roese <sr@denx.de>
10696
10697commit a439680019e06171d4a5694b7992accce87f590e
10698Author: Grant Erickson <gerickson@nuovations.com>
10699Date: Wed May 21 13:28:30 2008 -0700
10700
10701 PPC4xx: Simplified post_word_{load, store}
10702
10703 This patch simplifies post_word_{load,store} by using the preprocessor
10704 to eliminate redundant, copy-and-pasted code.
10705
10706 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
10707
10708commit f979690ee337450b2030aba128f95b7a8d9881c0
10709Author: Kumar Gala <galak@kernel.crashing.org>
10710Date: Thu May 15 15:13:08 2008 -0500
10711
10712 Fix warnings from gcc-4.3.0 build on a ppc host
10713
10714 * The cfi_flash.c memset fix actual allows the board to boot so there is
10715 a bit more going on here than just resolving warnings associated with
10716 uninitialized variables.
10717
10718 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
10719 inline function 'ext2_find_next_zero_bit' which is not static
10720
10721 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10722
10723commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
10724Author: Becky Bruce <becky.bruce@freescale.com>
10725Date: Wed May 14 13:09:51 2008 -0500
10726
10727 MPC512x: Change traps.c to not reference non-addressable memory
10728
10729 Currently, END_OF_RAM is used by the trap code to determine if
10730 we should attempt to access the stack pointer or not. However,
10731 on systems with a lot of RAM, only a subset of the RAM is
10732 guaranteed to be mapped in and accessible. Change END_OF_RAM
10733 to use get_effective_memsize() instead of using the raw ram
10734 size out of the bd.
10735
10736 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10737
10738commit 81673e9ae14b771cd13faf19947192599cae3959
10739Author: Kumar Gala <galak@kernel.crashing.org>
10740Date: Tue May 13 19:01:54 2008 -0500
10741
10742 Make sure common.h is the first include.
10743
10744 If common.h isn't first we can get CONFIG_ options defined in the
10745 board config file ignored. This can cause an issue if any of those
10746 config options impact the size of types of data structures
10747 (eg CONFIG_PHYS_64BIT).
10748
10749 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10750
10751commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
10752Author: Marian Balakowicz <m8@semihalf.com>
10753Date: Tue May 13 15:53:29 2008 +0200
10754
10755 Avoid initrd and logbuffer area overlaps
10756
10757 Add logbuffer to reserved LMB areas to prevent initrd allocation
10758 from overlaping with it.
10759
10760 Make sure to use correct logbuffer base address.
10761
10762 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
10763
10764commit 6956d53d9934862507f83f0e3255dfd4662e7482
10765Author: Sascha Laue <sascha.laue@liebherr.com>
10766Date: Tue May 13 13:29:54 2008 +0200
10767
10768 lwmon5: add memory-pattern-test to FPGA POST.
10769
10770commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
10771Author: Becky Bruce <becky.bruce@freescale.com>
10772Date: Thu May 8 19:02:51 2008 -0500
10773
10774 PPC: 86xx Add bat registers to reginfo command
10775
10776 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10777
10778commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
10779Author: Becky Bruce <becky.bruce@freescale.com>
10780Date: Fri May 9 15:41:35 2008 -0500
10781
10782 PPC: Add print_bats() to lib_ppc/bat_rw.c
10783
10784 This function prints the values of all the BAT register
10785 pairs - I needed this for debug earlier this week; adding it to
10786 lib_ppc so others can use it (and add it to reginfo commands
10787 if so desired).
10788
10789 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10790
10791commit c148f24c15743a02e855636e6bed013bd121f7f2
10792Author: Becky Bruce <becky.bruce@freescale.com>
10793Date: Thu May 15 21:29:04 2008 -0500
10794
10795 PPC: Change lib_ppc/bat_rw.c to use high bats
10796
10797 Currently, this code only deals with BATs 0-3, which makes
10798 it useless on systems that support BATs 4-7. Add the
10799 support for these registers.
10800
10801 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
10802
10803commit 31d826722434931e1152a09d140187dcf72f8aac
10804Author: Becky Bruce <becky.bruce@freescale.com>
10805Date: Thu May 8 19:02:12 2008 -0500
10806
10807 PPC: Create and use CONFIG_HIGH_BATS
10808
10809 Change all code that conditionally operates on high bat
10810 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
10811 instead of the myriad ways this is done now. Define the option
10812 for every config for which high bats are supported (and
10813 enabled by early boot, on parts where they're not always
10814 enabled)
10815
10816 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10817
10818commit aa3b8bf9c30065bb2ea852799d32db5020598495
10819Author: Wolfgang Grandegger <wg@grandegger.com>
10820Date: Wed May 28 19:55:19 2008 +0200
10821
10822 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
10823
10824 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10825 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10826
10827commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
10828Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10829Date: Wed May 28 13:06:25 2008 -0500
10830
10831 ColdFire: Add 10 base ethernet support for mcf5445x
10832
10833 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10834 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10835
10836commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
10837Author: Jason McMullan <mcmullan@netapp.com>
10838Date: Fri May 30 00:53:38 2008 +0900
10839
10840 mips: Add an 'include/asm/errno.h', like all other architectures
10841
10842 All other u-boot architectures have an include/asm/errno.h, so
10843 this change adds it to the mips include/asm-mips headers also.
10844
10845 Stolen from Linux 2.6.25.
10846
10847 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
10848
10849commit e2ad8426624bac457acc6925b6ff408e9bf20466
10850Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10851Date: Fri May 30 00:53:38 2008 +0900
10852
10853 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
10854
10855 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10856
10857commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
10858Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10859Date: Fri May 30 00:53:38 2008 +0900
10860
10861 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
10862
10863 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10864
10865commit bf462ae450a7f2eeeddc699ed345b391e3263540
10866Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10867Date: Fri May 30 00:53:37 2008 +0900
10868
10869 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
10870
10871 No functional changes.
10872
10873 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10874
10875commit 89a1550ec6b74452274a7a23127936e2c7eec711
10876Author: Jason McMullan <mcmullan@netapp.com>
10877Date: Fri May 30 00:53:37 2008 +0900
10878
10879 mips: If CONFIG_CMD_SPI is defined, call spi_init()
10880
10881 The mips architecture currently does not call 'spi_init()' in the generic
10882 board initialization routine is CONFIG_CMD_SPI is defined.
10883
10884 This patch rectifies that problem.
10885
10886 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
10887 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10888
10889commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
10890Author: Jason McMullan <mcmullan@netapp.com>
10891Date: Fri May 30 00:53:37 2008 +0900
10892
10893 [MIPS] lib_mips/board.c: Add nand_init
10894
10895 This patch adds the standard 'nand_init()' call to the mips generic
10896 'board_init_r()' call, bringing MIPS in line with the other architectures.
10897
10898 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
10899 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10900
10901commit d6ac2ed893c2168738aee01579d6283af8d37045
10902Author: Scott Wood <scottwood@freescale.com>
10903Date: Thu May 22 10:49:46 2008 -0500
10904
10905 Remove prototypes of nand_init() in favor of including nand.h.
10906
10907 Likewise with onenand_init().
10908
10909 Signed-off-by: Scott Wood <scottwood@freescale.com>
10910
10911commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
10912Author: Scott Wood <scottwood@freescale.com>
10913Date: Thu May 22 10:49:00 2008 -0500
10914
10915 Make onenand_uboot.h self-sufficient.
10916
10917 Don't assume types are provided by previously included headers.
10918
10919 Signed-off-by: Scott Wood <scottwood@freescale.com>
10920
10921commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
10922Author: Dirk Behme <dirk.behme@gmail.com>
10923Date: Wed Jan 16 14:26:59 2008 +0100
10924
10925 nand: Correct NAND erase percentage output
10926
10927 For NAND erase sizes smaller than one NAND erase block, erase
10928 percentage output becomes grater than 100% e.g.
10929
10930 -- cut --
10931 > nand info
10932 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
10933 > nand erase 0x100000 0x2000
10934 NAND erase: device 0 offset 0x100000, size 0x2000
10935 Erasing at 0x100000 -- 200% complete.
10936 OK
10937 >
10938 -- cut --
10939
10940 Correct this and give user a warning that more is erased than specified:
10941
10942 -- cut --
10943 > nand erase 0x100000 0x2000
10944 NAND erase: device 0 offset 0x100000, size 0x2000
10945 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
10946 Erasing 0x00004000 instead
10947 Erasing at 0x100000 -- 100% complete.
10948 OK
10949 >
10950 -- cut --
10951
10952 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
10953
10954commit 5922db6c0948506be91e0de44e7a6863a18a417f
10955Author: Stelian Pop <stelian@popies.net>
10956Date: Tue May 13 17:31:24 2008 +0200
10957
10958 Cleanup nand_info[] declaration.
10959
10960 The nand_info array is declared as extern in several .c files.
10961 Those days, nand.h contains a reference to the array, so there is
10962 no need to declare it elsewhere.
10963
10964 Signed-off-by: Stelian Pop <stelian@popies.net>
10965 Signed-off-by: Scott Wood <scottwood@freescale.com>
10966
10967commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
10968Author: Scott Wood <scottwood@freescale.com>
10969Date: Mon May 19 09:30:43 2008 -0500
10970
10971 NAND: Provide a sane default for NAND_MAX_CHIPS.
10972
10973 This allows the header to be included regardless of whether a board's
10974 config file provides NAND-related defininitions.
10975
10976 Signed-off-by: Scott Wood <scottwood@freescale.com>
10977
10978commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
10979Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10980Date: Mon May 26 12:19:10 2008 +0200
10981
10982 avr32: Fix theoretical race in udelay()
10983
10984 If the specified delay is very short, the cycle counter may go past the
10985 "end" time we are waiting for before we get around to reading it.
10986
10987 Fix it by checking the different between the cycle count "now" and the
10988 cycle count at the beginning. This will work as long as the delay
10989 measured in number of cycles is below 2^31.
10990
10991 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10992
10993commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
10994Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10995Date: Wed May 21 13:01:09 2008 +0200
10996
10997 avr32: Compile atmel_mci.o conditionally
10998
10999 Remove #ifdef CONFIG_MMC from the source file and use conditional
11000 compilation in the Makefile instead.
11001
11002 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11003
11004commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
11005Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11006Date: Thu May 22 12:28:25 2008 +0200
11007
11008 avr32: Fix wrong error flags in atmel_mci driver
11009
11010 Make sure we check for CRC errors when sending commands that use CRC
11011 checking.
11012
11013 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
11014 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11015
11016commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
11017Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11018Date: Wed May 21 11:10:59 2008 +0200
11019
11020 avr32: Fix two warnings in atmel_mci.c
11021
11022 The warnings are harmless but annoying. Let's fix them.
11023
11024 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11025
11026commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
11027Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11028Date: Mon May 19 11:36:28 2008 +0200
11029
11030 avr32: Rework SDRAM initialization code
11031
11032 This cleans up the SDRAM initialization and related code a bit, and
11033 allows faster booting.
11034
11035 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
11036 * Remove memory test from sdram_init() and make caller responsible
11037 for verifying the SDRAM and determining its size.
11038 * Remove base_address member from struct sdram_config (was sdram_info)
11039 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
11040 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
11041
11042 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11043
11044commit 95107b7c028806919630bf02c653aa8f4f867c94
11045Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11046Date: Mon May 19 11:27:37 2008 +0200
11047
11048 avr32: Do stricter stack checking in the exception handler
11049
11050 Don't do a stack dump if the stack pointer is outside the memory area
11051 reserved for stack.
11052
11053 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11054
11055commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
11056Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11057Date: Fri May 2 15:32:57 2008 +0200
11058
11059 avr32: Use the same entry point for reset and exception handling
11060
11061 Since the reset vector is always aligned to a very large boundary, we
11062 can save a couple of KB worth of alignment padding by placing the
11063 exception vectors at the same address.
11064
11065 Deciding which one it is is easy: If we're handling an exception, the
11066 CPU is in Exception mode. If we're starting up after reset, the CPU is
11067 in Supervisor mode. So this adds a very minimal overhead to the reset
11068 path (only executed once) and the exception handling path (normally
11069 never executed at all.)
11070
11071 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11072
11073commit 0c16eed2189a190bd5655b33c029f809a9b31128
11074Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11075Date: Fri May 2 15:24:22 2008 +0200
11076
11077 avr32: Put memset in its own section
11078
11079 All C code is compiled with -ffunction-sections -fdata-sections.
11080 Assembly functions should get their own sections as well so that
11081 everything looks consistent.
11082
11083 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11084
11085commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
11086Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11087Date: Fri May 2 15:21:40 2008 +0200
11088
11089 avr32: Rename pm_init() as clk_init() and make SoC-specific
11090
11091 pm_init() was always more about clock initialization than anything
11092 else. Dealing with PLLs, clock gating and such is also inherently
11093 SoC-specific, so move it into a SoC-specific directory.
11094
11095 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11096
11097commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
11098Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11099Date: Wed Apr 30 16:15:57 2008 +0200
11100
11101 avr32: Use new-style Makefile for the at32ap platform
11102
11103 This makes it easier to avoid compiling certain files later.
11104
11105 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11106
11107commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
11108Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11109Date: Wed Apr 30 14:36:47 2008 +0200
11110
11111 avr32: Remove unused file cpu/at32ap/pm.c
11112
11113 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11114
11115commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
11116Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11117Date: Wed Apr 30 14:19:28 2008 +0200
11118
11119 avr32: Clean up the HMATRIX code
11120
11121 Rework the HMATRIX configuration interface so that it becomes easier
11122 to configure the HMATRIX for boards with special needs, and add new
11123 parts.
11124
11125 The HMATRIX header file has been split into a general,
11126 chip-independent part with register definitions, etc. and a
11127 chip-specific part with SFR bitfield definitions and master/slave
11128 identifiers.
11129
11130 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11131
11132commit 0a2e48792dd372c90b80059f3235e67a567e16fc
11133Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11134Date: Thu Nov 22 12:14:11 2007 +0100
11135
11136 avr32: Add support for the ATSTK1006 board
11137
11138 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
11139 board. It's currently in production and will be available soon.
11140
11141 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11142
11143commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
11144Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11145Date: Tue Apr 29 12:53:05 2008 +0200
11146
11147 avr32: Get rid of the .flashprog section
11148
11149 The .flashprog section was only needed back when we were running
11150 directly from flash, and it's even more useless on NGW100 since it
11151 uses the CFI flash driver which never used this workaround in the
11152 first place.
11153
11154 Remove it on STK1000 as well, and get rid of all the associated code and
11155 annotations.
11156
11157 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11158
11159commit cdd42c0c7a5205fc380912d83229069a71ea3abf
11160Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11161Date: Wed Apr 30 13:09:56 2008 +0200
11162
11163 avr32: Use correct condition around macb clock accessors
11164
11165 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
11166 the chip has a MACB controller, not when it has a USART.
11167
11168 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11169
11170commit f793a3581901ff39c2abb94012d9bbc8573ccf02
11171Author: David Brownell <david-b@pacbell.net>
11172Date: Wed Apr 16 22:57:58 2008 -0700
11173
11174 avr32: Disable the AP7000 internal watchdog on startup
11175
11176 This patch forces the watchdog off in all cases. That will at least
11177 get rid of the constant reboot cycle, though it won't let the watchdog
11178 actually run in the new kernels: its probe() comes up with a polite
11179 warning.
11180
11181 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11182
11183commit 55ac7a7490b55da56659f95d82a0c83b9756df27
11184Author: David Brownell <david-b@pacbell.net>
11185Date: Fri Feb 22 12:54:39 2008 -0800
11186
11187 avr32: stk1002 and ngw100 convergence
11188
11189 Make STK1002 and NGW100 boards act more alike:
11190 - STK boards can use as many arguments as NGW
11191 - STK boards don't need to manage FPGAs either
11192 - NGW commands should match STK ones
11193
11194 Also spell U-Boot right in prompts for STK1002 and NGW100.
11195
11196 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
11197 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
11198 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11199
11200commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
11201Author: Sergei Poselenov <sposelenov@emcraft.com>
11202Date: Tue May 27 13:47:00 2008 +0200
11203
11204 Socrates: Fix PCI bus frequency report
11205
11206 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11207
11208commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
11209Author: Sergei Poselenov <sposelenov@emcraft.com>
11210Date: Tue May 27 11:49:13 2008 +0200
11211
11212 Socrates: Added USB support.
11213
11214 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11215
11216commit 5a904e5637cff1d708dc67098004f83ba9e84c54
11217Author: Sergei Poselenov <sposelenov@emcraft.com>
11218Date: Tue May 27 11:35:02 2008 +0200
11219
11220 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
11221
11222 In case of several PCI USB controllers on a board this variable
11223 specifys which controller to use.
11224 See doc/README.generic_usb_ohci for details.
11225
11226 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11227
11228commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
11229Author: Sergei Poselenov <sposelenov@emcraft.com>
11230Date: Tue May 27 10:36:07 2008 +0200
11231
11232 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
11233
11234 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11235
11236commit 83e9d7a2614d4006b92690afa3390c291734267e
11237Author: Sergei Poselenov <sposelenov@emcraft.com>
11238Date: Mon May 26 18:16:04 2008 +0200
11239
11240 Socrates: Config file cleanup.
11241
11242 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11243
11244commit 602cac1389b755b223272f2328a47e6f8c240848
11245Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11246Date: Sat May 24 12:47:46 2008 +0200
11247
11248 MAKEALL: add at91 list
11249
11250 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11251
11252commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
11253Author: Ron Madrid <ron_madrid@sbcglobal.net>
11254Date: Fri May 23 15:37:05 2008 -0700
11255
11256 Add Marvell 88E1118 support for TSEC
11257
11258 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
11259 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11260
11261commit 557b377d8bfc8b833b6e749457bcdfa298331a24
11262Author: Jens Gehrlein <sew_s@tqs.de>
11263Date: Mon May 5 14:06:11 2008 +0200
11264
11265 smc911x: add 16 bit support
11266
11267 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
11268 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11269
cd82919e
WD
11270commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
11271Author: Christian Eggers <ceggers@gmx.de>
11272Date: Wed May 21 21:29:10 2008 +0200
11273
11274 Fix endianess conversion in usb_ohci.c
11275
11276 Sorry, I forgot this line:
11277
11278 Signed-off-by: Christian Eggers <ceggers@gmx.de>
11279
11280 I think this must be swapped (result may be equal).
11281
01db232d
WD
11282commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
11283Author: Christian Eggers <ceggers@gmx.de>
11284Date: Wed May 21 22:12:00 2008 +0200
11285
11286 USB: replace old swap_ with proper endianess conversion macros
11287
11288 Signed-off-by: Christian Eggers <ceggers@gmx.de>
11289 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11290
11291commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
11292Author: Christian Eggers <ceggers@gmx.de>
11293Date: Wed May 21 21:29:10 2008 +0200
11294
11295 Fix endianess conversion in usb_ohci.c
11296
11297 Signed-off-by: Christian Eggers <ceggers@gmx.de>
11298 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11299
11300commit 477434c63c2ea5baa5c6c4e43500786f436511ff
11301Author: Sergei Poselenov <sposelenov@emcraft.com>
11302Date: Thu May 22 01:15:53 2008 +0200
11303
11304 USB: add support for multiple PCI OHCI controllers
11305
11306 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
11307 In case of several PCI USB controllers on a board this variable
11308 specifys which controller to use.
11309
11310 Also add USB support for sokrates board.
11311
11312 See doc/README.generic_usb_ohci for details.
11313
11314 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11315 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11316
11317commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
11318Author: Wolfgang Denk <wd@denx.de>
11319Date: Wed May 21 16:56:08 2008 +0200
11320
11321 Fix some whitespace issues
11322
11323 introduced by 53677ef18 "Big white-space cleanup."
11324
11325 Signed-off-by: Wolfgang Denk <wd@denx.de>
11326
11327commit 4416603aeb06861b468b06a981e52c3ff805db7b
11328Author: York Sun <yorksun@freescale.com>
11329Date: Mon May 12 14:36:39 2008 -0500
11330
11331 Make ads5121 out-of-tree compiling safe
11332
11333 Reuse the existing DIU driver in board/freescale/common.
11334
11335 Signed-off-by: York Sun <yorksun@freescale.com>
11336
11337commit 0e1bad47cd345c76c91a64caf41011e431b62599
11338Author: York Sun <yorksun@freescale.com>
11339Date: Mon May 5 10:20:01 2008 -0500
11340
11341 Adding DIU support for Freescale 5121ADS
11342
11343 Add DIU and cfb console support to FSL 5121ADS board.
11344
11345 Use #define CONFIG_VIDEO in config file to enable fb console.
11346
11347 Signed-off-by: York Sun <yorksun@freescale.com>
11348
11349commit a48ff68d235e671176f6b496c44246dbe5e0a93f
11350Author: York Sun <yorksun@freescale.com>
11351Date: Mon May 5 10:20:00 2008 -0500
11352
11353 Replace DPRINTF with debug
11354
11355 Remove DPRINTF macro and replace it with generic debug macro.
11356
11357 Signed-off-by: York Sun <yorksun@freescale.com>
11358
11359commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
11360Author: York Sun <yorksun@freescale.com>
11361Date: Mon May 5 10:19:59 2008 -0500
11362
11363 Move pixel clock setting to board file
11364
11365 The clock divider has different format in 5121 and 8610. This patch moves it to
11366 board specific code.
11367
11368 Signed-off-by: York Sun <yorksun@freescale.com>
11369
11370commit 53677ef18e25c97ac613349087c5cb33ae5a2741
11371Author: Wolfgang Denk <wd@denx.de>
11372Date: Tue May 20 16:00:29 2008 +0200
11373
11374 Big white-space cleanup.
11375
11376 This commit gets rid of a huge amount of silly white-space issues.
11377 Especially, all sequences of SPACEs followed by TAB characters get
11378 removed (unless they appear in print statements).
11379
11380 Also remove all embedded "vim:" and "vi:" statements which hide
11381 indentation problems.
11382
11383 Signed-off-by: Wolfgang Denk <wd@denx.de>
11384
11385commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
11386Author: Sergei Poselenov <sposelenov@emcraft.com>
11387Date: Thu May 8 17:46:23 2008 +0200
11388
11389 socrates: fix second TSEC configuration (it is actually TSEC3)
11390
11391 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11392
11393commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
11394Author: Sergei Poselenov <sposelenov@emcraft.com>
11395Date: Thu May 8 14:17:08 2008 +0200
11396
11397 Fixed reset for socrates
11398
11399 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11400
11401commit e18575d5f589a62e19c70d471d4b4e27cad3af56
11402Author: Sergei Poselenov <sposelenov@emcraft.com>
11403Date: Wed May 7 15:10:49 2008 +0200
11404
11405 socrates: changes to support FDT
11406
11407 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11408 Signed-off-by: Wolfgang Denk <wd@denx.de>
11409
11410commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
11411Author: Sergei Poselenov <sposelenov@emcraft.com>
11412Date: Wed Apr 30 11:42:50 2008 +0200
11413
11414 Initial support for "Socrates" board
11415
11416 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11417
11418commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
11419Author: Yuri Tikhonov <yur@emcraft.com>
11420Date: Thu May 8 15:46:42 2008 +0200
11421
11422 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
11423
11424 This way we become able to utilize the full post_log_word for POST
11425 activities (overwise, POST ECC, which has 0x8000 ID, could be
11426 erroneously treated as started in post_output_backlog() even if there
11427 was actually no POST ECC run (because of OCM POST failure, for
11428 example).
11429
11430 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11431
11432commit 7845d49094c81321021b50a4dbb8864d2f3777e4
11433Author: Yuri Tikhonov <yur@emcraft.com>
11434Date: Thu May 8 15:46:02 2008 +0200
11435
11436 POST: mark OCM test as POST_STOP
11437
11438 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11439
11440commit 28a385065882d6cb6ac5f443311ff87887ed7c13
11441Author: Yuri Tikhonov <yur@emcraft.com>
11442Date: Thu May 8 15:45:26 2008 +0200
11443
11444 POST: add POST_STOP flag
11445
11446 Don't run futher tests in case of a test fails that is marked as
11447 POST_STOP.
11448
11449 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11450 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11451
11452commit a525145d8110d15b4389d23c3ea8a78f22509d3f
11453Author: Yuri Tikhonov <yur@emcraft.com>
11454Date: Thu May 8 15:44:16 2008 +0200
11455
11456 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
11457
11458 Switch the OCM testid with the codec one. The reason is that current
11459 implementation requires the POST_ROM testid to fit into lower 16
11460 bits, and the codec test will never run with POST_ROM hopefully.
11461
11462 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11463
11464commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
11465Author: Yuri Tikhonov <yur@emcraft.com>
11466Date: Thu May 8 15:43:28 2008 +0200
11467
11468 lwmon5: enable OCM post test on lwmon5 board
11469
11470 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11471
11472commit 6e8ec682268493b8d098f99e17b1ce71b4448977
11473Author: Yuri Tikhonov <yur@emcraft.com>
11474Date: Thu May 8 15:42:47 2008 +0200
11475
11476 POST: OCM test added.
11477
11478 Added OCM test to POST layer. This version runs before all other tests
11479 but doesn't yet interrupt post sequence on failure.
11480
11481 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11482 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11483
11484commit 6891260bdd935a382c95d9fa333922b0dfded68a
11485Author: Yuri Tikhonov <yur@emcraft.com>
11486Date: Thu May 8 15:40:39 2008 +0200
11487
11488 POST: typo fix
11489
11490 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11491
11492commit 727f63334676e760877d43bfb8f0e9331ac8b101
11493Author: Hebbar <gururajakr@sanyo.co.in>
11494Date: Tue May 20 02:16:36 2008 -0700
11495
11496 common/usb.c: fix incorrect escape sequence
11497
11498 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
11499
11500commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
11501Author: York Sun <yorksun@freescale.com>
11502Date: Thu May 15 15:26:27 2008 -0500
11503
11504 Fix 8313ERDB board configuration
11505
11506 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
11507 Correct TSEC1 vs TSEC2 assignment.
11508 Define ETHADDR and ETH1ADDR always.
11509
11510 Signed-off-by: York Sun <yorksun@freescale.com>
11511 Signed-off-by: Timur Tabi <timur@freescale.com>
11512
11513commit 2c289e320dcfb3760e99cf1d765cb067194a1202
11514Author: Jon Loeliger <jdl@freescale.com>
11515Date: Mon May 19 09:47:25 2008 -0500
11516
11517 mpc86xx: Removed unused and unconfigured memory test code.
11518
11519 Besides, other common code exists.
11520
11521 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11522
11523commit 180a90abdae72587c0f679edf8991455e559440d
11524Author: Wolfgang Denk <wd@denx.de>
11525Date: Mon May 19 12:47:11 2008 +0200
11526
11527 Release v1.3.3
11528
11529 Update CHANGELOG for release.
11530
11531 Signed-off-by: Wolfgang Denk <wd@denx.de>
11532
180a90ab
WD
11533commit 16bedc661de0dae767b1377d8413373a3fbcfa79
11534Author: Stefan Roese <sr@denx.de>
11535Date: Mon May 19 07:14:38 2008 +0200
11536
11537 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
11538
11539 When SATA is selected (via jumper J6) we need to disable the first PCIe
11540 node in the device tree, so that Linux doesn't initialize it. Otherwise
11541 the Linux SATA driver will fail to detect the devices.
11542
11543 The same goes the other way around too. So if PCIe is selected we need
11544 to disable the SATA node in the device tree.
11545
11546 This is because PCIe port 0 and SATA on 460EX share the same pins
11547 (multiplexed) and we have to configure in U-Boot which peripheral is
11548 enabled.
11549
11550 Signed-off-by: Stefan Roese <sr@denx.de>
11551
11552commit 3cc27b426aeefe2930f911692e9df3143fb2565f
11553Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11554Date: Sun May 18 19:09:58 2008 +0200
11555
11556 i386: Fix multiple definitions of __show_boot_progress
11557
11558 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11559
11560commit 311f3446930c1e64c12026c1cfd00500b05be52d
11561Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11562Date: Sun May 18 19:09:57 2008 +0200
11563
11564 sc530_spunk: add missing SOBJS entry
11565
11566 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11567
11568commit a559317143b4f95927b08cd388707e6f077e95fa
11569Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11570Date: Sun May 18 19:09:56 2008 +0200
11571
11572 sc520_spunk: Fix flash
11573
11574 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
11575 flash.c:398: error: label at end of compound statement
11576
11577 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11578
11579commit 91f221317af64191ee8caf303ea9305943158691
11580Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11581Date: Sun May 18 19:09:49 2008 +0200
11582
11583 drivers/pcmcia: add missing i82365
11584
11585 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11586
11587commit dd223944132f97ffa52977ea95e5a52428f5cc2f
11588Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11589Date: Sun May 18 19:09:47 2008 +0200
11590
11591 i386/bootm: remove unused var
11592
11593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11594
11595commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
11596Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11597Date: Sun May 18 19:09:45 2008 +0200
11598
11599 example/gitignore: update with all generated examples
11600
11601 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11602
11603commit a38dc3ea8614f8b0c41e432b445a9959b9711295
11604Author: Wolfgang Denk <wd@denx.de>
11605Date: Thu May 15 00:42:45 2008 +0200
11606
11607 TQM8272: fix out-of-tree building
11608
11609 ...and add to MAKEALL script
11610
11611 Signed-off-by: Wolfgang Denk <wd@denx.de>
11612
11613commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
11614Author: Wolfgang Denk <wd@denx.de>
11615Date: Wed May 14 23:34:53 2008 +0200
11616
11617 environment: fix bug introduced by commit a8409f4f1ac8
11618
11619 env_get_char is not a function, but a pointer to one.
11620
11621 Signed-off-by: Wolfgang Denk <wd@denx.de>
11622
01db232d
WD
11623commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
11624Author: Gary Jennejohn <garyj@denx.de>
11625Date: Wed May 14 13:39:22 2008 +0200
11626
11627 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
11628
11629 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
11630 use a redundant environment.
11631
11632 Signed-off-by: Gary Jennejohn <garyj@denx.de>
11633
180a90ab
WD
11634commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
11635Author: Wolfgang Denk <wd@denx.de>
11636Date: Wed May 14 13:55:30 2008 +0200
11637
11638 Fix config files for out-of-tree building
11639
11640 Several board/<...>/config.mk files include dynamically built (by
11641 the Makefile) config files but used the wrong file name of
11642 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
11643 instead if the correct
11644 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
11645
11646 The bug is nasty because the build result is correct for the (normal)
11647 in-tree builds, and because 'sinclude' is used no errors get raised
11648 even for out-of-tree build tests. But out-of-tree builds use an
11649 incomplete and thus usually incorrect configuration...
11650
11651 Signed-off-by: Wolfgang Denk <wd@denx.de>
11652
11653commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
11654Author: Stefan Roese <sr@denx.de>
11655Date: Wed May 14 13:40:03 2008 +0200
11656
11657 ppc4xx: Fix bogus Canyonlands config.mk
11658
11659 This patch fixes the canyonlands config.mk file to enable correct
11660 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
11661
11662 Signed-off-by: Stefan Roese <sr@denx.de>
11663
11664commit fdd1247a66d788a3446244f6fde9955a93c26322
11665Author: Stefan Roese <sr@denx.de>
11666Date: Wed May 14 10:32:32 2008 +0200
11667
11668 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
11669
11670 Canyonlands has a file ddr2_fixed.c which needs special treatment when
11671 building in separate directory. It has to be linked to build directory
11672 otherwise it is not seen.
11673
11674 Signed-off-by: Stefan Roese <sr@denx.de>
11675
11676commit a8409f4f1ac84c36273c1a1e341189662521bcfb
11677Author: Wolfgang Denk <wd@denx.de>
11678Date: Wed May 14 12:22:49 2008 +0200
11679
11680 environment: cleanup prototype declarations of env functions.
11681
11682 Signed-off-by: Wolfgang Denk <wd@denx.de>
11683
11684commit cf39b07948015c480b72a6e732cf7d839aa93a9e
11685Author: Wolfgang Denk <wd@denx.de>
11686Date: Wed May 14 12:21:48 2008 +0200
11687
11688 linkstation_HGLAN: Fix out of tree building.
11689
11690 Signed-off-by: Wolfgang Denk <wd@denx.de>
11691
11692commit 085551c05ca09e6c491ea11a1c6727a36776a545
11693Author: Stefan Roese <sr@denx.de>
11694Date: Wed May 14 10:32:32 2008 +0200
11695
11696 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
11697
11698 Canyonlands has a file ddr2_fixed.c which needs special treatment when
11699 building in separate directory. It has to be linked to build directory
11700 otherwise it is not seen.
11701
11702 Signed-off-by: Stefan Roese <sr@denx.de>
11703
11704commit 1510b82d50615f344e89d42533e8224cce067dc0
11705Author: Wolfgang Denk <wd@denx.de>
11706Date: Tue May 13 23:15:52 2008 +0200
11707
11708 Makefile: fix "error: version_autogenerated.h: No such file or directory"
11709
11710 Signed-off-by: Wolfgang Denk <wd@denx.de>
11711
01db232d
WD
11712commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
11713Author: Stelian Pop <stelian@popies.net>
11714Date: Tue May 13 17:31:24 2008 +0200
11715
11716 Cleanup nand_info[] declaration.
11717
11718 The nand_info array is declared as extern in several .c files.
11719 Those days, nand.h contains a reference to the array, so there is
11720 no need to declare it elsewhere.
11721
11722 Signed-off-by: Stelian Pop <stelian@popies.net>
11723 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11724
180a90ab
WD
11725commit 70fab1908fc1734a403711eaabbef546bc4b77dc
11726Author: Stefan Roese <sr@denx.de>
11727Date: Tue May 13 20:22:01 2008 +0200
11728
11729 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
11730
11731 Signed-off-by: Stefan Roese <sr@denx.de>
11732
11733commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
11734Author: Wolfgang Denk <wd@denx.de>
11735Date: Mon May 12 01:11:21 2008 +0200
11736
11737 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
11738
11739 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
11740 which broke many PowerPC boards.
11741
11742commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
11743Author: Wolfgang Denk <wd@denx.de>
11744Date: Mon May 12 00:56:28 2008 +0200
11745
11746 Revert "Avoid initrd and logbuffer area overlaps"
11747
11748 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
11749 which breaks building on all PPC boards that don't use a log buffer.
11750
11751commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
11752Author: Nick Spence <nick.spence@freescale.com>
11753Date: Sat May 10 14:02:04 2008 -0700
11754
11755 Fix offset calculation for multi-type legacy images.
11756
11757 Calculation of tail was incorrect when size % 4 == 0.
11758
11759 New code removes the conditional and does the same thing but with arithmetic
11760
11761 Signed-off-by: Nick Spence <nick.spence@freescale.com>
11762
11763commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
11764Author: Wolfgang Denk <wd@denx.de>
11765Date: Mon May 12 00:40:58 2008 +0200
11766
11767 Revert "Change env_get_char from a global function ptr to a function."
11768
11769 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
11770 which is known to break booting from dataflash and NAND.
11771
11772commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
11773Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11774Date: Sun May 11 23:13:57 2008 +0200
11775
11776 API: remove duplicate syscall check
11777
11778 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11779
01db232d
WD
11780commit 67e3beb52c320b0a31cf030716c99392cde2d532
11781Author: Stelian Pop <stelian@popies.net>
11782Date: Fri May 9 21:46:51 2008 +0200
11783
11784 AT91: Cleanup unused config header file definitions.
11785
11786 CONFIG_ENV_OVERWRITE is commented out in the config header files,
11787 so let's cleanup the files by removing the whole definition.
11788
11789 Signed-off-by: Stelian Pop <stelian@popies.net>
11790 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11791
11792commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
11793Author: Stelian Pop <stelian@popies.net>
11794Date: Thu May 8 14:52:34 2008 +0200
11795
11796 Support AT91CAP9 revC CPUs
11797
11798 The AT91CAP9 revC CPU has a few differences over the previous,
11799 revB CPU which was distributed in small quantities only (revA was
11800 an internal Atmel product only).
11801
11802 The revC silicon needs a special initialisation sequence to
11803 switch from the internal (imprecise) RC oscillator to the
11804 external 32k clock.
11805
11806 Signed-off-by: Stelian Pop <stelian@popies.net>
11807 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11808
11809commit 098b7b4b441b12c2a64dd517930f43c793542759
11810Author: Stelian Pop <stelian@popies.net>
11811Date: Thu May 8 14:52:33 2008 +0200
11812
11813 Use custom logo for Atmel boards
11814
11815 This patch adds a custom vendor logo for the Atmel AT91 boards.
11816
11817 Signed-off-by: Stelian Pop <stelian@popies.net>
11818 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11819
11820commit 761c70b80cdd3bead40146b96a8e713d6ae01632
11821Author: Stelian Pop <stelian@popies.net>
11822Date: Thu May 8 14:52:32 2008 +0200
11823
11824 AT91SAM9RLEK: hook up the ATMEL LCD driver
11825
11826 This patch makes the necessary adaptations (PIO configurations and
11827 defines in config header file) to hook up the Atmel LCD driver to the
11828 AT91SAM9RLEK board.
11829
11830 Signed-off-by: Stelian Pop <stelian@popies.net>
11831 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11832
11833commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
11834Author: Stelian Pop <stelian@popies.net>
11835Date: Thu May 8 14:52:31 2008 +0200
11836
11837 AT91SAM9263EK: hook up the ATMEL LCD driver
11838
11839 This patch makes the necessary adaptations (PIO configurations and
11840 defines in config header file) to hook up the Atmel LCD driver to the
11841 AT91SAM9263EK board.
11842
11843 Signed-off-by: Stelian Pop <stelian@popies.net>
11844 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11845
11846commit 820f2a958325061a446115f3035e48e4726b3390
11847Author: Stelian Pop <stelian@popies.net>
11848Date: Thu May 8 14:52:30 2008 +0200
11849
11850 AT91SAM9261EK: hook up the ATMEL LCD driver
11851
11852 This patch makes the necessary adaptations (PIO configurations and
11853 defines in config header file) to hook up the Atmel LCD driver to the
11854 AT91SAM9261EK board.
11855
11856 Signed-off-by: Stelian Pop <stelian@popies.net>
11857 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11858
11859commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
11860Author: Stelian Pop <stelian@popies.net>
11861Date: Thu May 8 14:52:29 2008 +0200
11862
11863 AT91CAP9ADK: hook up the ATMEL LCD driver
11864
11865 This patch makes the necessary adaptations (PIO configurations and
11866 defines in config header file) to hook up the Atmel LCD driver to the
11867 AT91CAP9ADK board.
11868
11869 Signed-off-by: Stelian Pop <stelian@popies.net>
11870 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11871
11872commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
11873Author: Stelian Pop <stelian@popies.net>
11874Date: Fri May 9 21:57:18 2008 +0200
11875
11876 Add ATMEL LCD driver
11877
11878 This patch adds support for the ATMEL LCDC driver which is used on some
11879 AT91 and AVR platforms.
11880
11881 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
11882 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
11883
11884 Signed-off-by: Stelian Pop <stelian@popies.net>
11885 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11886
11887commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
11888Author: Stelian Pop <stelian@popies.net>
11889Date: Thu May 8 18:52:25 2008 +0200
11890
11891 AT91SAM9RLEK support
11892
11893 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
11894 board.
11895
11896 Signed-off-by: Stelian Pop <stelian@popies.net>
11897 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11898
11899commit 8e429b3eee23927c1222679f6b6f53667b21595c
11900Author: Stelian Pop <stelian@popies.net>
11901Date: Thu May 8 18:52:23 2008 +0200
11902
11903 AT91SAM9263EK support
11904
11905 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
11906 board.
11907
11908 Signed-off-by: Stelian Pop <stelian@popies.net>
11909 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11910
11911commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
11912Author: Stelian Pop <stelian@popies.net>
11913Date: Thu May 8 20:52:22 2008 +0200
11914
11915 AT91SAM9261EK support
11916
11917 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
11918 board.
11919
11920 Signed-off-by: Stelian Pop <stelian@popies.net>
11921 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11922
11923commit 86c8c8a414988c50104a3b02c29f50af2be738c0
11924Author: Stelian Pop <stelian@popies.net>
11925Date: Thu May 8 20:52:21 2008 +0200
11926
11927 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
11928
11929 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
11930 in order to cope with the changes in DataFlash partitionning scheme
11931 (cset c3a60cb3).
11932
11933 Signed-off-by: Stelian Pop <stelian@popies.net>
11934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11935
11936commit 96996ac25d5222611a8888968db6e53a6d3726da
11937Author: Stelian Pop <stelian@popies.net>
11938Date: Thu May 8 20:52:20 2008 +0200
11939
11940 AT91SAM9260EK: Normalize BOOTARGS
11941
11942 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
11943 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
11944 variable.
11945
11946 Signed-off-by: Stelian Pop <stelian@popies.net>
11947 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11948
11949commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
11950Author: Stelian Pop <stelian@popies.net>
11951Date: Thu May 8 20:52:19 2008 +0200
11952
11953 AT91SAM9260EK: Normalize SPI timings
11954
11955 This patch changes the SPI timings to closely match the ones
11956 used by the Linux kernel and the Atmel's own bootstrap project.
11957
11958 Signed-off-by: Stelian Pop <stelian@popies.net>
11959 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11960
11961commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
11962Author: Stelian Pop <stelian@popies.net>
11963Date: Thu May 8 20:52:18 2008 +0200
11964
11965 AT91SAM9260EK: Handle 8 or 16 bit NAND
11966
11967 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
11968 makes the support configurable in the board config header file
11969 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
11970
11971 Signed-off-by: Stelian Pop <stelian@popies.net>
11972 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11973
11974commit ab52640fc01624e208424e527af0b7b3a5a65a12
11975Author: Stelian Pop <stelian@popies.net>
11976Date: Thu May 8 20:52:17 2008 +0200
11977
11978 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
11979
11980 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
11981 in order to cope with the changes in DataFlash partitionning scheme
11982 (cset c3a60cb3).
11983
11984 Signed-off-by: Stelian Pop <stelian@popies.net>
11985 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11986
11987commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
11988Author: Stelian Pop <stelian@popies.net>
11989Date: Thu May 8 20:52:16 2008 +0200
11990
11991 AT91CAP9ADK: Normalize BOOTARGS
11992
11993 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
11994 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
11995 variable.
11996
11997 Signed-off-by: Stelian Pop <stelian@popies.net>
11998 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11999
12000commit 93da48b910511911ce110656e17ed733c8ac4c45
12001Author: Stelian Pop <stelian@popies.net>
12002Date: Thu May 8 20:52:15 2008 +0200
12003
12004 AT91CAP9ADK: Normalize SPI timings
12005
12006 This patch changes the SPI timings to closely match the ones
12007 used by the Linux kernel and the Atmel's own bootstrap project.
12008
12009 Signed-off-by: Stelian Pop <stelian@popies.net>
12010 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12011
12012commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
12013Author: Stelian Pop <stelian@popies.net>
12014Date: Thu May 8 20:52:14 2008 +0200
12015
12016 AT91CAP9ADK: Handle 8 or 16 bit NAND
12017
12018 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
12019 makes the support configurable in the board config header file
12020 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
12021
12022 Signed-off-by: Stelian Pop <stelian@popies.net>
12023 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12024
12025commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
12026Author: Stelian Pop <stelian@popies.net>
12027Date: Thu May 8 20:52:13 2008 +0200
12028
12029 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
12030
12031 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
12032 below avoids the duplication of u-boot.lds by putting the file in the
12033 cpu directory instead of the board one.
12034
12035 Signed-off-by: Stelian Pop <stelian@popies.net>
12036 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12037
12038commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
12039Author: Stelian Pop <stelian@popies.net>
12040Date: Thu May 8 20:52:12 2008 +0200
12041
12042 Add proper copyright notices in Atmel boards Makefiles
12043
12044 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
12045 copyright notice. This patch adds the missing pieces.
12046
12047 Signed-off-by: Stelian Pop <stelian@popies.net>
12048 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12049
12050commit e817a042cef6164bf26fee86f90326f2ec9e6745
12051Author: Stelian Pop <stelian@popies.net>
12052Date: Thu May 8 20:52:11 2008 +0200
12053
12054 Add copyright information in Atmel boards partition.c
12055
12056 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
12057 the new created files. This patch fixes the problem.
12058
12059 Signed-off-by: Stelian Pop <stelian@popies.net>
12060 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12061
12062commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
12063Author: Stelian Pop <stelian@popies.net>
12064Date: Thu May 8 20:52:10 2008 +0200
12065
12066 Update origin and copyright information in arch-at91sam9 header files
12067
12068 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
12069 copied from the Linux kernel sources. This patch explicitly specifies
12070 this origin for all the copied headers, and for those missing copyright
12071 information, adds it.
12072
12073 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
12074 in the latest kernel sources by 'at91sam9_smc.h'.
12075
12076 The copyright information has been confirmed by the AT91 Linux kernel
12077 maintainer, Andrew Victor <avictor.za@gmail.com>.
12078
12079 Signed-off-by: Stelian Pop <stelian@popies.net>
12080 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12081
180a90ab
WD
12082commit 79dd1712689d6a5031d7cbff54957049680751c7
12083Author: Markus Klotzbücher <mk@denx.de>
12084Date: Thu May 8 16:00:55 2008 +0200
12085
12086 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
12087
12088 When using dhcp/bootp the "netmask" environment variable is not set
12089 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
12090 desireable, so the following patch adds this this option to the board
12091 config.
12092
12093 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12094 Signed-off-by: Stefan Roese <sr@denx.de>
12095
12096commit 869d14b4cc2e47de2ddcb117bad0407a44436684
12097Author: Stefan Roese <sr@denx.de>
12098Date: Sat May 10 10:30:36 2008 +0200
12099
12100 ppc4xx: Update Makalu defconfig to use device-tree booting as default
12101
12102 This patch reworks the default environment on Makalu. Now "net_nfs" for
12103 example uses the device-tree style booting formerly know as "net_nfs_fdt".
12104 Also the addresses in RAM were changed because of the new image booting
12105 support, which check for image overwriting. So the addresses needed to
12106 get adjusted.
12107
12108 Signed-off-by: Stefan Roese <sr@denx.de>
12109
12110commit f3612a7b199cab3942f60d9c1392eb39d58cc699
12111Author: Becky Bruce <bgill@freescale.com>
12112Date: Wed May 7 13:28:16 2008 -0500
12113
12114 PPC: fix map_physmem build warning
12115
12116 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
12117 enabled. This quiets the warning.
12118
12119 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
12120
12121commit 36f32675f40292002ee1fed252c180a43022d2d4
12122Author: Becky Bruce <bgill@freescale.com>
12123Date: Wed May 7 13:24:57 2008 -0500
12124
12125 Update pci code to use phys_addr_t
12126
12127 Physical addrs need to be represented by phys_addr_t, not
12128 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
12129 are going to fail mightily.
12130
12131 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12132
12133commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
12134Author: Nick Spence <nick.spence@freescale.com>
12135Date: Thu May 8 22:32:22 2008 -0700
12136
12137 Support legacy multi-type images without FDT section.
12138
12139 This patch enables legacy multi-type images containing only a Linux kernel
12140 and root file system to be loaded, maintaining compatibility with previous
12141 versions of u-boot.
12142
12143 This is required when using old image files such as a Linux 2.4 kernel /
12144 filesystem.
12145
12146 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12147 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
12148
12149commit 881031d9732783b7aeae2198fc7eb480ae8974a6
12150Author: Wolfgang Denk <wd@denx.de>
12151Date: Sat May 10 00:38:02 2008 +0200
12152
12153 Update CHANGELOG.
12154
12155 Signed-off-by: Wolfgang Denk <wd@denx.de>
12156
881031d9
WD
12157commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
12158Author: Wolfgang Denk <wd@denx.de>
12159Date: Sat May 10 00:36:09 2008 +0200
12160
12161 post/cpu/ppc4xx/Makefile: line length cleanup
12162
12163 Signed-off-by: Wolfgang Denk <wd@denx.de>
12164
12165commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
12166Author: Stelian Pop <stelian@popies.net>
12167Date: Thu May 8 22:52:09 2008 +0200
12168
12169 Fix @ -> <at> substitution
12170
12171 When applying the AT91CAP9 patches upstream, something transformed
12172 the '@' character into the ' <at> ' sequence.
12173
12174 The patch below restores the original form in all the places where
12175 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
12176 were copied from AT91CAP9, and a couple of other files where the
12177 ' <at> ' sequence was present).
12178
12179 Signed-off-by: Stelian Pop <stelian@popies.net>
12180
12181commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
12182Author: Stelian Pop <stelian@popies.net>
12183Date: Thu May 8 22:52:10 2008 +0200
12184
12185 Update origin and copyright information in arch-at91sam9 header files
12186
12187 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
12188 copied from the Linux kernel sources. This patch explicitly specifies
12189 this origin for all the copied headers, and for those missing copyright
12190 information, adds it.
12191
12192 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
12193 in the latest kernel sources by 'at91sam9_smc.h'.
12194
12195 The copyright information has been confirmed by the AT91 Linux kernel
12196 maintainer, Andrew Victor <avictor.za@gmail.com>.
12197
12198 Signed-off-by: Stelian Pop <stelian@popies.net>
12199
12200commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
12201Author: Stelian Pop <stelian@popies.net>
12202Date: Thu May 8 22:52:11 2008 +0200
12203
12204 Add copyright information in Atmel boards partition.c
12205
12206 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
12207 the new created files. This patch fixes the problem.
12208
12209 Signed-off-by: Stelian Pop <stelian@popies.net>
12210
12211commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
12212Author: Guennadi Liakhovetski <lg@denx.de>
12213Date: Thu May 8 10:09:27 2008 +0200
12214
12215 mx31ads: fix 32kHz clock handling
12216
12217 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
12218 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
12219 Also fix a typo when verifying a jumper configuration. While at it, make
12220 two needlessly global functions static.
12221
12222 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12223
12224commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
12225Author: Marian Balakowicz <m8@semihalf.com>
12226Date: Wed May 7 13:10:04 2008 +0200
12227
12228 Avoid initrd and logbuffer area overlaps
12229
12230 Add logbuffer to reserved LMB areas to prevent initrd allocation
12231 from overlaping with it.
12232
12233 Make sure to use correct logbuffer base address.
12234
12235 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12236
12237commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
12238Author: Marian Balakowicz <m8@semihalf.com>
12239Date: Wed May 7 13:08:54 2008 +0200
12240
12241 ppc: Cleanup get_effective_memsize() use
12242
12243 Removed duplicated effective memory size calculation code.
12244
12245 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12246
12247commit 273c37d843d5b581090378016cd12dd9c586907b
12248Author: Marian Balakowicz <m8@semihalf.com>
12249Date: Wed May 7 09:03:53 2008 +0200
12250
12251 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
12252
12253 Recent modifcations to LOGBUFFER handling code were incorrecly
12254 introduced to fit_check_kernel() routine during
12255 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
12256 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
12257
12258 This patch cleans up this merge issue.
12259
12260 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12261
12262commit bc11756daff89a3de09ca80adac962b88cf06e6e
12263Author: Grant Erickson <gerickson@nuovations.com>
12264Date: Tue May 6 20:16:15 2008 -0700
12265
12266 Propagate Error Status to the Shell on fw_printenv Errors
12267
12268 Changed implementation such that fw_printenv returns failure status
12269 when one or more specified variables do not exist or when incorrect
12270 command syntax is used.
12271
12272 This aids scripting fw_printenv such that the script can key of the
12273 return status rather than relying on standard error "scraping".
12274
12275 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
12276 Signed-off-by: Wolfgang Denk <wd@denx.de>
12277
12278commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
12279Author: Grant Erickson <gerickson@nuovations.com>
12280Date: Tue May 6 16:18:00 2008 -0700
12281
12282 Fix Compilation Errors with 'tools/env/fw_printenv'
12283
12284 In the current top-of-tree, 1.3.3.-rc2, the optional tool
12285 'tools/env/fw_printenv' fails to compile for two reasons:
12286
12287 1) The header watchdog.h cannot be found.
12288 2) The header zlib.h is picked up from the tool chain rather than the
12289 project causing a prototype conflict for crc32.
12290
12291 This patch addresses both of these issues.
12292
12293 Platforms Tested On:
12294 - AMCC "Kilauea"
12295
12296 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
12297
12298commit 597f6c26a18b389903a64692bacbf9a1ca69355b
12299Author: James Yang <James.Yang@freescale.com>
12300Date: Mon May 5 10:22:53 2008 -0500
12301
12302 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
12303
12304 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
12305 work before relocating to RAM because command history is written into
12306 a global array that is not writable before relocation. This patch
12307 defers to the no-editing and no-history code in readline_into_buffer()
12308 if it is called before relocation.
12309
12310 Signed-off-by: James Yang <James.Yang@freescale.com>
12311 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12312
12313commit 726c0f1e5f108dccea052965123b95837d2bd402
12314Author: Detlev Zundel <dzu@denx.de>
12315Date: Mon May 5 16:11:22 2008 +0200
12316
12317 cosmetic: Adjust coding style for switch statements to be consistent
12318
12319 Signed-off-by: Detlev Zundel <dzu@denx.de>
12320
12321commit 574b319512b13e10800f0045e39b993f4ca25e42
12322Author: Detlev Zundel <dzu@denx.de>
12323Date: Mon May 5 16:11:21 2008 +0200
12324
12325 Fix disk type output in disk/part.c
12326
12327 Signed-off-by: Detlev Zundel <dzu@denx.de>
12328
12329commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
12330Author: Vlad Lungu <vlad.lungu@windriver.com>
12331Date: Mon May 5 14:20:03 2008 +0300
12332
12333 Mail address change, documentation modified
12334
12335 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
12336
12337commit 4d49b28038e2819088e8356a77212fc95a89ce5a
12338Author: Michal Simek <monstr@monstr.eu>
12339Date: Sun May 4 15:42:41 2008 +0200
12340
12341 microblaze: Repare intc handling
12342
12343 Signed-off-by: Michal Simek <monstr@monstr.eu>
12344
12345commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
12346Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12347Date: Sun May 4 15:17:52 2008 +0200
12348
12349 include/gitignore: update to all architectures
12350
12351 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12352
12353commit 1df368aed3b8bc240fe1595d290b0e91b22961da
12354Author: Marcel Ziswiler <marcel@ziswiler.com>
12355Date: Mon May 5 02:12:06 2008 +0200
12356
12357 ide: Remove spurious second include of io.h
12358
12359 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
12360
12361 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
12362
12363commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
12364Author: Adrian Filipi <adrian.filipi@eurotech.com>
12365Date: Tue May 6 16:46:37 2008 -0400
12366
12367 Fix some typos
12368
12369 This patch fixes three typos.
12370 The first is a repetition of CONFIG_CMD_BSP.
12371 The second makes the #endif comment match its #if.
12372 The third is a spelling error.
12373
12374 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
12375
12376commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
12377Author: Grant Erickson <gerickson@nuovations.com>
12378Date: Sun May 4 16:45:01 2008 -0700
12379
12380 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
12381
12382 Add support for the recognition of 'powerpc' as an alias for the PowerPC
12383 architecture type since Linux is already trending in that direction,
12384 preferring 'powerpc' to 'ppc'.
12385
12386 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
12387
12388commit f5a24259190c388c2527bdc49fee34577d862cc7
12389Author: Wheatley Travis <Travis.Wheatley@freescale.com>
12390Date: Fri May 2 13:35:15 2008 -0700
12391
12392 7450 and 86xx L2 cache invalidate bug corrections
12393
12394 The 7610 and related parts have an L2IP bit in the L2CR that is
12395 monitored to signal when the L2 cache invalidate is complete whereas the
12396 7450 and related parts utilize L2I for this purpose. However, the
12397 current code does not account for this difference. Additionally the 86xx
12398 L2 cache invalidate code used an "andi" instruction where an "andis"
12399 instruction should have been used.
12400
12401 This patch addresses both of these bugs.
12402
12403 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
12404 Acked-By: Jon Loeliger <jdl@freescale.com>
12405
12406commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
12407Author: Wolfgang Denk <wd@denx.de>
12408Date: Fri May 9 10:16:13 2008 +0200
12409
12410 Avoid infinite loop "Generating include/autoconf.mk"
12411
12412 Fix a bogus circular dependency that caused an infinite loop of
12413 "Generating include/autoconf.mk" again and again.
12414
12415 Signed-off-by: Wolfgang Denk <wd@denx.de>
12416
01db232d
WD
12417commit 567fb852178dbf59529d7301620a3f3732a4b02d
12418Author: Stelian Pop <stelian@popies.net>
12419Date: Thu May 8 22:52:09 2008 +0200
12420
12421 Fix @ -> <at> substitution
12422
12423 When applying the AT91CAP9 patches upstream, something transformed
12424 the '@' character into the ' <at> ' sequence.
12425
12426 The patch below restores the original form in all the places where
12427 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
12428 were copied from AT91CAP9, and a couple of other files where the
12429 ' <at> ' sequence was present).
12430
12431 Signed-off-by: Stelian Pop <stelian@popies.net>
12432 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12433
12434commit 73ccb3410a0785593cda7aee455dfc51f790e281
12435Author: Gary Jennejohn <gary.jennejohn@freenet.de>
12436Date: Mon Apr 28 14:04:32 2008 +0200
12437
12438 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
12439
12440 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12441 Signed-off-by: Stefan Roese <sr@denx.de>
12442
881031d9
WD
12443commit ef2642625cbfb1c3695e3478d08ae515052a4950
12444Author: Stefan Roese <sr@denx.de>
12445Date: Thu May 8 11:10:46 2008 +0200
12446
12447 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
12448
12449 Signed-off-by: Stefan Roese <sr@denx.de>
12450
12451commit a00eccfebc954ad9485161efeca7d9aaf626d530
12452Author: Stefan Roese <sr@denx.de>
12453Date: Thu May 8 11:05:15 2008 +0200
12454
12455 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
12456
12457 This patch adds fdt (flattened device tree) support to all remaining AMCC
12458 eval boards. Most newer boards already support device tree. With this patch,
12459 all AMCC boards now enable device tree passing from U-Boot to Linux
12460 arch/powerpc kernels.
12461
12462 Signed-off-by: Stefan Roese <sr@denx.de>
12463
12464commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
12465Author: Stefan Roese <sr@denx.de>
12466Date: Thu May 8 11:01:09 2008 +0200
12467
12468 ppc4xx: Add weak default ft_board_setup() routine
12469
12470 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
12471 This routine is defined as weak and can be overwritten by a board specific
12472 one if needed.
12473
12474 Signed-off-by: Stefan Roese <sr@denx.de>
12475
12476commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
12477Author: Stefan Roese <sr@denx.de>
12478Date: Thu May 8 10:48:58 2008 +0200
12479
12480 ppc4xx: acadia: Add fdt support and fix section overlap problem
12481
12482 This patch adds fdt (flattened device tree) support to the AMCC
12483 Acadia eval board. This increases the image size and it doesn't
12484 fit anymore into 256kByte. Since we didn't want to remove features
12485 from the configuration, we decided to increase the U-Boot image size
12486 (add one flash sector).
12487
12488 Also changed the default environment definition to make it
12489 independent of such changes.
12490
12491 Signed-off-by: Stefan Roese <sr@denx.de>
12492
12493commit 4adb3023de75bc150f088c8935db340930ad38c8
12494Author: Ira Snyder <iws@ovro.caltech.edu>
12495Date: Tue Apr 29 11:18:54 2008 -0700
12496
12497 ppc4xx: Add device tree support to AMCC Yosemite
12498
12499 Add support for booting with a device tree blob. This is needed to boot
12500 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
12501 via the ethaddr variable.
12502
12503 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
12504 Signed-off-by: Stefan Roese <sr@denx.de>
12505
12506commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
12507Author: Dave Mitchell <dmitchell@amcc.com>
12508Date: Wed May 7 09:00:23 2008 -0700
12509
12510 ppc4xx: Fix typos in 460GT/EX FBDV array
12511
12512 Corrected two typos in the 460GT/EX FBDV array.
12513
12514 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
12515 Signed-off-by: Stefan Roese <sr@denx.de>
12516
12517commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
12518Author: Andy Fleming <afleming@freescale.com>
12519Date: Wed May 7 16:54:31 2008 -0500
12520
12521 85xx: Limit CPU2 workaround to parts that have the errata
12522
12523 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
12524 Signed-off-by: Andy Fleming <afleming@freescale.com>
12525
12526commit a5fe514e8ace564300d2c1d73846ddff49654243
12527Author: Lee Nipper <lee.nipper@freescale.com>
12528Date: Fri Apr 25 15:44:45 2008 -0500
12529
12530 mpc83xx: system performance settings for MPC8349EMDS.
12531
12532 These same settings are used on MPC8349ITX, and
12533 improve performance on MPC8349EMDS.
12534
12535 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
12536 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12537
12538commit 49387dba910e485640b575e920ee463b7e611dc3
12539Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12540Date: Tue May 6 13:22:52 2008 +0900
12541
12542 [MIPS] cpu/mips/cache.S: Fix build warning
12543
12544 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
12545 warns illegal global symbol references by bal (and jal also) instruction.
12546 This does not happen with the latest binutils v2.18.
12547
12548 Here's an example on gth2_config:
12549
12550 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
12551 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
12552 c -EB -c -o cache.o cache.S
12553 cache.S: Assembler messages:
12554 cache.S:243: Warning: Pretending global symbol used as branch target is local.
12555 cache.S:250: Warning: Pretending global symbol used as branch target is local.
12556
12557 In principle, gas might be sensitive to global symbol references in PIC
12558 code because they should be processed through GOT (global offset table).
12559 But if `bal' instruction is used, it results in PC-based offset jump.
12560 This is the cause of this warning.
12561
12562 In practice, we know it doesn't matter whether PC-based reference or GOT-
12563 based. As for this case, both will work before/after relocation. But let's
12564 fix the code.
12565
12566 This patch explicitly sets up a target address, then jump there.
12567 Here's an example of disassembled code with/without this patch.
12568
12569 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
12570 9000066c: ac80fffc sw zero,-4(a0)
12571 90000670: 01402821 move a1,t2
12572 -90000674: 0411ffba bal 90000560 <mips_init_icache>
12573 -90000678: 01803021 move a2,t4
12574 -9000067c: 01602821 move a1,t3
12575 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
12576 -90000684: 01a03021 move a2,t5
12577 -90000688: 03000008 jr t8
12578 -9000068c: 00000000 nop
12579 +90000674: 01803021 move a2,t4
12580 +90000678: 8f8f83ec lw t7,-31764(gp)
12581 +9000067c: 01e0f809 jalr t7
12582 +90000680: 00000000 nop
12583 +90000684: 01602821 move a1,t3
12584 +90000688: 01a03021 move a2,t5
12585 +9000068c: 8f8f81e0 lw t7,-32288(gp)
12586 +90000690: 01e0f809 jalr t7
12587 +90000694: 00000000 nop
12588 +90000698: 03000008 jr t8
12589 +9000069c: 00000000 nop
12590
12591 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12592
12593commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
12594Author: Vlad Lungu <vlad.lungu@windriver.com>
12595Date: Mon May 5 14:04:00 2008 +0300
12596
12597 Allow building mips versions with ELDK 3.1.1
12598
12599 .gpword works only with local symbols on certain binutils versions
12600
12601 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
12602
12603commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
12604Author: Wolfgang Denk <wd@denx.de>
12605Date: Mon May 5 12:52:36 2008 +0200
12606
12607 MAKEALL: add inka4x0 board
12608
12609 Signed-off-by: Wolfgang Denk <wd@denx.de>
12610
12611commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
12612Author: Wolfgang Denk <wd@denx.de>
12613Date: Sun May 4 21:34:23 2008 +0200
12614
12615 kb9202 board: fix build problem.
12616
12617 Signed-off-by: Wolfgang Denk <wd@denx.de>
12618
12619commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
12620Author: Wolfgang Denk <wd@denx.de>
12621Date: Sun May 4 12:10:33 2008 +0200
12622
12623 Prepare for v1.3.3-rc3
12624
12625 Update ChNAGELOG, minor white space cleanup.
12626
12627 Signed-off-by: Wolfgang Denk <wd@denx.de>
12628
6adf61dc
WD
12629commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
12630Author: Wolfgang Denk <wd@denx.de>
12631Date: Sun May 4 00:35:15 2008 +0200
12632
12633 drivers/net/tsec.c: Fix typo.
12634
12635 Signed-off-by: Wolfgang Denk <wd@denx.de>
12636
12637commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
12638Author: Mike Frysinger <vapier@gentoo.org>
12639Date: Fri May 2 21:45:12 2008 -0400
12640
12641 version_autogenerated.h: use printf rather than echo -n
12642
12643 Some systems are dumb and do not implement the -n flag to echo (like OS X).
12644 Convert the Makefile to use printf as this should work everywhere.
12645
12646 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12647 Signed-off-by: Wolfgang Denk <wd@denx.de>
12648
12649commit 4acc2a108ad0a669165924704a6cb083f9138242
12650Author: Mike Frysinger <vapier@gentoo.org>
12651Date: Fri May 2 18:17:50 2008 -0400
12652
12653 fix building when saveenv is disabled in some setups
12654
12655 If you enable environment in the flash, but disable the embedded
12656 option, and you disable the saveenv command, then the #if nested
12657 logic will trigger a compile failure:
12658 env_flash.c: In function 'env_relocate_spec':
12659 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
12660 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
12661
12662 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12663
12664commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
12665Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
12666Date: Fri May 2 16:10:04 2008 -0400
12667
12668 SBC8548: fix address mask to allow 64M flash
12669
12670 Fix incorrect mask to enable all 64MB of onboard flash.
12671 Previously U-Boot incorrectly mapped only 8MB of flash, this
12672 patch correctly maps all the available flash.
12673
12674 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
12675
12676commit 3648085c464c8c22ef76fab006ca4344d3796124
12677Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12678Date: Fri May 2 19:48:56 2008 +0200
12679
12680 qemu_mips: add README
12681
12682 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12683
12684commit 6fdd002689190a0022c7b3dbab37fcba724580ce
12685Author: Marcel Ziswiler <marcel@ziswiler.com>
12686Date: Fri May 2 02:35:59 2008 +0200
12687
12688 Fix misspelled comment
12689
12690 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
12691
12692commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
12693Author: Mike Frysinger <vapier@gentoo.org>
12694Date: Thu May 1 04:13:05 2008 -0400
12695
12696 mkimage: make mmap() checks consistent
12697
12698 The mmap() related code is full of inconsistent casts/constants when
12699 it comes to error checking, and may break when building on some
12700 systems (like ones that do not implicitly define the caddr_t type).
12701 Let's just avoid the whole mess by writing the code nice and clean in
12702 the first place.
12703
12704 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12705
12706commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
12707Author: Marcel Ziswiler <marcel@ziswiler.com>
12708Date: Thu May 1 09:05:34 2008 +0200
12709
12710 Fix defined but not used build warning
12711
12712 - warning: 'srom' defined but not used
12713
12714 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
12715
12716commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
12717Author: Marcel Ziswiler <marcel@ziswiler.com>
12718Date: Thu May 1 09:05:26 2008 +0200
12719
12720 Fix implicit declaration build warnings
12721
12722 - warning: implicit declaration of function ‘serial_initialize’
12723
12724 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
12725
12726commit 9acde129cc3f9c1b3bc11a821480dd446774d618
12727Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12728Date: Tue Apr 29 19:18:32 2008 +0200
12729
12730 TSEC: add config options for VSC8601 RGMII PHY
12731
12732 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
12733 and Tx clock lines. They are configured using 2 bits in extended
12734 register 0x17.
12735 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
12736 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
12737
12738 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12739 Acked-by: Andy Fleming <afleming@freescale.com>
12740 Acked-by: Ben Warren <biggerbadderben@gmail.com>
12741 --
12742
12743 drivers/net/tsec.c | 6 ++++++
12744 drivers/net/tsec.h | 3 +++
12745 2 files changed, 9 insertions(+), 0 deletions(-)
12746
12747commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
12748Author: Wolfgang Denk <wd@denx.de>
12749Date: Sat May 3 23:07:15 2008 +0200
12750
12751 Revert "ColdFire: Get information from the correct GCC"
12752
12753 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
12754 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
12755
12756commit c4e5f52a58d278eebb87f476e353972c5dacea40
12757Author: Wolfgang Denk <wd@denx.de>
12758Date: Sat May 3 22:25:00 2008 +0200
12759
12760 config.mk: use correct (cross) compiler
12761
12762 Some config.mk files reference $(CC) to test for specific tool chain
12763 features, so make sure $(CC) gets set before including any such
12764 config files.
12765
12766 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
12767 the correct GCC").
12768
12769 Signed-off-by: Wolfgang Denk <wd@denx.de>
12770
12771commit 27c38689d0cfde0e444239345f97b5eecc9f4067
12772Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12773Date: Thu May 1 02:13:44 2008 +0200
12774
12775 pxa: fix previous definition on cpu init
12776
12777 start.S:183:1: warning: "ICMR" redefined
12778 In file included from start.S:33:
12779 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
12780 start.S:187:1: warning: "RCSR" redefined
12781 ...
12782
12783 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12784
12785commit 6d12e697de794d700767f22f950e3026ccf4daf6
12786Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12787Date: Thu May 1 02:13:43 2008 +0200
12788
12789 pxa: fix pcmcia operation on 'i' may be undefined
12790
12791 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12792 Signed-off-by: Wolfgang Denk <wd@denx.de>
12793
12794commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
12795Author: Kumar Gala <galak@kernel.crashing.org>
12796Date: Wed Apr 30 16:24:35 2008 -0500
12797
12798 MPC8610HPCD: Drop -O2 from the build flags
12799
12800 Make the flags use -Os like all other boards
12801
12802 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12803
12804commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
12805Author: Stefan Roese <sr@denx.de>
12806Date: Wed Apr 30 15:50:39 2008 +0200
12807
12808 RTC: Fix month offset by one problem in M41T62 RTC driver
12809
12810 This patch fixes a problem with the month being read and written
12811 incorrectly (offset by one). This only gets visible by also using
12812 the Linux driver (rtc-m41t80).
12813
12814 Tested on AMCC Canyonlands.
12815
12816 Signed-off-by: Stefan Roese <sr@denx.de>
12817
12818commit 141ba1cad8e6598a2466e7e2976c6a12285df619
12819Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12820Date: Sat May 3 13:51:44 2008 +0900
12821
12822 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
12823
12824 Current trick to pick up GNU assembler minor version uses a dot(.) as a
12825 delimiter, and take the second field to obtain minor version number. But
12826 as can be expected, this doesn't work with a version string which has
12827 dots more than needs.
12828
12829 Here's an example:
12830
12831 $ mips-linux-gnu-as --version | grep 'GNU assembler'
12832 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
12833 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
12834 2-129) 2
12835 $
12836
12837 This patch restricts the version format to 2.XX.XX... This will work
12838 in most cases.
12839
12840 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
12841 2.18.50.20080215
12842 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
12843 18
12844 $
12845
12846 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12847
12848commit ea638951acead7f1086c908c0b9f086beab82a22
12849Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12850Date: Sat May 3 13:51:28 2008 +0900
12851
12852 [MIPS] cpu/mips/cache.S: Add dcache_enable
12853
12854 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
12855 "allow ports to override bootelf behavior") requires ports to have this
12856 function.
12857
12858 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12859 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12860
12861commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
12862Author: Wolfgang Denk <wd@denx.de>
12863Date: Thu May 1 21:30:16 2008 +0200
12864
12865 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
12866
12867 Onenand needs a version of memcpy() which performs 16 bit accesses
12868 only; make sure the name does not conflict with the standard
12869 function.
12870
12871 Signed-off-by: Wolfgang Denk <wd@denx.de>
12872
12873commit 12bc4e94251c369c529ffa505cf58b148c372f7f
12874Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12875Date: Wed Apr 30 22:38:17 2008 +0200
12876
12877 cmd_nand: fix warning: str2long ncompatible pointer type
12878
12879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12880
12881commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
12882Author: Timur Tabi <timur@freescale.com>
12883Date: Fri Apr 4 11:16:11 2008 -0500
12884
12885 Fix calculation of I2C clock for some 86xx chips
12886
12887 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
12888 There is no pattern that can be used to determine which chips use which
12889 frequency, so the only way to determine is to look up the actual SOC
12890 designation and use the right value for that SOC.
12891
12892 Signed-off-by: Timur Tabi <timur@freescale.com>
12893
12894commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
12895Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12896Date: Wed Apr 30 12:11:19 2008 -0500
12897
12898 ColdFire: Fix ethernet hang issue for mcf547x_8x
12899
12900 The ethernet hang is caused by receiving buffer in DRAM is not
12901 yet ready due to access cycles require longer time in DRAM.
12902 Relocate DMA buffer descriptors from DRAM to internal SRAM.
12903
12904 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12905
12906commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
12907Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12908Date: Wed Apr 30 12:10:47 2008 -0500
12909
12910 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
12911
12912 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
12913 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12914
12915commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
12916Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12917Date: Wed Apr 30 12:10:23 2008 -0500
12918
12919 ColdFire: Get information from the correct GCC
12920
12921 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
12922 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12923
12924commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
12925Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
12926Date: Wed Apr 30 18:02:59 2008 +0200
12927
12928 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
12929
12930 Fix warnings
12931
12932 nv_nand.c: In function 'saveenv':
12933 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
12934 env_nand.c: In function 'env_relocate_spec':
12935 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
12936
12937 if compiled for davinci_schmoogie_config.
12938
12939 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
12940 Ack by: Sergey Kubushyn <ksi@koi8.net>
12941
12942commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
12943Author: Anatolij Gustschin <agust@denx.de>
12944Date: Wed Apr 30 13:34:40 2008 +0200
12945
12946 Fix warnings while compiling net/net.c for MPC8610HPCD board
12947
12948 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
12949 causing overriding default -Os option. New gcc (ver. 4.2.2)
12950 produces warnings while compiling net/net.c file with -O2
12951 option. The patch is an attempt to fix this.
12952
12953 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12954
12955commit 58b575e575c25fdf8c88141e145db201f3092149
12956Author: Sascha Laue <Sascha.Laue@gmx.biz>
12957Date: Wed Apr 30 15:23:38 2008 +0200
12958
12959 lwmon5: fix offset error in sysmon0 POST
12960
12961 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
12962 Signed-off-by: Wolfgang Denk <wd@denx.de>
12963
12964commit e7419b243a373de4ee042f7d4f45f66de787240d
12965Author: Sascha Laue <Sascha.Laue@gmx.biz>
12966Date: Wed Apr 30 15:16:35 2008 +0200
12967
12968 lwmon5: fix manual merge error in POST
12969
12970 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
12971
12972commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
12973Author: Wolfgang Denk <wd@denx.de>
12974Date: Wed Apr 30 17:46:26 2008 +0200
12975
12976 cmd_nand.c: fix another 'incompatible pointer type' warning.
12977
12978 Signed-off-by: Wolfgang Denk <wd@denx.de>
12979
12980commit de109d909707e2dfe806be5efc3cdb103b47c8ad
12981Author: Wolfgang Denk <wd@denx.de>
12982Date: Wed Apr 30 17:25:07 2008 +0200
12983
12984 Makefile: fix parallel builds
12985
12986 This problem shows up with parallel builds only; it results in
12987 somewhat cryptic error messages like
12988
12989 $ JOBS=-j6 MAKEALL netstar
12990 Configuring for netstar board...
12991 arm-linux-ld: cannot find -lgeneric
12992 make[1]: *** [eeprom.srec] Error 1
12993
12994 A few boards (like netstar and voiceblue) need some libraries for
12995 building; however, the board Makefile does not contain any such
12996 dependencies which may cause problems with parallel builds. Adding
12997 such dependencies is difficult as we would also have to provide build
12998 rules, which already exist in the respective library Makefiles.
12999
13000 To solve this, we make sure that all libraries get built before the
13001 board code.
13002
13003 Signed-off-by: Wolfgang Denk <wd@denx.de>
13004
13005commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
13006Author: Stefan Roese <sr@denx.de>
13007Date: Wed Apr 30 14:51:36 2008 +0200
13008
13009 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
13010
13011 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
13012 used for NAND booting to match the values needed for the new 512MB
13013 DIMM modules shipped with the productions boards:
13014
13015 Crucial: CT6464AC667.8FB
13016
13017 Signed-off-by: Stefan Roese <sr@denx.de>
13018
13019commit ea9202a659dc75996facf1475f1866a19a9d3129
13020Author: Stefan Roese <sr@denx.de>
13021Date: Wed Apr 30 10:49:43 2008 +0200
13022
13023 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
13024
13025 This patch fixes a problem with DIMMs that have 8 banks. Now the
13026 MCIF0_MBxCF register will be setup correctly for this setup too.
13027
13028 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
13029
13030 Signed-off-by: Stefan Roese <sr@denx.de>
13031
13032commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
13033Author: Wolfgang Denk <wd@denx.de>
13034Date: Tue Apr 29 23:41:06 2008 +0200
13035
13036 Prepare v1.3.3-rc2, again.
13037
13038 Signed-off-by: Wolfgang Denk <wd@denx.de>
13039
76617299
WD
13040commit b7fcc4c13993782342cf5cd20d237a6281648a0b
13041Author: Wolfgang Denk <wd@denx.de>
13042Date: Tue Apr 29 23:35:24 2008 +0200
13043
13044 Prepare v1.3.3-rc2
13045
13046 Signed-off-by: Wolfgang Denk <wd@denx.de>
13047
b7fcc4c1
WD
13048commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
13049Author: Wolfgang Denk <wd@denx.de>
13050Date: Tue Apr 29 23:32:20 2008 +0200
13051
13052 common/env_nand.c: fix one more incompatible pointer type issue
13053
13054 Signed-off-by: Wolfgang Denk <wd@denx.de>
13055
13056commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
13057Author: Wolfgang Denk <wd@denx.de>
13058Date: Tue Apr 29 21:33:08 2008 +0200
13059
13060 post/board/lwmon5/sysmon.c: fix manual merge error.
13061
13062 Signed-off-by: Wolfgang Denk <wd@denx.de>
13063
13064commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
13065Author: Kumar Gala <galak@kernel.crashing.org>
13066Date: Tue Apr 29 12:54:59 2008 -0500
13067
13068 85xx: Add -mno-spe to e500/85xx builds
13069
13070 Newer gcc's might be configured to enable autovectorization by default.
13071 If we happen to build with one of those compilers we will get SPE
13072 instructions in random code.
13073
13074 -mno-spe disables the compiler for automatically generating SPE
13075 instructions without our knowledge.
13076
13077 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13078
13079commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
13080Author: Kumar Gala <galak@kernel.crashing.org>
13081Date: Tue Apr 29 10:18:34 2008 -0500
13082
13083 Update .gitignore for zlib.h
13084
13085 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13086
13087commit 45239cf4152109caa925145ccd433529902df887
13088Author: Kumar Gala <galak@kernel.crashing.org>
13089Date: Tue Apr 29 10:27:08 2008 -0500
13090
13091 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
13092
13093 All the 85xx and 86xx UM describe the register as timing_cfg_3
13094 not as ext_refrec.
13095
13096 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13097
13098commit ef7d30b14394e4c4a153118f5845760cadada02a
13099Author: Kumar Gala <galak@kernel.crashing.org>
13100Date: Tue Apr 29 10:28:34 2008 -0500
13101
13102 85xx/86xx: Rename DDR init address and init extended address register
13103
13104 Rename init_addr and init_ext_addr to match the docs between
13105 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
13106
13107 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13108
13109commit cf6cc014270549684873a5972d2595052c468cb6
13110Author: Kumar Gala <galak@kernel.crashing.org>
13111Date: Mon Apr 28 02:24:04 2008 -0500
13112
13113 85xx: Additional fixes and cleanup of MP code
13114
13115 * adjust __spin_table alignment to match ePAPR v0.94 spec
13116 * loop over all cpus when determing who is up. This fixes an issue if
13117 the "boot cpu" isn't core0. The "boot cpu" will already be in the
13118 cpu_up_mask so there is no harm
13119 * Added some protection in the code to ensure proper behavior. These
13120 changes are explicitly needed but don't hurt:
13121 - Added eieio to ensure the "hot word" of the table is written after
13122 all other table updates have occurred.
13123 - Added isync to ensure we don't prefetch loading of table entries
13124 until we a released
13125
13126 These issues we raised by Dave Liu.
13127
13128 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13129
13130commit b2d527a8b9fb50afccbaf79b5540952585cdc760
13131Author: Yuri Tikhonov <yur@emcraft.com>
13132Date: Tue Apr 29 15:06:41 2008 +0200
13133
13134 lwmon5: minor clean-up to include/configs/lwmon5.h
13135
13136 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
13137 the CFG_DSPIC_TEST_ADDR definition more readable.
13138
13139 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13140
13141commit f4c4d21a885ccc222fd0acdf653b683249e85117
13142Author: Stefan Roese <sr@denx.de>
13143Date: Tue Apr 29 16:08:05 2008 +0200
13144
13145 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
13146
13147 Signed-off-by: Stefan Roese <sr@denx.de>
13148
13149commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
13150Author: Yuri Tikhonov <yur@emcraft.com>
13151Date: Tue Apr 29 13:32:45 2008 +0200
13152
13153 ppc flush_cache: add watch-dog triggering into the loops.
13154
13155 Some boards (e.g. lwmon5) need rather a frequent watch-dog
13156 kicking. Since the time it takes for the flush_cache() function
13157 to complete its job depends on the size of data being flushed, one
13158 may encounter watch-dog resets on such boards when, for example,
13159 download big files over ethernet.
13160
13161 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13162
13163commit cab99d6f3281ab6784feccf98b9b425daa58418a
13164Author: Stefan Roese <sr@denx.de>
13165Date: Tue Apr 29 14:44:54 2008 +0200
13166
13167 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
13168
13169 Signed-off-by: Stefan Roese <sr@denx.de>
13170
13171commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
13172Author: Stefan Roese <sr@denx.de>
13173Date: Tue Apr 29 14:12:07 2008 +0200
13174
13175 ppc4xx: Fix Katmai CFG_MONITOR_LEN
13176
13177 Signed-off-by: Stefan Roese <sr@denx.de>
13178
13179commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
13180Author: Stefan Roese <sr@denx.de>
13181Date: Tue Apr 29 13:57:07 2008 +0200
13182
13183 ppc4xx: Complete remove bogus dflush()
13184
13185 Since the current dflush() implementation is know to have some problems
13186 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
13187 it by using clean_dcache_range().
13188
13189 Tested on Katmai with ECC DIMM.
13190
13191 Signed-off-by: Stefan Roese <sr@denx.de>
13192
13193commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
13194Author: Stefan Roese <sr@denx.de>
13195Date: Tue Apr 29 13:36:51 2008 +0200
13196
13197 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
13198
13199 As it seems the "old" ECC initialization routine by using dflush() didn't
13200 write all lines in the dcache back to memory on lwmon5. This could lead
13201 to ECC error upon Linux booting. This patch changes the program_ecc()
13202 routine to now use clean_dcache_range() instead of dflush().
13203 clean_dcache_range() uses dcbst which is exactly what we want in this
13204 case.
13205
13206 Since dflush() is known is cause problems, this routine will be
13207 removed completely and replaced by clean_dcache_range() with an
13208 additional patch.
13209
13210 Signed-off-by: Stefan Roese <sr@denx.de>
13211
13212commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
13213Author: Yuri Tikhonov <yur@emcraft.com>
13214Date: Mon Apr 28 18:19:34 2008 +0200
13215
13216 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
13217
13218 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13219
13220commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
13221Author: Markus Brunner <super.firetwister@googlemail.com>
13222Date: Mon Apr 28 08:47:47 2008 +0200
13223
13224 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
13225
13226 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
13227 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
13228 doesn't exist.
13229
13230 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
13231
76617299
WD
13232commit 2ef7503a593c77a80c2a054011970227c4b62774
13233Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13234Date: Thu Apr 24 07:57:17 2008 +0200
13235
13236 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
13237
13238 Move non-inlied functions into specific drivers file
13239 Set get_prom as weak
13240
13241 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13242 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
13243 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13244
13245commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
13246Author: Guennadi Liakhovetski <lg@denx.de>
13247Date: Thu Apr 3 17:04:19 2008 +0200
13248
13249 net: make ARP timeout configurable
13250
13251 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
13252 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
13253 to the boards get lost, which typically are ARP replies. By configuring
13254 the timeout to a lower value we significantly improve the first network
13255 transfer time on this board. The timeout is specified in milliseconds,
13256 later internally it is converted to deciseconds, because it has to be
13257 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
13258 different boards.
13259
13260 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13261 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13262
13263commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
13264Author: Guennadi Liakhovetski <lg@denx.de>
13265Date: Thu Apr 3 13:36:18 2008 +0200
13266
13267 minor cs8900 driver clean up
13268
13269 Remove a redundant register definition, clean up some coding style
13270 violations.
13271
13272 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13273 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13274
b7fcc4c1
WD
13275commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
13276Author: Wolfgang Denk <wd@denx.de>
13277Date: Mon Apr 28 22:01:04 2008 +0200
13278
13279 jffs2_1pass.c: fix incompatible pointer type warning
13280
13281 Signed-off-by: Wolfgang Denk <wd@denx.de>
13282
13283commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
13284Author: Sascha Laue <Sascha.Laue@gmx.biz>
13285Date: Tue Apr 1 10:10:18 2008 +0200
13286
13287 lwmon5: update dsPIC POST spezification
13288
13289 The specification for the lwmon5 board dsPIC POST got changed.
13290 Also add defines for the temperatures and voltages.
13291
13292 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
13293
13294commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
13295Author: Sascha Laue <Sascha.Laue@gmx.biz>
13296Date: Tue Apr 1 15:13:03 2008 +0200
13297
13298 Fix watchdog POST for lwmon5
13299
13300 If the hardware watchdog detects a voltage error, the watchdog sets
13301 GPIO62 to low. The watchdog POST has to detect this low level.
13302
13303 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
13304 Signed-off-by: Wolfgang Denk <wd@denx.de>
13305
13306commit dd5748bcd669f46aeb6686c1b341323843738ccc
13307Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13308Date: Mon Apr 28 14:37:14 2008 +0200
13309
13310 rtl8169: fix compiler warnings
13311
13312 Fix multiple compiler warnings related to argument type mismatch.
13313
13314 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13315
13316commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
13317Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13318Date: Mon Apr 28 14:36:06 2008 +0200
13319
13320 IDE: fix compiler warnings
13321
13322 The IDE driver can use 32-bit addresses in LBA mode, in which case it
13323 spits multiple warnings during compilation. Fix them.
13324
13325 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13326
13327commit db9084de28c46ac81c8f681722cb0d7411be4d7f
13328Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13329Date: Mon Apr 28 14:35:57 2008 +0200
13330
13331 LinkStation: fix compiler warning, add a maintainer
13332
13333 out_8 wants a pointer to an unsigned as the first argument. Add a
13334 maintainer for Linkstation boards.
13335
13336 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
13337
13338commit c71abba3cb67b063f789f17abf6c7447727c0cd5
13339Author: Wolfgang Denk <wd@denx.de>
13340Date: Mon Apr 28 14:55:12 2008 +0200
13341
13342 cmd_nand.c: fix "differ in signedness" problem
13343
13344 Signed-off-by: Wolfgang Denk <wd@denx.de>
13345
13346commit f2c288a35341ad02ac03b1563d786763c9c8f159
13347Author: Wolfgang Denk <wd@denx.de>
13348Date: Mon Apr 28 12:48:47 2008 +0200
13349
13350 pcnet.c: fix a merge issue
13351
13352 Signed-off-by: Wolfgang Denk <wd@denx.de>
13353
13354commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
13355Author: Wolfgang Denk <wd@denx.de>
13356Date: Mon Apr 28 12:08:18 2008 +0200
13357
13358 NAND: fix some strict-aliasing compiler warnings
13359
13360 Signed-off-by: Wolfgang Denk <wd@denx.de>
13361
13362commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
13363Author: Stefan Roese <sr@denx.de>
13364Date: Mon Apr 28 11:37:14 2008 +0200
13365
13366 ppc4xx: Fix compile warning of hcu4 board
13367
13368 Signed-off-by: Stefan Roese <sr@denx.de>
13369
13370commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
13371Author: Wolfgang Denk <wd@denx.de>
13372Date: Mon Apr 28 11:31:23 2008 +0200
13373
13374 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
13375
13376 Signed-off-by: Wolfgang Denk <wd@denx.de>
13377
13378commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
13379Author: Guennadi Liakhovetski <lg@denx.de>
13380Date: Mon Apr 28 00:25:32 2008 +0200
13381
13382 mx31ads: fix loadaddr environment variable define
13383
13384 Arithmetic expressions do not get evaluated under stringification. Remove
13385 default network configuration, add DHCP command support. Thanks to Felix
13386 Radensky for reporting.
13387
13388 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13389
13390commit 144eec777ac07bcb12bd38245a5a289f694a7f98
13391Author: Wolfgang Denk <wd@denx.de>
13392Date: Mon Apr 28 10:55:24 2008 +0200
13393
13394 katmai: fix section overlap problem
13395
13396 Since we didn't want to remove features from the configuration, we
13397 decided to increase the U-Boot image size (add one flash sector).
13398
13399 Also changed the default environment definition to make it
13400 independent of such changes.
13401
13402 Signed-off-by: Wolfgang Denk <wd@denx.de>
13403 Acked-by: Stefan Roese <sr@denx.de>
13404
13405commit 941d696d25624e3cc65ebf924199541acf52d74e
13406Author: Wolfgang Denk <wd@denx.de>
13407Date: Mon Apr 28 10:55:24 2008 +0200
13408
13409 katmai: fix section overlap problem
13410
13411 Since we didn't want to remove features from the configuration, we
13412 decided to increase the U-Boot image size (add one flash sector).
13413
13414 Also changed the default environment definition to make it
13415 independent of such changes.
13416
13417 Signed-off-by: Wolfgang Denk <wd@denx.de>
13418 Acked-by: Stefan Roese <sr@denx.de>
13419
13420commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
13421Author: Kumar Gala <galak@kernel.crashing.org>
13422Date: Sat Apr 26 11:44:44 2008 -0500
13423
13424 post: Fix building with O=
13425
13426 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13427
13428commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
13429Author: Wolfgang Denk <wd@denx.de>
13430Date: Sat Apr 26 01:55:00 2008 +0200
13431
13432 Prepare v1.3.3-rc1
13433
13434 Signed-off-by: Wolfgang Denk <wd@denx.de>
13435
fd7531c1
WD
13436commit 19cf2ec90d8ce52da60c1693693c4048cb810967
13437Author: Wolfgang Denk <wd@denx.de>
13438Date: Sat Apr 26 01:25:39 2008 +0200
13439
13440 post/Makefile: make sure to use the correct flags
13441
13442 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
13443 messages to be printed.
13444
13445 Signed-off-by: Wolfgang Denk <wd@denx.de>
13446
13447commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
13448Author: Wolfgang Denk <wd@denx.de>
13449Date: Sat Apr 26 00:34:42 2008 +0200
13450
13451 Coding Style cleanup, update CHANGELOG
13452
13453 Signed-off-by: Wolfgang Denk <wd@denx.de>
13454
7ed40117
WD
13455commit f9204e15173834ff8d123e36279ce49c3c6c74fc
13456Author: Magnus Lilja <lilja.magnus@gmail.com>
13457Date: Sun Apr 20 10:38:12 2008 +0200
13458
13459 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
13460
13461 This patch enables SPI and MC13783/RTC support for the Litekit board.
13462
13463 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13464
13465commit f97abbfb47d9e407354e157cae3f6369e460cd37
13466Author: Ed Swarthout <Ed.Swarthout@freescale.com>
13467Date: Fri Apr 25 01:08:32 2008 -0500
13468
13469 MPC8544DS: decode pcie3 end-point configuration correctly.
13470
13471 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13473
13474commit 292188e15523c165c4269403fdcd33c26d89176e
13475Author: Roy Zang <tie-fei.zang@freescale.com>
13476Date: Fri Apr 25 00:55:09 2008 -0500
13477
13478 MPC8544DS: Removes the unknown flash message information
13479
13480 This patch removes the unknown flash message information:
13481 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
13482 This unknown flash message is caused by PromJet.
13483 Some of the board user is unhappy with this information.
13484
13485 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
13486 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13487
13488commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
13489Author: Kim Phillips <kim.phillips@freescale.com>
13490Date: Thu Apr 24 14:07:38 2008 -0500
13491
13492 mpc83xx: bump loadaddr over fdtaddr to 0x500000
13493
13494 this seems as a good compromise between human memory, typing,
13495 and last but not least, to accommodate for current and future kernel bloat.
13496
13497 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13498 Acked-by: Dave Liu <daveliu@freescale.com>
13499
13500commit be5a7190265a34d968578ff266549c60f6f57654
13501Author: Dave Liu <r63238@freescale.com>
13502Date: Tue Apr 15 13:12:23 2008 +0800
13503
13504 mpc83xx: clean up the readme for 83xx boards
13505
13506 1. correct the typo
13507 2. correct the memory map for 837xerdb board
13508
13509 Signed-off-by: Dave Liu <daveliu@freescale.com>
13510
13511commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
13512Author: Dave Liu <r63238@freescale.com>
13513Date: Tue Apr 15 13:11:11 2008 +0800
13514
13515 mpc83xx: remove the unused CPM's stuff
13516
13517 The MPC83xx family never have CPM block, so remove it from 83xx.
13518
13519 Signed-off-by: Dave Liu <daveliu@freescale.com>
13520
13521commit c63ad6325a8ac0097a54b418a3288926b0484b18
13522Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13523Date: Fri Apr 18 16:29:40 2008 +0200
13524
13525 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
13526
13527 This patch adds a configurable flash auto protection list that can be used
13528 to make U-Boot protect flash regions in flash_init().
13529
13530 The idea has been discussed on the u-boot mailing list starting
13531 on Nov 18th, 2007.
13532
13533 Even this patch brings a new feature it is used as a bugfix for 4xx
13534 platforms where flash_init() does not completely protect the
13535 monitor's flash range in all situations.
13536
13537 U-Boot protects the flash range from CFG_MONITOR_BASE to
13538 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
13539 include the reset vector at 0xfffffffc.
13540
13541 Example:
13542 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
13543
13544 This config option will auto protect the last 512k of flash that
13545 contains the bootloader on board like APC405 and PMC405.
13546
13547 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13548
13549commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
13550Author: Stefan Roese <sr@denx.de>
13551Date: Fri Apr 25 13:59:03 2008 +0200
13552
13553 ppc4xx: Remove double defines in lwmon5.h
13554
13555 introduced with latest lwmon5/POST merge
13556
13557 Signed-off-by: Stefan Roese <sr@denx.de>
13558
13559commit 7590378fb9c686709492ceb142825cd058255956
13560Author: Bartlomiej Sieka <tur@semihalf.com>
13561Date: Fri Apr 25 13:54:02 2008 +0200
13562
13563 Use watchdog-aware functions when calculating hashes of images - take two
13564
13565 Some files didn't get updated properly with the "Use watchdog-aware
13566 functions when calculating hashes of images" commit, this commit
13567 fixes this.
13568
13569 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13570 Signed-off-by: Wolfgang Denk <wd@denx.de>
13571
13572commit 8e048c438e20ec89b49da5f085f8f756eba6e587
13573Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13574Date: Fri Apr 25 12:01:39 2008 +0200
13575
13576 ppc4xx: Add bootcount limit handling for APC405 boards
13577
13578 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13579
13580commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
13581Author: Bartlomiej Sieka <tur@semihalf.com>
13582Date: Fri Apr 25 12:10:09 2008 +0200
13583
13584 Use watchdog-aware functions when calculating hashes of images
13585
13586 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13587
13588commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
13589Author: Wolfgang Denk <wd@denx.de>
13590Date: Fri Apr 25 12:44:08 2008 +0200
13591
13592 USB: fix more GCC 4.2.x aliasing warnings
13593
13594 Signed-off-by: Wolfgang Denk <wd@denx.de>
13595 Acked-by: Markus Klotzbuecher <mk@denx.de>
13596
13597commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
13598Author: Wolfgang Denk <wd@denx.de>
13599Date: Fri Apr 25 12:41:53 2008 +0200
13600
13601 lib_generic/crc32.c: add missing #include <watchdog.h>
13602
13603 Signed-off-by: Wolfgang Denk <wd@denx.de>
13604
13605commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
13606Author: Wolfgang Denk <wd@denx.de>
13607Date: Fri Apr 25 11:52:21 2008 +0200
13608
13609 lib_generic/crc32.c: fix compile problem
13610
13611 Signed-off-by: Wolfgang Denk <wd@denx.de>
13612
13613commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
13614Author: Stefan Roese <sr@denx.de>
13615Date: Tue Apr 22 12:20:32 2008 +0200
13616
13617 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
13618
13619 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
13620 environment variable will now get passed to the Linux kernel by setting
13621 the device_type property of the PCIe device tree node. For normal root-
13622 complex configuration it will keep its defaults value of "pci" and for
13623 endpoint configuration it will get changed to "pci-endpoint".
13624
13625 Signed-off-by: Stefan Roese <sr@denx.de>
13626
13627commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
13628Author: Yuri Tikhonov <yur@emcraft.com>
13629Date: Thu Apr 24 10:30:53 2008 +0200
13630
13631 lwmon5: watchdog POST fix
13632
13633 Use the GPT0_MASKx registers as the temporary storage for watch-dog
13634 timer POST test instead of GPT0_COMPx. The latter
13635 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
13636
13637 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
13638 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13639
13640commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
13641Author: Kim Phillips <kim.phillips@freescale.com>
13642Date: Mon Apr 21 18:10:14 2008 -0500
13643
13644 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
13645
13646 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
13647 proven problematic getting right from the start at least on 83xx and
13648 4xx.
13649
13650 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13651
13652commit a99715b8ebfc500f3f40e01b36b64d473938443d
13653Author: Detlev Zundel <dzu@denx.de>
13654Date: Fri Apr 18 14:50:01 2008 +0200
13655
13656 Realining some header definitions.
13657
13658 Signed-off-by: Detlev Zundel <dzu@denx.de>
13659
13660commit 4acbc6c7f993cae409c424615415a3e76820f13d
13661Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13662Date: Thu Apr 24 07:57:16 2008 +0200
13663
13664 NE2000: coding style cleanup
13665
13666 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13667
13668commit b4aff1ffaf7120032c653357c007faa14f74d29d
13669Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13670Date: Wed Apr 23 00:11:47 2008 +0900
13671
13672 qemu-mips.h: Add CFI support
13673
13674 CONFIG_ENV_OVERWRITE is also added.
13675
13676 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
13677
13678 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13679 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13680
13681commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
13682Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13683Date: Tue Apr 22 22:47:27 2008 +0900
13684
13685 doc/README.mips: Add MIPS notes
13686
13687 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13688
13689commit 215b01bba8bc662d35f72b084700b192d367dfb4
13690Author: Bartlomiej Sieka <tur@semihalf.com>
13691Date: Tue Apr 22 12:27:56 2008 +0200
13692
13693 Add support for calculating hashes with watchdog triggering
13694
13695 Implement watchodg-aware variants of hash calculation functions:
13696 - crc32_wd()
13697 - md5_wd()
13698 - sha1_csum_wd()
13699 The above functions calculate the hash of the input buffer in chunks,
13700 triggering the watchdog after processing each chunk. The chunk size
13701 is given as a function call parameter.
13702
13703 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13704
13705commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
13706Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13707Date: Wed Apr 23 11:02:12 2008 +0900
13708
13709 qemu-mips: Cleanup whitespace, indentation, etc.
13710
13711 No functional change.
13712
13713 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
13714 Then I re-created from scratch, and changed more lines than the original.
13715
13716 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13717 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13718
13719commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
13720Author: Vlad Lungu <vlad@comsys.ro>
13721Date: Wed Oct 10 23:02:09 2007 +0300
13722
13723 Fixed pcnet io_base
13724
13725 Bus and phys address are not always the same
13726
13727 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
13728
13729commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
13730Author: Wolfgang Denk <wd@denx.de>
13731Date: Thu Apr 24 23:44:26 2008 +0200
13732
13733 drivers/net/pcnet.c: Coding Style cleanup.
13734
13735 Signed-off-by: Wolfgang Denk <wd@denx.de>
13736
13737commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
13738Author: Vlad Lungu <vlad@comsys.ro>
13739Date: Wed Oct 10 23:04:23 2007 +0300
13740
13741 Added Am79C970A chip id to pcnet
13742
13743 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
13744
13745commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
13746Author: Magnus Lilja <lilja.magnus@gmail.com>
13747Date: Sun Apr 20 10:35:03 2008 +0200
13748
13749 i.MX31: Fix architecture numbers for ADS and Litekit boards
13750
13751 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
13752
13753 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13754
13755commit e7ae84d6c7288790e88639f57cb60daf89c11369
13756Author: Magnus Lilja <lilja.magnus@gmail.com>
13757Date: Sun Apr 20 10:36:36 2008 +0200
13758
13759 i.MX31: Use symbolic names for Litekit membases.
13760
13761 Use symbolic names instead of hard coded addresses for Litekit membases.
13762
13763 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13764
13765commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
13766Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13767Date: Sat Apr 19 17:59:20 2008 +0200
13768
13769 Fix show_boot_progress prototype
13770
13771 in commit fad634071 "make show_boot_progress () weak."
13772 show_boot_progress is supposed to be declared as weak but declared as
13773 inline instead.
13774
13775 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13776
13777commit edbed247a14d70b94958010f736621212285de91
13778Author: Bartlomiej Sieka <tur@semihalf.com>
13779Date: Fri Apr 18 12:39:23 2008 +0200
13780
13781 Memory footprint optimizations
13782
13783 As suggested by Wolfgang Denk:
13784 - image printing functions:
13785 - remove wrappers
13786 - remove indentation prefix from functions' signatures
13787 - merge getenv_verify and getenv_autostart into one parametrized function
13788
13789 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13790
13791commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
13792Author: Guennadi Liakhovetski <lg@denx.de>
13793Date: Tue Apr 15 13:33:11 2008 +0200
13794
13795 MX31ADS environment variable update, spi and rtc support
13796
13797 Update MX31ADS default environment to better match the flash layout and
13798 the memory map, support SPI and RTC.
13799
13800 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13801
13802commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
13803Author: Kumar Gala <galak@kernel.crashing.org>
13804Date: Mon Apr 21 09:28:36 2008 -0500
13805
13806 85xx: Round up frequency calculations to get reasonable output
13807
13808 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
13809
13810 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
13811
13812 Signed-off-by: Dejan Minic <minic@freescale.com>
13813 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
13814 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13815 Acked-by: Andy Fleming <afleming@freescale.com>
13816
13817commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
13818Author: Kumar Gala <galak@kernel.crashing.org>
13819Date: Wed Apr 23 16:58:04 2008 -0500
13820
13821 fsl_pci: Only modify registers if we have them
13822
13823 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
13824
13825 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13826
13827commit 83fe32334337def160b302aa9d152d808bfcc68e
13828Author: Markus Klotzbücher <mk@denx.de>
13829Date: Wed Apr 23 10:57:33 2008 +0200
13830
13831 USB: remove a cpu bug workaround for an unsupported architecture.
13832
13833 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
13834
13835commit f957576cb53e6cfab412709cfc8db1afd39d21c3
13836Author: Markus Klotzbücher <mk@denx.de>
13837Date: Wed Apr 23 10:53:23 2008 +0200
13838
13839 USB: fix those pesky aliasing warnings issued by gcc-4.2
13840
13841 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
13842 Signed-off-by: Detlev Zundel <dzu@denx.de>
13843
13844commit 89cdab788f3716b335fefb60b836ebcf975aceab
13845Author: Mike Frysinger <vapier@gentoo.org>
13846Date: Mon Mar 31 11:02:01 2008 -0400
13847
13848 crc32: use uint32_t rather than unsigned long
13849
13850 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
13851 this is done with the build toolchain instead of the target tool
13852 chain, so if the build is a 64bit system but the target is 32bits,
13853 the size will obviously be wrong. This converts all unsigned long
13854 stuff related to crc32 to uint32_t types. Compile tested only: output
13855 of ./tools/envcrc when run on a 32bit build system matches that of a
13856 64bit build system.
13857
13858 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13859 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13860
13861commit 80c40b765b3642ddb9f3392b7898715aab44a29c
13862Author: Dirk Behme <dirk.behme@googlemail.com>
13863Date: Wed Mar 26 09:53:29 2008 +0100
13864
13865 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
13866
13867 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
13868
13869 Changes:
13870
13871 - Remove *_masked() functions as noted by Wolfgang
13872
13873 - Adapt register naming to recent TI spec (sprue26, March 2007)
13874
13875 - Fix reset_timer() handling
13876
13877 - 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.
13878
13879 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
13880
13881 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
13882
13883 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
13884
13885 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
13886
13887 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
13888 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
13889
13890commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
13891Author: Sergei Poselenov <sposelenov@emcraft.com>
13892Date: Wed Apr 9 16:09:41 2008 +0200
13893
13894 Added watchdog triggering calls in the "mtest" test function.
13895
13896 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
13897
13898commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
13899Author: Yuri Tikhonov <yur@emcraft.com>
13900Date: Sun Apr 6 19:19:14 2008 +0200
13901
13902 lwmon5 watchdog: limit trigger rate
13903
13904 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
13905 the CONFIG_WD_MAX_RATE value.
13906
13907 Note that an earlier version of this patch which used microseconds
13908 instead of ticks dis not work. The problem was that we used
13909 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
13910 get_tbclk(), which in turn calls get_sys_info(). It turns out that
13911 this function does a lot of prolonged operations (like divisions)
13912 which take too much time so we do not trigger the watchdog in time,
13913 and it resets the system.
13914
13915 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13916
13917commit 2d2b994a30bb100774dc747ae9865b7f95285a88
13918Author: Yuri Tikhonov <yur@emcraft.com>
13919Date: Mon Mar 31 10:51:37 2008 +0200
13920
13921 POST: move CONFIG_POST to Makefiles
13922
13923 Introduce the new logical option CONFIG_HAS_POST which is set when the
13924 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
13925 to determine should the POST libs be compiled for the selected target
13926 platform, or not.
13927
13928 To avoid breaking u-boot linking process, the empty post/libpost.a file is
13929 created for platforms which do not have POSTs.
13930
13931 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13932 Signed-off-by: Wolfgang Denk <wd@denx.de>
13933
13934commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
13935Author: Yuri Tikhonov <yur@emcraft.com>
13936Date: Mon Mar 31 10:49:34 2008 +0200
13937
13938 POST: preparations for moving CONFIG_POST to Makefiles
13939
13940 Remove CONFIG_POST ifdefs from the post/ source files.
13941
13942 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13943 Signed-off-by: Wolfgang Denk <wd@denx.de>
13944
13945commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
13946Author: Stefan Roese <sr@denx.de>
13947Date: Tue Apr 22 14:14:20 2008 +0200
13948
13949 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
13950
13951 This patch fixes the Canyonlands and Glacier default environment to better
13952 fit to the arch/powerpc device-tree kernels. The variables dealing with
13953 arch/ppc booting are removed, since these boards are supported only in
13954 arch/powerpc. Glacier uses the same config file as Canyonlands.
13955
13956 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
13957
13958 Signed-off-by: Stefan Roese <sr@denx.de>
13959
13960commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
13961Author: Stefan Roese <sr@denx.de>
13962Date: Tue Apr 22 14:06:42 2008 +0200
13963
13964 ppc4xx: Small coding style cleanup for the latest esd patches
13965
13966 Signed-off-by: Stefan Roese <sr@denx.de>
13967
13968commit 79941d63bc03aed8c48d7602f18217cc200ee931
13969Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13970Date: Mon Apr 21 18:01:07 2008 +0200
13971
13972 ppc4xx: Update CPU strapping for PMC440 boards
13973
13974 This patch removes the temporary 'test' strapping option
13975 of the sbe command. The '667' strapping option now uses
13976 a PLB/PCI divider of 3.
13977
13978 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13979
13980commit f00cf3193a6635355b121e90debb2f54e777e7da
13981Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13982Date: Mon Apr 21 14:42:21 2008 +0200
13983
13984 ppc4xx: Remove unused APC405 strataflash driver
13985
13986 The APC405 board support has been migrated to use the common
13987 CFI flash driver.
13988
13989 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13990
13991commit 1c686676a86473bbd92151f0544e109413f6ed06
13992Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13993Date: Mon Apr 21 14:42:17 2008 +0200
13994
13995 ppc4xx: Update APC405 configuration
13996
13997 - enable esd's auto_update mechanism
13998 - support alternative flash layout on rev. 1.8 boards
13999 - update default environment
14000 - use common CFI flash driver
14001 - coding style cleanup
14002
14003 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14004
14005commit 0b9872515a521bf7866dc24b85ddce708e60d702
14006Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14007Date: Mon Apr 21 14:42:11 2008 +0200
14008
14009 ppc4xx: Update APC405 board support
14010
14011 - enable esd's auto_update mechanism
14012 - fix LCD support on latest hardware revision (uses other LCD controller)
14013 - support alternative flash layout on rev. 1.8 boards
14014 - coding style cleanup
14015
14016 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14017
14018commit 83975d02e225e231960784972e7820a8b303756b
14019Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14020Date: Mon Apr 21 14:42:06 2008 +0200
14021
14022 ppc4xx: update esd's common auto_update code for 405 boards
14023
14024 - Coding style cleanup (long lines)
14025 - improve handling of protected flash regions
14026 - remove dead code
14027
14028 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14029
14030commit b9233fe5d59cb25d975071616bd1035d6f4c2285
14031Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14032Date: Mon Apr 21 14:41:59 2008 +0200
14033
14034 ppc4xx: Update esd's common LCD code for 405 boards
14035
14036 - Coding style cleanup (long lines)
14037 - Add s1d13505 support
14038 - Make some functions return a result code instead of void
14039
14040 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14041
14042commit dea68189424c3f1242427a8146a3861bf093173c
14043Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14044Date: Mon Apr 21 11:36:55 2008 +0200
14045
14046 ppc4xx: Update FPGA image for APC405 boards
14047
14048 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14049
14050commit 2a05b152924acfcec3b037693329e517e6d3578f
14051Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14052Date: Mon Apr 21 11:36:08 2008 +0200
14053
14054 ppc4xx: Update bootlogo for APC405 boards
14055
14056 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14057
14058commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
14059Author: Stefan Roese <sr@denx.de>
14060Date: Fri Apr 18 16:41:31 2008 +0200
14061
14062 ppc4xx: Add dcache_enable() for 440
14063
14064 dcache_enable() was missing for 440 and the patch
14065 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
14066 "] behavior uses this function.
14067
14068 Note: Currently the cache handling functions like
14069 d/icache_disable/enable() are NOP's on 440. This may be changed in the
14070 future.
14071
14072 Signed-off-by: Stefan Roese <sr@denx.de>
14073
14074commit a49e0d177a0749614b316ec847fb623f09c82c07
14075Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14076Date: Mon Apr 21 11:19:04 2008 +0200
14077
14078 video: Add missing free for logo memory
14079
14080 This patch adds two missing free()s.
14081
14082 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14083
14084commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
14085Author: Troy Kisky <troy.kisky@boundarydevices.com>
14086Date: Mon Sep 24 16:41:43 2007 -0700
14087
14088 PATCH - Fix oob data copied into supplied buffer
14089
14090 This patch correctly sets the oobavail variable
14091 and fixes a bug where the oob data was not valid when
14092 there where multiple groups in oobfree.
14093
14094 First segment fixes a typo
14095 Second segment fixes a bug where oob data may be copied incorrectly.
14096 Third segment adds an error message when exiting due to write protect.
14097 Forth segment fixes a bug where oobavail may be set incorrectly.
14098
14099 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
14100
14101commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
14102Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14103Date: Fri Apr 18 17:24:32 2008 +0200
14104
14105 ppc4xx: Fix sys_get_info() for 405GP(r)
14106
14107 This patch assigns the correct EBC clock for 405GP(r) CPUs
14108 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
14109 uses an uninitialized EBC clock in its startup message.
14110
14111 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14112
14113commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
14114Author: Wolfgang Denk <wd@denx.de>
14115Date: Sun Apr 20 15:39:38 2008 -0700
14116
14117 Makefile: remove nand_spl/System.map when cleaning up.
14118
14119commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
14120Author: Wolfgang Denk <wd@denx.de>
14121Date: Sun Apr 20 15:35:52 2008 -0700
14122
14123 MAKEALL: sort entries / lists.
14124
14125 Signed-off-by: Wolfgang Denk <wd@denx.de>
14126
14127commit 0878af169b181868a105b5c33f3a6423e2c9fd60
14128Author: Kumar Gala <galak@kernel.crashing.org>
14129Date: Fri Apr 18 11:29:01 2008 -0500
14130
14131 85xx: Fix size of cpu-release-addr property
14132
14133 The cpu-release-addr is defined as always being a 64-bit quanity regardless
14134 if we are running on a 32-bit or 64-bit machine.
14135
14136commit 88353a985109562a639b2f8a0c90d77011bfe374
14137Author: Timur Tabi <timur@freescale.com>
14138Date: Fri Apr 4 11:15:58 2008 -0500
14139
14140 Fix calculation of I2C clock for some 85xx chips
14141
14142 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
14143 some use CCB/3. There is no pattern that can be used to determine which
14144 chips use which frequency, so the only way to determine is to look up the
14145 actual SOC designation and use the right value for that SOC.
14146
14147 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
14148
14149 Signed-off-by: Timur Tabi <timur@freescale.com>
14150
14151commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
14152Author: Wolfgang Denk <wd@denx.de>
14153Date: Fri Apr 18 11:44:27 2008 -0700
14154
14155 Fix build breakage casued by commit c0559be371b2
14156
14157 Change env_get_char from a global function ptr to a function.
14158
14159 Signed-off-by: Wolfgang Denk <wd@denx.de>
14160
14161commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
14162Author: Wolfgang Denk <wd@denx.de>
14163Date: Fri Apr 18 10:53:41 2008 -0700
14164
14165 Coding Style cleanup, update CHANGELOG.
14166
14167 Signed-off-by: Wolfgang Denk <wd@denx.de>
14168
268a804d
WD
14169commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
14170Author: Mike Frysinger <vapier@gentoo.org>
14171Date: Tue Apr 8 14:00:57 2008 -0400
14172
14173 Add support for u-boot in svn and localversion-* files
14174
14175 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14176
14177commit d23ff6827decf121461fbc5622612fd7effe207e
14178Author: Guennadi Liakhovetski <lg@denx.de>
14179Date: Thu Apr 3 17:04:22 2008 +0200
14180
14181 MX31ADS network and flash updates
14182
14183 This patch allows U-Boot to use buffered writes to the Spansion NOR
14184 flash installed on this board, and eliminates long delays in network
14185 transfers after the board startup.
14186
14187 Also modify flash layout to embed main and redundant environment
14188 blocks in the U-Boot image.
14189
14190 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14191
14192commit b5dc9b304d289831f291843ff88a45cbdf1a6290
14193Author: Guennadi Liakhovetski <lg@denx.de>
14194Date: Mon Apr 14 10:53:12 2008 +0200
14195
14196 Support for the MX31ADS evaluation board from Freescale
14197
14198 This patch adds support for the MX31ADS evaluation board from Freescale,
14199 initialization code is copied from RedBoot sources, also provided by
14200 Freescale.
14201
14202 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14203
7ed40117
WD
14204commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
14205Author: Stefan Roese <sr@denx.de>
14206Date: Tue Apr 8 10:33:29 2008 +0200
14207
14208 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
14209
14210 Signed-off-by: Stefan Roese <sr@denx.de>
14211
14212commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
14213Author: Stefan Roese <sr@denx.de>
14214Date: Tue Apr 8 10:33:28 2008 +0200
14215
14216 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
14217
14218 Signed-off-by: Stefan Roese <sr@denx.de>
14219
14220commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
14221Author: Stefan Roese <sr@denx.de>
14222Date: Tue Apr 8 10:33:27 2008 +0200
14223
14224 ppc4xx: Add Glacier NAND booting target
14225
14226 Signed-off-by: Stefan Roese <sr@denx.de>
14227
14228commit 46f373838e384a4c23d13581b1dfa5acb66b5810
14229Author: Stefan Roese <sr@denx.de>
14230Date: Tue Apr 8 10:31:00 2008 +0200
14231
14232 nand_spl: Update nand_spl to support 2k page size NAND devices
14233
14234 This patch adds support for booting from 2k page sized NAND device
14235 (e.g. Micron 29F2G08AAC).
14236
14237 Tested on AMCC Canyonlands.
14238
14239 Signed-off-by: Stefan Roese <sr@denx.de>
14240
268a804d
WD
14241commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
14242Author: Anatolij Gustschin <agust@denx.de>
14243Date: Thu Apr 17 18:18:00 2008 +0200
14244
14245 Fix crash on sequoia in ppc_4xx_eth_init
14246
14247 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
14248 with cache enabled (TLB Parity exeption). This patch
14249 fixes the problem.
14250
14251 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14252
14253commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
14254Author: Anatolij Gustschin <agust@denx.de>
14255Date: Thu Apr 17 18:15:27 2008 +0200
14256
14257 ppc4xx: Fix crash on sequoia with cache enabled
14258
14259 Currently U-Boot crashes on sequoia board in CPU POST if
14260 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
14261 won't be disabled by change_tlb before CPU POST because
14262 there is an insufficient adress range check since
14263 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
14264 this problem.
14265
14266 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14267
14268commit 43c509254fab375c49936498da944658117ed07c
14269Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14270Date: Thu Apr 17 23:35:13 2008 +0900
14271
14272 Use jr as register jump instruction
14273
14274 Current assembler codes are inconsistent in the way of register jump
14275 instruction usage; some use jr, some use j. Of course GNU as allows both
14276 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
14277 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
14278 at all.
14279
14280 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14281
14282commit 7ce63709828d37b08866e537339a169bd0db2bd3
14283Author: Guennadi Liakhovetski <lg@denx.de>
14284Date: Tue Apr 15 14:15:30 2008 +0200
14285
14286 RTC driver for MC13783
14287
14288 MC13783 is a multifunction IS with an SPI interface to the host. This
14289 driver handles the RTC controller in this chip.
14290
14291 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14292
14293commit 38254f45b0b412332726c90d3184ad47479fcffb
14294Author: Guennadi Liakhovetski <lg@denx.de>
14295Date: Tue Apr 15 14:14:25 2008 +0200
14296
14297 New i.MX31 SPI driver
14298
14299 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
14300 only implemented and tested on i.MX31, can with a modified register layout
14301 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
14302 controllers too.
14303
14304 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14305
14306commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
14307Author: Magnus Lilja <lilja.magnus@gmail.com>
14308Date: Tue Apr 15 19:09:10 2008 +0200
14309
14310 Fix name of i.MX31 boards in config file header
14311
14312 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
14313
14314 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
14315
14316commit a49864593e083a5d0779fb9ca98e5a0f2053183d
14317Author: Mike Frysinger <vapier@gentoo.org>
14318Date: Sun Apr 13 19:42:19 2008 -0400
14319
14320 allow ports to override go behavior
14321
14322 Split the arch-specific logic out of the common go code and into a dedicated
14323 weak function called do_go_exec() that lives in cpu directories. This will
14324 need review from i386/nios people to make sure I didn't break them.
14325
14326commit 017e9b7925f74878d0e9475388cca9bda5ef9482
14327Author: Mike Frysinger <vapier@gentoo.org>
14328Date: Sun Apr 13 19:42:18 2008 -0400
14329
14330 allow ports to override bootelf behavior
14331
14332 Change the bootelf setup function into a dedicated weak function called
14333 do_bootelf_exec. This way ports can control the behavior however they
14334 like before/after calling the ELF entry point.
14335
14336commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
14337Author: Ulf Samuelsson <ulf@atmel.com>
14338Date: Sat Apr 12 20:56:03 2008 +0200
14339
14340 Reorder ARM boards in Makefile
14341
14342 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
14343 are no longer under ARM92xT header.
14344
14345 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
14346 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14347
14348commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
14349Author: Ulf Samuelsson <ulf@atmel.com>
14350Date: Sat Apr 12 20:29:44 2008 +0200
14351
14352 Clean up dataflash partitioning
14353
14354 This patch removes the board dependent parts from
14355 "drivers/mtd/dataflash.c".
14356 Each board relying on this, will have the appropriate
14357 code in a new file, "partition.c" in the board directory.
14358 board Makefiles updated to use the file.
14359
14360 The dataflash partitions are aligned on sector/page boundaries.
14361
14362 The CONFIG_NEW_DF_PARTITION was used to create named partitions
14363 This is now the default operation, and the CONFIG variable is removed.
14364
14365 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
14366
14367commit 51ecde946fec511a16346e498204ca10ad71080d
14368Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14369Date: Sat Apr 12 14:08:45 2008 +0200
14370
14371 gitignore: udpate stgit generated and .patch file
14372
14373 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14374
14375commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
14376Author: Wolfgang Denk <wd@denx.de>
14377Date: Fri Apr 18 00:15:36 2008 -0700
14378
14379 Get rid of redundant copy of renamed header file.
14380
14381 Signed-off-by: Wolfgang Denk <wd@denx.de>
14382
14383commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
14384Author: Vlad Lungu <vlad@comsys.ro>
14385Date: Fri Apr 11 21:20:14 2008 +0300
14386
14387 Fix dependency generation for older gcc versions
14388
14389 With gcc 3.3.3 at least, compilation fails with
14390
14391 Generating include/autoconf.mk
14392 gcc: compilation of header file requested
14393 make: *** [include/autoconf.mk] Error 1
14394
14395 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
14396
14397 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
14398
14399commit cb1c4896905ab22fcd982e6a8a539f0031942e71
14400Author: Marian Balakowicz <m8@semihalf.com>
14401Date: Fri Apr 11 11:07:49 2008 +0200
14402
14403 Restore the ability to continue booting after legacy image overwrite
14404
14405 Before new uImage code was merged, bootm code allowed for the kernel image to
14406 get overwritten during decompresion. new uImage introduced a check for image
14407 overwrites and refused to boot the image that got overwritten. This patch
14408 restores the old behavior. It also adds a warning when the image overwriten is
14409 a multi-image file, because in such case accessing componentes other than the
14410 first one will fail.
14411
14412 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14413
14414commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
14415Author: Marian Balakowicz <m8@semihalf.com>
14416Date: Fri Apr 11 11:07:43 2008 +0200
14417
14418 ppc: Fix ftd_blob variable init when processing raw blob
14419
14420 Set fdt_blob variable before its value is printed out.
14421
14422 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14423
14424commit 3d36be030043cd841a2551d00a395135e363a64b
14425Author: Jason Wessel <jason.wessel@windriver.com>
14426Date: Thu Apr 10 14:30:16 2008 -0500
14427
14428 Remove all the search paths from the .lds files.
14429
14430 The cross compiler is responsible for providing the correct libraries
14431 and the logic to find the linking libraries.
14432
14433 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
14434
14435commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
14436Author: Bartlomiej Sieka <tur@semihalf.com>
14437Date: Mon Apr 14 15:44:16 2008 +0200
14438
14439 Boot-related documentation update
14440
14441 - document 'bootm_low' and 'bootm_size' environment variables
14442 - update inaccurate CFG_BOOTMAPSZ entry
14443
14444 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
14445
14446commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
14447Author: Guennadi Liakhovetski <lg@denx.de>
14448Date: Wed Apr 9 17:34:08 2008 +0200
14449
14450 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
14451
14452 Restore logic reverted by commit
14453
14454 commit 80767a6cead9990d9e77e62be947843c2c72f469
14455 Author: Peter Pearse <peter.pearse@arm.com>
14456 Date: Wed Sep 5 16:04:41 2007 +0100
14457
14458 Changed API name to coloured_led.h
14459 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
14460 Tidied other cpu/arm920t/start.S code
14461
14462 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14463
14464commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
14465Author: Mike Frysinger <vapier@gentoo.org>
14466Date: Tue Apr 8 10:24:24 2008 -0400
14467
14468 Remove conflicting NAND ID
14469
14470 There are two NAND entries with ID 0xDC and this obviously causes problems.
14471 In the kernel, they punted the first entry, so we should do the same.
14472
14473 See this upstream e-mail for more info:
14474 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
14475
14476 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
14477 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14478
14479commit 188e94c370621708d13547d58dbc6ed3c5602aa8
14480Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
14481Date: Tue Apr 8 16:20:35 2008 +0900
14482
14483 cpu/mips/cpu.c: Fix flush_cache bug
14484
14485 Cache operations have to take line address (addr), not start_addr.
14486 I noticed this bug when debugging ping failure.
14487
14488 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
14489
14490commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
14491Author: Martin Krause <martin.krause@tqs.de>
14492Date: Thu Apr 3 14:29:01 2008 +0200
14493
14494 TQM5200: fix default IDE reset level
14495
14496 Before the first call of ide_reset(), the level of the IDE reset
14497 signal on the TQM5200 is low (reset asserted). This patch sets the
14498 default value to high (reset not asserted).
14499
14500 Currently this patch fixes no real problem, but it is cleaner to
14501 assert the reset signal only on demand, and not permanently.
14502
14503 Signed-off-by: Martin Krause <martin.krause@tqs.de>
14504
14505commit c61e033d6e8abb7b4060ee36060961e1399f6079
14506Author: Detlev Zundel <dzu@denx.de>
14507Date: Thu Apr 3 14:18:48 2008 +0200
14508
14509 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
14510
14511 Signed-off-by: Detlev Zundel <dzu@denx.de>
14512
14513commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
14514Author: Detlev Zundel <dzu@denx.de>
14515Date: Thu Apr 3 14:18:47 2008 +0200
14516
14517 mgcoge, mgsuv: rename 'addcon' to 'addcons'
14518
14519 The latter name with 13 users is already established, so we will use
14520 that.
14521
14522 Signed-off-by: Detlev Zundel <dzu@denx.de>
14523
14524commit e175eacc87c3a9e4dad0799fee0e95732520afc7
14525Author: Martin Krause <martin.krause@tqs.de>
14526Date: Thu Apr 3 13:37:56 2008 +0200
14527
14528 IDE: fix bug in reset sequence
14529
14530 According to the ata (ata5) specification the RESET- signal
14531 shall be asserted for at least 25 us. Without this patch,
14532 the RESET- signal is asserted on some boards for only < 1 us
14533 (e. g. on the TQM5200). This patch adds a general delay of
14534 25 us to the RESET- signal.
14535
14536 Without this patch a Platinum 4 GiB CF card is not recognised
14537 properly on boards with a TQM5200 (STK52xx, TB5200).
14538
14539 Signed-off-by: Martin Krause <martin.krause@tqs.de>
14540
14541commit 813bea96a960916c72b4a3a7df840151529c26ce
14542Author: Sascha Laue <Sascha.Laue@gmx.biz>
14543Date: Thu Apr 3 14:43:11 2008 +0200
14544
14545 lwmon5: disable CONFIG_ZERO_BOOTDELAY
14546
14547 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
14548
14549commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
14550Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14551Date: Wed Apr 2 08:03:58 2008 +0200
14552
14553 ds174x: Fix warning on return in rtc_get and rtc_set functions
14554
14555 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14556
14557commit a253b38bf50c85227c33ca0febc870ee49d1588e
14558Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14559Date: Wed Apr 2 08:03:57 2008 +0200
14560
14561 cmd_log.c: Fix assignment differ in signedness
14562
14563 In function 'logbuff_init_ptrs':
14564 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
14565
14566 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14567
14568commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
14569Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14570Date: Wed Apr 2 11:04:43 2008 +0530
14571
14572 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
14573
14574 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
14575
14576commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
14577Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14578Date: Tue Apr 1 14:07:10 2008 +0200
14579
14580 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
14581
14582 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14583
14584commit c08fb3ea36d19b1640b7906264581e9105534399
14585Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14586Date: Tue Apr 15 10:24:14 2008 +0200
14587
14588 Additional PCI IDs for IDE and network controllers
14589
14590 These PCI IDs are required by the Linkstation platforms.
14591
14592 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14593
14594commit c0559be371b2a64b1a817088c3308688e2182f93
14595Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
14596Date: Mon Apr 14 23:01:50 2008 +0200
14597
14598 Change env_get_char from a global function ptr to a function.
14599
14600 This avoids an early global data reference.
14601
14602 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14603
14604commit 3e0f331c05d72f140715c1e9fca991927e44d422
14605Author: Guennadi Liakhovetski <lg@denx.de>
14606Date: Tue Apr 29 12:35:08 2008 +0000
14607
14608 Clean up smsc911x driver
14609
14610 Replace direct register address derefencing with accessor functions.
14611 Restrict explicitly 32-bit bus-width, extend affected configurations
14612 respectively.
14613
14614 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14615 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14616
14617commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
14618Author: Sascha Hauer <s.hauer@pengutronix.de>
14619Date: Tue Apr 15 00:08:20 2008 -0400
14620
14621 This patch adds a driver for the following smsc network controllers:
14622 LAN9115
14623 LAN9116
14624 LAN9117
14625 LAN9215
14626 LAN9216
14627 LAN9217
14628
14629 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14630 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
14631 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14632
14633commit 3dfd4aab929cccddb63d9ea509967861e1333b52
14634Author: Sascha Laue <Sascha.Laue@gmx.biz>
14635Date: Tue Apr 1 15:13:03 2008 +0200
14636
14637 Fix watchdog POST for lwmon5
14638
14639 If the hardware watchdog detects a voltage error, the watchdog sets
14640 GPIO62 to low. The watchdog POST has to detect this low level.
14641
14642 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
14643
14644commit 24b448448a917e52806f82660a5c9d47608894fb
14645Author: Dave Liu <r63238@freescale.com>
14646Date: Tue Apr 1 15:22:11 2008 +0800
14647
14648 ata: update the libata.h from ata.h of linux kernel
14649
14650 Current libata.h of u-boot is out of sync from linux kernel,
14651 this patch make it be consistent with linux kernel.
14652
14653 Signed-off-by: Dave Liu <daveliu@freescale.com>
14654 Signed-off-by: Tor Krill <tor@excito.com>
14655
14656commit f8f9dc98883f66f59eb0601da65808e6b139c87c
14657Author: Kumar Gala <galak@kernel.crashing.org>
14658Date: Mon Mar 31 11:59:27 2008 -0500
14659
14660 Allow use of ARCH=powerpc when building
14661
14662 The linux kernel is now mostly ARCH=powerpc, so to make life easier
14663 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
14664
14665 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14666
14667commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
14668Author: Kyungmin Park <kmpark@infradead.org>
14669Date: Mon Mar 31 10:40:54 2008 +0900
14670
14671 Add apollon board MAINTAINERS entry
14672
14673 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14674
14675commit 77e475cc0ed1832160017d364be32a0be9ff02a9
14676Author: Kyungmin Park <kmpark@infradead.org>
14677Date: Mon Mar 31 10:40:36 2008 +0900
14678
14679 Fix OneNAND read
14680
14681 It should access with 16-bit instead of 8-bit
14682
14683 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
14684
14685 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14686
14687commit a9da2b41079d230db3a5641625311983f85ce1fb
14688Author: Kyungmin Park <kmpark@infradead.org>
14689Date: Mon Mar 31 10:40:19 2008 +0900
14690
14691 Fix OneNAND erase command
14692
14693 It mis-calculates the block address.
14694 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
14695
14696 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14697
14698commit 61525f2ffa156665a66908fda47dbf29d65ea579
14699Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14700Date: Mon Mar 31 01:32:15 2008 +0200
14701
14702 Support for LinkStation / KuroBox HD and HG PPC models
14703
14704 This patch is based on the port by Mihai Georgian (see linkstation.c for
14705 Copyright information) and implements support for LinkStation / KuroBox HD
14706 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
14707 the moment, pending network driver fixing.
14708
14709 Notice to users: this is pretty much a barebone port. Support for network
14710 on HG models is already in the U-Boot mainline, but you might also want
14711 patches to switch fan / phy modes depending on the negotiated ethernet
14712 parameters. This patch also doesn't support console switching, booting EM
14713 mode, Buffalo specific ext2 magic number. So, if you want to use any of
14714 those, you need additional patches. Otherwise this patche provides a fully
14715 functional u-boot with a network console on your system.
14716
14717 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14718
14719commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
14720Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14721Date: Sun Mar 30 01:22:13 2008 -0500
14722
14723 Add CONFIG_MII_INIT support to related boards
14724
14725 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
14726 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
14727 that use mii_init() in cmd_init.c.
14728
14729 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14730 Acked-by: Ben Warren <biggerbadderben@gmail.com>
14731
14732commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
14733Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14734Date: Sun Mar 30 01:19:06 2008 -0500
14735
14736 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
14737
14738 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
14739 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
14740
14741 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14742
14743commit e99ccb488181d012248c6be30b2093e950319fc5
14744Author: Kumar Gala <galak@kernel.crashing.org>
14745Date: Thu Mar 27 11:46:38 2008 -0500
14746
14747 Introduce phys_size_t and move phys_addr_t into asm/types.h
14748
14749 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
14750 that have larger physical addresses like 44x, 85xx, and 86xx.
14751
14752 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14753
14754commit 20a14a42a25f72e379f38460b8a8484667536795
14755Author: Andy Fleming <afleming@freescale.com>
14756Date: Wed Apr 2 16:19:07 2008 -0500
14757
14758 Rename include/md5.h to include/u-boot/md5.h
14759
14760 Some systems have md5.h installed in /usr/include/. This isn't the
14761 desired file (we want the one in include/md5.h). This will avoid the
14762 conflict. This fixes the host tools building problem by creating a new
14763 directory for U-Boot specific header files.
14764
14765 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
14766 Denk]
14767
14768 Signed-off-by: Wolfgang Denk <wd@denx.de>
14769 Signed-off-by: Andy Fleming <afleming@freescale.com>
14770 Acked-by: Timur Tabi <timur@freescale.com>
14771
14772commit f297b7a1ec87433f66320d89d993e1bc738c66b8
14773Author: Dave Liu <r63238@freescale.com>
14774Date: Thu Mar 27 18:51:17 2008 +0800
14775
14776 drivers: code clean up
14777
14778 Signed-off-by: Dave Liu <daveliu@freescale.com>
14779
14780commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
14781Author: Dave Liu <r63238@freescale.com>
14782Date: Thu Mar 27 18:50:41 2008 +0800
14783
14784 drivers: clean up the ata_piix.h
14785
14786 Signed-off-by: Dave Liu <daveliu@freescale.com>
14787
14788commit e8f7ba404f1409606962815ecc955a06984b08b3
14789Author: Dave Liu <r63238@freescale.com>
14790Date: Thu Mar 27 18:49:56 2008 +0800
14791
14792 doc: english polishing for README.sata
14793
14794 according to gvb's suggestion, polishing for the doc.
14795
14796 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
14797 Signed-off-by: Dave Liu <daveliu@freescale.com>
14798
14799commit 3e3f766a5274d204780460e1879723b565296d34
14800Author: Kumar Gala <galak@kernel.crashing.org>
14801Date: Wed Mar 26 18:53:28 2008 -0500
14802
14803 Fix warnings introduced by I2C bus speed setting patch
14804
14805 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14806
14807commit 3c735e7437150e8615f26930c7819db85634276d
14808Author: eran liberty <eran.liberty@gmail.com>
14809Date: Thu Mar 27 00:50:49 2008 +0100
14810
14811 Altera Stratix II support
14812
14813 Adds Support for Altera's Stratix II.
14814
14815 Within your board specific init file you will have to call
14816
14817 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
14818 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
14819
14820 Altera_desc* contines (for example):
14821 {
14822 Altera_StratixII, /* part type */
14823 passive_serial, /* interface type */
14824 1, /* bytes of data part can accept */
14825 (void *)(&funcs), /* interface function table */
14826 0L, /* base interface address */
14827 0 /* implementation specific cookie */
14828 }
14829
14830 funcs is the interface. It is of type altera_board_specific_func.
14831 It looks like this:
14832 altera_board_specific_func func = {
14833 pre_fn,
14834 config_fn,
14835 status_fn,
14836 done_fn,
14837 clk_fn,
14838 data_fn,
14839 abort_fn,
14840 post_fn,
14841 };
14842
14843 you will have to implement these functions, which is usually bit
14844 banging some gpio.
14845
14846 Signed-off-by: Eran Liberty <liberty@extricom.com>
14847
14848commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
14849Author: Wolfgang Denk <wd@denx.de>
14850Date: Sun Apr 13 14:32:54 2008 -0700
14851
14852 Update CHANGELOG
14853
14854 Signed-off-by: Wolfgang Denk <wd@denx.de>
14855
5ece9ec9
WD
14856commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
14857Author: Sascha Hauer <s.hauer@pengutronix.de>
14858Date: Wed Mar 26 20:41:17 2008 +0100
14859
14860 Phytec Phycore-i.MX31 support
14861
14862 This patch adds support for the Phytec Phycore-i.MX31 board
14863
14864 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14865 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14866
14867commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
14868Author: Sascha Hauer <s.hauer@pengutronix.de>
14869Date: Wed Mar 26 20:41:09 2008 +0100
14870
14871 mx31 litekit support
14872
14873 This patch adds support for the mx31 litekit board
14874
14875 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14876 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14877
14878commit cdace0661208754a53019ea0dc7b803a040e0939
14879Author: Sascha Hauer <s.hauer@pengutronix.de>
14880Date: Wed Mar 26 20:40:49 2008 +0100
14881
14882 add an i2c driver for mx31
14883
14884 This patch adds an i2c driver for Freescale i.MX processors
14885
14886 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14887 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14888
14889commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
14890Author: Sascha Hauer <s.hauer@pengutronix.de>
14891Date: Wed Mar 26 20:40:42 2008 +0100
14892
14893 core support for Freescale mx31
14894
14895 This patch adds the core support for Freescale mx31
14896
14897 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14898 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14899
14900commit 7ec68862a27c8f6f6d566228de8f6724d964a939
14901Author: Wolfgang Denk <wd@denx.de>
14902Date: Sun Apr 13 14:19:23 2008 -0700
14903
14904 Fix compile error
14905
14906 ...as suggested by Peter Pearse
14907
14908 Signed-off-by: Wolfgang Denk <wd@denx.de>
14909
14910commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
14911Author: Sascha Hauer <s.hauer@pengutronix.de>
14912Date: Wed Mar 26 20:40:36 2008 +0100
14913
14914 Separate omap24xx specific code from arm1136
14915
14916 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
14917 to cpu/arm1136/omap24xx.
14918
14919 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14920 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14921
14922commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
14923Author: Mike Frysinger <vapier@gentoo.org>
14924Date: Tue Jan 29 18:21:05 2008 -0500
14925
14926 disable caches before booting an app for Blackfin apps
14927
14928 It isn't generally save to execute applications outside of U-Boot with caches
14929 enabled due to the way the Blackfin processor handles caches (requires
14930 software assistance). This patch disables caches before booting an ELF or
14931 just booting raw code. The previous discussion on the patch was that we
14932 wanted to use weaks instead, but that proved to not be feasible when multiple
14933 symbols are involved, which puts us back at the ifdef solution. I've
14934 minimized the ugliness by moving the setup step outside of the main function.
14935
14936 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14937
14938commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
14939Author: Wolfgang Denk <wd@denx.de>
14940Date: Sun Apr 13 10:03:54 2008 -0700
14941
14942 ppc: Get rid of unused machine type definitions
14943
14944 Signed-off-by: Wolfgang Denk <wd@denx.de>
14945
14946commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
14947Author: Wolfgang Denk <wd@denx.de>
14948Date: Sun Apr 13 09:59:26 2008 -0700
14949
14950 Coding Style cleanup; update CHANGELOG
14951
14952 Signed-off-by: Wolfgang Denk <wd@denx.de>
14953
1aeed8d7
WD
14954commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
14955Author: Larry Johnson <lrj@acm.org>
14956Date: Thu Feb 21 13:58:11 2008 -0500
14957
14958 LM73 bug fix for negative temperatures and cleanup
14959
14960 When the LM73 temperature sensor measures a temperature below 0 C, the
14961 current driver does not perform sign extension, so the result returned is
14962 512 C too high. This patch fixes the problem, and does general cleanup
14963 of the code.
14964
14965 Signed-off-by: Larry Johnson <lrj@acm.org>
14966
14967commit 96ef831f713289afba19da0c8f905e99da2b23e0
14968Author: Guennadi Liakhovetski <lg@denx.de>
14969Date: Thu Apr 3 13:36:02 2008 +0200
14970
14971 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
14972
14973 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
14974 series require different addresses for buffered write commands. Define a
14975 configuration option to support buffered writes on those chips. A more
14976 elegant solution would be to automatically detect those chips by parsing
14977 their CFI records, but that would require introduction of a fixup table
14978 into the cfi_flash driver.
14979
14980 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14981
14982commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
14983Author: Lee Nipper <lee.nipper@freescale.com>
14984Date: Thu Apr 10 09:35:06 2008 -0500
14985
14986 mpc83xx: Update DIMM data bus width test to support 40-bit width
14987
14988 32-bit wide ECC memory modules report 40-bit width.
14989 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
14990
14991 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
14992 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14993
14994commit 5fb5a689d822ca61e814bd523fc930af335242fa
14995Author: Dave Liu <r63238@freescale.com>
14996Date: Mon Mar 31 17:05:12 2008 +0800
14997
14998 mpc83xx: Fix the bug of serdes initialization
14999
15000 Currently the serdes will not be initializated due to the
15001 partid's error.
15002
15003 Signed-off-by: Dave Liu <daveliu@freescale.com>
15004 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15005
15006commit 2000784818f043db7ca60e2846a72d097766b894
15007Author: Dave Liu <r63238@freescale.com>
15008Date: Thu Apr 3 16:28:29 2008 +0800
15009
15010 mpc83xx: Fix the SATA clock setting of 837x targets
15011
15012 Currently the SATA controller clock is configured as CSB clock,
15013 usually the CSB clock is 400/333/266MHz.
15014
15015 However, The SATA IP block is only guaranteed to operate up to
15016 200 MHz as stated in the HW spec.
15017
15018 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
15019
15020 This patch makes the SATA clock as half of CSB clock.
15021
15022 Signed-off-by: Dave Liu <daveliu@freescale.com>
15023 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15024
15025commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
15026Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15027Date: Wed Apr 2 13:41:21 2008 +0200
15028
15029 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
15030
15031 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15032 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15033
15034commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
15035Author: Kumar Gala <galak@kernel.crashing.org>
15036Date: Wed Apr 9 04:20:57 2008 -0500
15037
15038 85xx: Fix detection of MP cpu spin up
15039
15040 We were looking at the wrong memory offset to determine of a secondary
15041 cpu had been spun up or not. Also added a warning message if the
15042 all the secondary cpus we expect don't spin up.
15043
15044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15045
15046commit f3e04bdc3f360c66801a9048956e61e41a16edba
15047Author: Kumar Gala <galak@kernel.crashing.org>
15048Date: Tue Apr 8 10:45:50 2008 -0500
15049
15050 85xx: Use SVR_SOC_VER instead of SVR_VER
15051
15052 The recent change introduced by 'Update SVR numbers to expand support'
15053 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
15054 to compare against a particular processor id.
15055
15056 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15057
15058commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
15059Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
15060Date: Fri Apr 11 10:00:35 2008 -0400
15061
15062 ppc4xx: Fix power mgt definitions for PPC440
15063
15064 Corrected DCR addresses of PPC440EP power management registers.
15065
15066 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
15067
15068commit 950a392464e616b4590bc4501be46e2d7d162dea
15069Author: Wolfgang Denk <wd@denx.de>
15070Date: Fri Apr 11 15:11:26 2008 +0200
15071
15072 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
15073
15074 Reverting became necessary after it turned out that the patches in
15075 the u-boot-arm repo were modified, and in some cases corrupted.
15076
15077 This reverts the following commits:
15078
15079 066bebd6353e33af3adefc3404560871699e9961
15080 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
15081 c88ae20580b2b01487b4cdcc8b2a113f551aee36
15082 a147e56f03871bba4f05058d5e04ce7deb010b04
15083 d6674e0e2a6a1f033945f78838566210d3f28c95
15084 8c8463cce44d849e37744749b32d38e1dfb12e50
15085 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
15086 8bf69d81782619187933a605f1a95ee1d069478d
15087 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
15088 a574a73852a527779234e73e17e7597fd8128882
15089 1377b5583a48021d983e1fd565f7d40c89e84d63
15090 1704dc20917b4f71e373e2c888497ee666d40380
15091
15092 Signed-off-by: Wolfgang Denk <wd@denx.de>
15093
15094commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
15095Author: Stefan Roese <sr@denx.de>
15096Date: Fri Apr 11 07:02:29 2008 +0200
15097
15098 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
15099
15100 This patch reworks the default environment on Kilauea/Haleakala. Now
15101 "net_nfs" for exmaple uses the device-tree style booting formerly know
15102 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
15103 new image booting support, which check for image overwriting. So the
15104 addresses needed togeet adjusted.
15105
15106 Signed-off-by: Stefan Roese <sr@denx.de>
15107
15108commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
15109Author: Stefan Roese <sr@denx.de>
15110Date: Wed Apr 9 11:58:02 2008 +0200
15111
15112 ppc4xx: Fix Canyonlands default environment to work with new image support
15113
15114 Since the new image support checks for image overwriting, the default
15115 environment needs to get adjusted to use correct addresses.
15116
15117 Signed-off-by: Stefan Roese <sr@denx.de>
15118
15119commit dfc6c7b647dba7ab86749616f0e9e5740deed422
15120Author: Stefan Roese <sr@denx.de>
15121Date: Wed Apr 9 11:54:11 2008 +0200
15122
15123 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
15124
15125 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
15126 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
15127 on 4xx systems _start currently cannot be used for this calculation.
15128 So revert back to the original version for now.
15129
15130 Signed-off-by: Stefan Roese <sr@denx.de>
15131
15132commit f91374f65eae8b42cac329e06ba1c54728278efb
15133Author: Michal Simek <monstr@monstr.eu>
15134Date: Fri Mar 28 12:49:52 2008 +0100
15135
15136 microblaze: Sort microblaze boards in MAKEALL script
15137
15138commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
15139Author: Michal Simek <monstr@monstr.eu>
15140Date: Fri Mar 28 11:58:45 2008 +0100
15141
15142 microblaze: clean microblaze_config.mk
15143
15144 FLAGS are generated by U-BOOT generator.
15145 Board specific FLAGS are in board directory
15146
15147 Signed-off-by: Michal Simek <monstr@monstr.eu>
15148
15149commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
15150Author: Michal Simek <monstr@monstr.eu>
15151Date: Fri Mar 28 12:47:19 2008 +0100
15152
15153 microblaze: xupv2p fix config file for supporting FDT
15154
15155commit 188dc16b189143573b1ed90e584bf866d75cdd12
15156Author: Michal Simek <monstr@monstr.eu>
15157Date: Fri Mar 28 11:53:02 2008 +0100
15158
15159 microblaze: ml401 fix config file for supporting FDT
15160
15161 Signed-off-by: Michal Simek <monstr@monstr.eu>
15162
15163commit 4c6a6f02e239236261333759997eeaf86b30b54c
15164Author: Michal Simek <monstr@monstr.eu>
15165Date: Fri Mar 28 11:22:48 2008 +0100
15166
15167 microblaze: ml401 - add ifdef for GPIO
15168
15169 Signed-off-by: Michal Simek <monstr@monstr.eu>
15170
15171commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
15172Author: Michal Simek <monstr@monstr.eu>
15173Date: Fri Mar 28 12:13:03 2008 +0100
15174
15175 microblaze: clean uart16550 and uartlite handling
15176
15177 Signed-off-by: Michal Simek <monstr@monstr.eu>
15178
15179commit 0b20f250877441460fb79d72192954abe8498834
15180Author: Michal Simek <monstr@monstr.eu>
15181Date: Fri Mar 28 11:08:31 2008 +0100
15182
15183 microblaze: Add Emaclite driver to Makefile
15184
15185 Signed-off-by: Michal Simek <monstr@monstr.eu>
15186
15187commit 868cde5310f88234b774878e4f06e79df10a88b3
15188Author: Michal Simek <monstr@monstr.eu>
15189Date: Fri Mar 28 11:08:01 2008 +0100
15190
15191 microblaze: Add Emac driver to Makefile
15192
15193 Signed-off-by: Michal Simek <monstr@monstr.eu>
15194
15195commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
15196Author: Michal Simek <monstr@monstr.eu>
15197Date: Fri Mar 28 12:42:29 2008 +0100
15198
15199 microblaze: add Emac ethernet driver
15200
15201commit 89c53891b18cbafd29ab8931b40e27ad231b6085
15202Author: Michal Simek <monstr@monstr.eu>
15203Date: Fri Mar 28 12:41:56 2008 +0100
15204
15205 microblaze: add Emaclite ethernet driver
15206
15207commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
15208Author: Michal Simek <monstr@monstr.eu>
15209Date: Fri Mar 28 11:04:01 2008 +0100
15210
15211 microblaze: ML401 and XUPV2P remove emac and emaclite reference
15212
15213 Signed-off-by: Michal Simek <monstr@monstr.eu>
15214
15215commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
15216Author: Michal Simek <monstr@monstr.eu>
15217Date: Fri Mar 28 10:59:32 2008 +0100
15218
15219 microblaze: remove old setting for emac driver
15220
15221 Signed-off-by: Michal Simek <monstr@monstr.eu>
15222
15223commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
15224Author: Michal Simek <monstr@monstr.eu>
15225Date: Fri Mar 28 10:58:15 2008 +0100
15226
15227 microblaze: Clean Makefile from ancient emac driver
15228
15229 Signed-off-by: Michal Simek <monstr@monstr.eu>
15230
15231commit ab68f921d9c741830f721c3d879c13a0c5597183
15232Author: Daniel Hellstrom <daniel@gaisler.com>
15233Date: Fri Mar 28 10:20:43 2008 +0100
15234
15235 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
15236
15237 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15238
15239commit 6ed8a43a19bb0275501bc286007daafa923552cf
15240Author: Daniel Hellstrom <daniel@gaisler.com>
15241Date: Wed Mar 26 23:38:48 2008 +0100
15242
15243 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.
15244
15245 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15246
15247commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
15248Author: Daniel Hellstrom <daniel@gaisler.com>
15249Date: Wed Mar 26 23:34:47 2008 +0100
15250
15251 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
15252
15253 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15254
15255commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
15256Author: Daniel Hellstrom <daniel@gaisler.com>
15257Date: Fri Mar 28 10:06:52 2008 +0100
15258
15259 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
15260
15261 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15262
15263commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
15264Author: Daniel Hellstrom <daniel@gaisler.com>
15265Date: Wed Mar 26 23:26:48 2008 +0100
15266
15267 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
15268
15269 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15270
15271commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
15272Author: Daniel Hellstrom <daniel@gaisler.com>
15273Date: Fri Mar 28 10:00:33 2008 +0100
15274
15275 SPARC: Added support for SPARC LEON2 SOC Processor.
15276
15277 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15278
15279commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
15280Author: Daniel Hellstrom <daniel@gaisler.com>
15281Date: Wed Mar 26 23:00:38 2008 +0100
15282
15283 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.
15284
15285 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15286
15287commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
15288Author: Daniel Hellstrom <daniel@gaisler.com>
15289Date: Wed Mar 26 22:51:29 2008 +0100
15290
15291 SPARC: Added support for SPARC LEON3 SOC processor.
15292
15293 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15294
15295commit bf3d8b31169546fcddb4737391e1893fb12d033a
15296Author: Daniel Hellstrom <daniel@gaisler.com>
15297Date: Fri Mar 28 08:29:26 2008 +0100
15298
15299 SPARC: added SPARC support for new uimage in common code.
15300
15301 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15302
15303commit 00ab32c85405a4fe65fd4128243086210fc90a21
15304Author: Daniel Hellstrom <daniel@gaisler.com>
15305Date: Wed Mar 26 22:36:03 2008 +0100
15306
15307 SPARC: added SPARC board information to the command bdinfo.
15308
15309 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15310
15311commit c2f02da21a3f37f0878554eebc785e04fdc4e128
15312Author: Daniel Hellstrom <daniel@gaisler.com>
15313Date: Fri Mar 28 09:47:00 2008 +0100
15314
15315 SPARC: Added generic support for SPARC architecture.
15316
15317 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15318
15319commit e54ec0f016803e4d9524ff71f7971bda0c51b287
15320Author: Stefan Roese <sr@denx.de>
15321Date: Thu Apr 3 14:50:34 2008 +0200
15322
15323 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
15324
15325 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
15326 has 2 RGMII instances and we need to configure the 2nd RGMII instance
15327 for the EMAC2+3 channels.
15328
15329 Signed-off-by: Stefan Roese <sr@denx.de>
15330
15331commit c2a545ce33b26d80337f80b533828839249fb1c9
15332Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15333Date: Wed Apr 2 08:03:56 2008 +0200
15334
15335 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
15336
15337 fdt.c: In function 'ft_cpu_setup':
15338 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
15339 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
15340 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
15341 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
15342
15343 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15344
15345commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
15346Author: Andy Fleming <afleming@freescale.com>
15347Date: Mon Mar 31 20:45:56 2008 -0500
15348
15349 Fix fdt set command to conform to dts spec
15350
15351 The fdt set command was treating properties specified as <00> and <0011>
15352 as byte streams, rather than as an array of cells. As we already have
15353 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
15354 we should use the <> syntax to describe arrays of cells, which are always
15355 32-bits per element. If we imagine this likely (IMHO) scenario:
15356
15357 > fdt set /ethernet-phy@1 reg <1>
15358
15359 With the old code, this would create a bad fdt, since the reg cell would be
15360 made to be one byte in length. But the cell must be 4 bytes, so this would
15361 break mysteriously.
15362
15363 Also, the dts spec calls for constants inside the angle brackets (<>)
15364 to conform to C constant standards as they pertain to base.
15365 Take this scenario:
15366
15367 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
15368
15369 The old fdt command would complain that it couldn't parse that. Or, if you
15370 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
15371 do this:
15372
15373 > fdt set /mydev clock <1f78a40>
15374
15375 Whereas the new code will accept decimal numbers.
15376
15377 While I was in there, I extended the fdt command parser to handle property
15378 strings which are split across multiple arguments:
15379
15380 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
15381 > fdt p /ethernet@f00
15382 ethernet@f00 {
15383 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
15384 };
15385
15386 Lastly, the fdt print code was rearranged slightly to print arrays of cells
15387 if the length of the property is a multiple of 4 bytes, and to not print
15388 leading zeros.
15389
15390 Signed-off-by: Andy Fleming <afleming@freescale.com>
15391
15392commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
15393Author: Stefan Roese <sr@denx.de>
15394Date: Wed Apr 2 08:39:33 2008 +0200
15395
15396 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
15397
15398 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
15399 interface. This usage can be configured with the jumper J6. This patch
15400 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
15401 is installed.
15402
15403 Signed-off-by: Stefan Roese <sr@denx.de>
15404
15405commit 6fe2946f198481254a6ee9600d7456b8316a4083
15406Author: Kim Phillips <kim.phillips@freescale.com>
15407Date: Fri Mar 28 17:37:49 2008 -0500
15408
15409 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
15410
15411 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
15412 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
15413 started.
15414
15415 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15416
15417commit b5873f1732b92a25690e1513b90dfb0d644f6697
15418Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15419Date: Tue Apr 1 07:30:51 2008 +0200
15420
15421 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
15422
15423 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15424
15425commit 2d934ea51f276522b532f870a820e844ff480b5b
15426Author: Tor Krill <tor@excito.com>
15427Date: Fri Mar 28 15:29:45 2008 +0100
15428
15429 Add Vitesse 8601 support to TSEC driver
15430
15431 Add phy_info for Vitesse VSC8601.
15432 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
15433
15434 Signed-off-by: Tor Krill <tor@excito.com>
15435 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
15436 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15437
15438commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
15439Author: Daniel Hellstrom <daniel@gaisler.com>
15440Date: Mon Mar 31 14:25:00 2008 +0000
15441
15442 SPARC: added SMC91111 driver in and out macros for LEON processors.
15443
15444 This patch makes SPARC/LEON processors able to read and write
15445 to the SMC91111 chip using the chip external I/O bus of the memory
15446 controller. This patchs defines the standard in and out macros
15447 expected by the SMC9111 driver.
15448
15449 To access that I/O bus one must set up the memory controller
15450 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
15451 up this correctly when the other MCTRL parameters are set up. It
15452 can be set up from the board configuration header file.
15453
15454 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15455 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15456
15457commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
15458Author: Stelian Pop <stelian@popies.net>
15459Date: Wed Mar 26 18:52:34 2008 +0100
15460
15461 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
15462
15463 Signed-off-by: Stelian Pop <stelian@popies.net>
15464
15465commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
15466Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15467Date: Mon Mar 31 21:31:04 2008 +0200
15468
15469 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
15470
15471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15472
15473commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
15474Author: Stelian Pop <stelian@popies.net>
15475Date: Wed Mar 26 18:52:33 2008 +0100
15476
15477 Add support for AT91SAM9260EK
15478
15479 Support for booting from internal DataFlash, external DataFlash card
15480 or NAND flash is available.
15481
15482 Signed-off-by: Stelian Pop <stelian@popies.net>
15483
15484commit 1762f13b4aab88b685b1722f17dada247945624b
15485Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15486Date: Mon Mar 31 21:20:49 2008 +0200
15487
15488 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
15489
15490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15491
15492commit 761712188b353494defb2b644491ff73d0daaa6f
15493Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15494Date: Mon Mar 31 21:12:17 2008 +0200
15495
15496 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
15497
15498 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15499
15500commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
15501Author: Stelian Pop <stelian@popies.net>
15502Date: Wed Mar 26 20:52:32 2008 +0100
15503
15504 Port AT91CAP9 to the new headers
15505
15506 Adapt the existing AT91CAP9 code to the new headers and APIs.
15507
15508 Signed-off-by: Stelian Pop <stelian@popies.net>
15509
15510commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
15511Author: Stelian Pop <stelian@popies.net>
15512Date: Wed Mar 26 19:52:31 2008 +0100
15513
15514 Finish header files reworking
15515
15516 Replace AT91CAP9.h file with several splitted header files coming
15517 from the Linux kernel.
15518
15519 This is part 2 of the replacement: more header imports and edits.
15520
15521 Signed-off-by: Stelian Pop <stelian@popies.net>
15522
15523commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
15524Author: Stelian Pop <stelian@popies.net>
15525Date: Wed Mar 26 19:52:30 2008 +0100
15526
15527 Import several header files from Linux
15528
15529 Replace AT91CAP9.h file with several splitted header files coming
15530 from the Linux kernel.
15531
15532 This is part 1 of the replacement: pristine header files import.
15533
15534 Signed-off-by: Stelian Pop <stelian@popies.net>
15535
15536commit a8a78f2d99dc1bd30dc3595da118539b506c6118
15537Author: Stelian Pop <stelian@popies.net>
15538Date: Wed Mar 26 20:52:28 2008 +0100
15539
15540 Move at91cap9 specific files to at91sam9 directory
15541
15542 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
15543 common infrastructure can be used. Let this infrastructure be
15544 named after the AT91SAM9 family, and move the existing AT91CAP9
15545 files to the new place.
15546
15547 Signed-off-by: Stelian Pop <stelian@popies.net>
15548
15549commit 61106a565870ff503f92b251b94bd7afef889a04
15550Author: Stelian Pop <stelian@popies.net>
15551Date: Wed Mar 26 21:52:27 2008 +0100
15552
15553 Use timer_init() instead of board supplied interrupt_init()
15554
15555 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
15556 the board, so use timer_init() instead of interrupt_init().
15557
15558 Signed-off-by: Stelian Pop <stelian@popies.net>
15559
15560commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
15561Author: Stelian Pop <stelian@popies.net>
15562Date: Wed Mar 26 21:52:36 2008 +0100
15563
15564 Cleanup DataFlash partition handling
15565
15566 DataFlash partition information has become a mess. This patch
15567 defines a single partition scheme for Atmel DataFlashes. This partition
15568 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
15569
15570 Signed-off-by: Stelian Pop <stelian@popies.net>
15571
15572commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
15573Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15574Date: Fri Mar 28 08:47:45 2008 -0500
15575
15576 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
15577
15578 When the version_string function in start.S is not 4-byte align,
15579 it will cause the compiler generates "unaligned opcodes detected
15580 in executable segment". This issue affects all ColdFire CPUs.
15581 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
15582 it is not aligned.
15583
15584 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15585 Acked-by: John Rigby <jrigby@freescale.com>
15586
15587commit bae61eefe15b4d454060a7140e49ae58322be803
15588Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15589Date: Tue Mar 25 15:41:15 2008 -0500
15590
15591 ColdFire: Add dspi and serial flash support for MCF5445x
15592
15593 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15594 Acked-by: John Rigby <jrigby@freescale.com>
15595
15596commit 48ead7a7a922fceaf494e352abfab8216a41b417
15597Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15598Date: Tue Mar 18 17:37:01 2008 -0500
15599
15600 ColdFire: Remove R5200 board
15601
15602 This board never went into production
15603
15604 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
15605 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15606 Acked-by: John Rigby <jrigby@freescale.com>
15607
15608commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
15609Author: Matthew Fettke <[matthew.fettke@gmail.com]>
15610Date: Thu Jan 24 14:02:32 2008 -0600
15611
15612 ColdFire: Added M5275EVB support.
15613
15614 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
15615 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15616 Acked-by: John Rigby <jrigby@freescale.com>
15617
15618commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
15619Author: Matthew Fettke <[matthew.fettke@gmail.com]>
15620Date: Mon Feb 4 15:38:20 2008 -0600
15621
15622 ColdFire: Added MCF5275 cpu support.
15623
15624 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
15625 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15626 Acked-by: John Rigby <jrigby@freescale.com>
15627
15628commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
15629Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15630Date: Mon Mar 17 12:14:11 2008 -0500
15631
15632 ColdFire: Define bootdelay in configuration file for M52277EVB
15633
15634 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
15635 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15636 Acked-by: John Rigby <jrigby@freescale.com>
15637
15638commit 77878f16cedee17161ff2336990970fffc6cea35
15639Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15640Date: Mon Mar 17 12:09:07 2008 -0500
15641
15642 ColdFire: Fix second memory Chipselect for M5475EVB
15643
15644 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15645 Acked-by: John Rigby <jrigby@freescale.com>
15646
15647commit 43d60642395a550956cb21d287c8cfa563913d28
15648Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15649Date: Thu Mar 13 14:26:32 2008 -0500
15650
15651 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
15652
15653 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15654 Acked-by: John Rigby <jrigby@freescale.com>
15655
15656commit eb14ebe813a0cb5d47905228da446a5ad692473b
15657Author: Larry Johnson <lrj@acm.org>
15658Date: Sun Mar 30 20:33:04 2008 -0500
15659
15660 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
15661
15662 Signed-off-by: Larry Johnson <lrj@acm.org>
15663
15664commit 02e3892021112f21067d9ed1d04ae4182725ba52
15665Author: Stefan Roese <sr@denx.de>
15666Date: Mon Mar 31 12:20:48 2008 +0200
15667
15668 ppc4xx: Small whitespace fix of esd patches
15669
15670 Signed-off-by: Stefan Roese <sr@denx.de>
15671
15672commit 034394abb524785047c815f00dde8cdbdc1593c5
15673Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15674Date: Sun Mar 30 18:52:44 2008 +0200
15675
15676 ppc4xx: Cleanup PMC440 board support
15677
15678 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15679
15680commit a6cc6c37188d85c25d167a4515da86f48d9a583e
15681Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15682Date: Sun Mar 30 18:52:06 2008 +0200
15683
15684 ppc4xx: Add ptm configuration variables for PMC440
15685
15686 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
15687 environment variables.
15688
15689 Cleanup pci_target_init.
15690
15691 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15692
15693commit 7c91f51a2fe296909147f1646a1412729dd10b1d
15694Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15695Date: Sun Mar 30 18:01:15 2008 +0200
15696
15697 ppc4xx: Minor updates for DU440 boards
15698
15699 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15700
15701commit d5bffeb868d6b4d462f558dac43011027b6644b7
15702Author: Mike Frysinger <vapier@gentoo.org>
15703Date: Tue Feb 19 00:54:20 2008 -0500
15704
15705 Blackfin: cleanup and overhaul common board init functions
15706
15707 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15708
15709commit b86b3416f874358acaf07519e7620cdb2145f75b
15710Author: Mike Frysinger <vapier@gentoo.org>
15711Date: Tue Feb 19 00:50:58 2008 -0500
15712
15713 Blackfin: cleanup lib_blackfin/cache.c
15714
15715 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15716
15717commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
15718Author: Mike Frysinger <vapier@gentoo.org>
15719Date: Sun Mar 30 15:46:13 2008 -0400
15720
15721 Blackfin: unify cpu and boot modes
15722
15723 All of the duplicated code for Blackfin processors and boot modes have been
15724 unified. After all, the core is the same for all processors, just the
15725 peripheral set differs (which gets handled in the drivers).
15726
15727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15728
15729commit 880cc4381ea8360248cddcdf87a64566745a5724
15730Author: Stelian Pop <stelian@popies.net>
15731Date: Wed Mar 26 22:52:35 2008 +0100
15732
15733 Fix CFG_NO_FLASH compilation.
15734
15735 Many Atmel boards have no "real" (NOR) flash on board, and rely only
15736 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
15737 be present in a board configuration file, while still enabling flash
15738 commands like 'flinfo', 'protect', etc.
15739
15740 Signed-off-by: Stelian Pop <stelian@popies.net>
15741
15742commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
15743Author: Mike Frysinger <vapier@gentoo.org>
15744Date: Tue Feb 19 00:58:13 2008 -0500
15745
15746 Blackfin: BF537-stamp: cleanup spi flash driver
15747
15748 This punts the old spi flash driver for a new/generalized one until the
15749 common one can be integrated.
15750
15751 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15752
15753commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
15754Author: Ben Warren <biggerbadderben@gmail.com>
15755Date: Sun Mar 30 11:34:34 2008 -0400
15756
15757 Fix macro typo in common/cmd_mii.c
15758
15759 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
15760 actually applied the wrong patch.
15761
15762 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15763
15764commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
15765Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15766Date: Sun Mar 30 16:39:53 2008 +0200
15767
15768 use correct at91rm9200 register name in m501sk board
15769
15770 This fixes a naming bug for at91rm9200 lowlevel init code:
15771 NOR boot flash is on chipselect 0, not chipselect 2. This
15772 makes code use the register name from chip datasheets.
15773
15774 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15775
15776commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
15777Author: David Brownell <david-b@pacbell.net>
15778Date: Fri Jan 18 12:55:00 2008 -0800
15779
15780 use correct at91rm9200 register name
15781
15782 This fixes a naming bug for at91rm9200 lowlevel init code:
15783 NOR boot flash is on chipselect 0, not chipselect 2. This
15784 makes code use the register name from chip datasheets.
15785
15786 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
15787
15788commit a3543d6dc52b0ba9c64016687cf32d600b31a476
15789Author: David Brownell <david-b@pacbell.net>
15790Date: Fri Jan 18 12:45:45 2008 -0800
15791
15792 add missing ARM boards to MAKEALL
15793
15794 Add some missing ARM boards to MAKEALL. These build correctly,
15795 unlike several of the boards already listed.
15796
15797 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
15798
15799commit 066bebd6353e33af3adefc3404560871699e9961
15800Author: Peter Pearse <peter.pearse@arm.com>
15801Date: Sun Mar 30 11:34:09 2008 +0100
15802
15803 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
15804 to prevent compilation error.
15805
15806 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
15807
15808commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
15809Author: Guennadi Liakhovetski <[lg@denx.de]>
15810Date: Sun Mar 30 11:32:30 2008 +0100
15811
15812 Support for the MX31ADS evaluation board from Freescale
15813
15814 This patch adds support for the MX31ADS evaluation board from Freescale,
15815 initialization code is copied from RedBoot sources, also provided by Freescale.
15816
15817 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15818
15819commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
15820Author: Sascha Hauer <s.hauer@pengutronix.de>
15821Date: Sun Mar 30 11:32:27 2008 +0100
15822
15823 Phytec Phycore-i.MX31 support
15824
15825 This patch adds support for the Phytec Phycore-i.MX31 board
15826
15827 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15828 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15829
15830commit a147e56f03871bba4f05058d5e04ce7deb010b04
15831Author: Sascha Hauer <s.hauer@pengutronix.de>
15832Date: Sun Mar 30 11:32:24 2008 +0100
15833
15834 mx31 litekit support
15835
15836 This patch adds support for the mx31 litekit board
15837
15838 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15839 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15840
15841commit d6674e0e2a6a1f033945f78838566210d3f28c95
15842Author: Sascha Hauer <s.hauer@pengutronix.de>
15843Date: Sun Mar 30 11:32:21 2008 +0100
15844
15845 add SMSC LAN9x1x Network driver
15846
15847 This patch adds a driver for the following smsc network controllers:
15848 LAN9115
15849 LAN9116
15850 LAN9117
15851 LAN9215
15852 LAN9216
15853 LAN9217
15854
15855 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15856 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15857
15858commit 8c8463cce44d849e37744749b32d38e1dfb12e50
15859Author: Sascha Hauer <s.hauer@pengutronix.de>
15860Date: Sun Mar 30 11:32:16 2008 +0100
15861
15862 add an i2c driver for mx31
15863
15864 This patch adds an i2c driver for Freescale i.MX processors
15865
15866 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15867 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15868
15869commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
15870Author: Sascha Hauer <s.hauer@pengutronix.de>
15871Date: Sun Mar 30 11:30:43 2008 +0100
15872
15873 core support for Freescale mx31
15874
15875 This patch adds the core support for Freescale mx31
15876
15877 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15878 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15879
15880commit 8bf69d81782619187933a605f1a95ee1d069478d
15881Author: Sascha Hauer <s.hauer@pengutronix.de>
15882Date: Sun Mar 30 11:28:46 2008 +0100
15883
15884 Separate omap24xx specific code from arm1136
15885
15886 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
15887
15888 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
15889 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15890
15891commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
15892Author: Peter Pearse <peter.pearse@arm.com>
15893Date: Sun Mar 30 11:23:05 2008 +0100
15894
15895 Add pmdra into MAKEALL
15896
15897 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
15898
15899commit a574a73852a527779234e73e17e7597fd8128882
15900Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
15901Date: Sun Mar 30 11:21:58 2008 +0100
15902
15903 Adds support for the Prodrive PMDRA board, based on a DM6441
15904
15905 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
15906
15907commit 1377b5583a48021d983e1fd565f7d40c89e84d63
15908Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
15909Date: Sun Mar 30 11:11:34 2008 +0100
15910
15911 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
15912
15913 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
15914
15915commit 1704dc20917b4f71e373e2c888497ee666d40380
15916Author: Dirk Behme <dirk.behme@gmail.com>
15917Date: Sun Mar 30 11:09:01 2008 +0100
15918
15919 - Remove *_masked() functions as noted by Wolfgang
15920 - Adapt register naming to recent TI spec (sprue26, March 2007)
15921 - Fix reset_timer() handling
15922 - As reported by Pieter [1] the overflow fix introduced a
15923 delay of factor 16 (e.g 2 seconds became 32). While the
15924 overflow fix is basically okay, it missed to divide udelay by
15925 16, too. Fix this.
15926 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
15927 - Remove software division of timer count value (DIV(x)
15928 macro) and do it in hardware (TIM_CLK_DIV).
15929 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
15930 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
15931 the hints & testing!
15932
15933 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
15934
15935 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
15936
15937commit ac3315c26e143c31680750c9c13f027efbcc887e
15938Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15939Date: Thu Mar 6 16:45:44 2008 +0100
15940
15941 new PHY @ e1000 - 2nd try
15942
15943 Add 82541ER device with latest integrated IGP2 PHY.
15944 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
15945
15946 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15947 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15948
15949commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
15950Author: Daniel Hellstrom <daniel@gaisler.com>
15951Date: Fri Mar 28 20:22:53 2008 +0100
15952
15953 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
15954
15955 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
15956 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
15957 available at www.gaisler.com.
15958
15959 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
15960 offloading etc.) can be determined by a bit in the control register.
15961 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
15962
15963 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
15964 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15965
15966commit 233a8bcd94997f3f345833a3b82e836222f2a206
15967Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
15968Date: Mon Mar 17 17:08:22 2008 -0500
15969
15970 Add CONFIG_MII_INIT in cmd_mii.c
15971
15972 Provide common configuration in do_mii() to execute mii_init()
15973 for all cpu architectures
15974
15975 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15976 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15977
15978commit f605479de2deb11e834f31dfdb0af107c86aced6
15979Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
15980Date: Mon Mar 17 17:08:16 2008 -0500
15981
15982 ColdFire: Fix FEC transmit issue for MCF5275
15983
15984 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15985 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15986
15987commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
15988Author: Aras Vaichas <arasv@magtech.com.au>
15989Date: Wed Mar 26 09:43:57 2008 +1100
15990
15991 DHCP request fix for Windows Server 2003
15992
15993 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
15994 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
15995 interoperability problems with Windows Server 200x DHCP server when U-Boot
15996 client responds too fast for server to handle.
15997
15998 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
15999 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16000
16001commit 97bf85d784fbed485e652eb907589ad0d5cb7262
16002Author: Daniel Hellstrom <daniel@gaisler.com>
16003Date: Fri Mar 28 20:40:19 2008 +0100
16004
16005 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
16006
16007 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
16008 SPARC CPUs implement flash_read64 which calls __raw_readq.
16009
16010 For current SPARC architectures (LEON2 and LEON3) each read from the
16011 FLASH must lead to a cache miss. This is because FLASH can not be set
16012 non-cacheable since program code resides there, and alternatively disabling
16013 cache is poor from performance view, or doing a cache flush between each
16014 read is even poorer.
16015
16016 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
16017 load alternative space, the alternative space number (ASI) is processor
16018 implementation spcific and can be found by including <asm/processor.h>.
16019
16020 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
16021
16022commit 70431e8a7393b6b793f77957f95b999fc9a269b8
16023Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16024Date: Fri Mar 28 15:41:25 2008 +0100
16025
16026 Make MPC83xx one step closer to full relocation.
16027
16028 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
16029 and use GOT relative reference.
16030
16031 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16032 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16033
16034commit 5b2793a3f3de34d439232b05acc8af67a028fd35
16035Author: Michael Barkowski <michael.barkowski@freescale.com>
16036Date: Thu Mar 27 14:34:43 2008 -0400
16037
16038 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
16039
16040 This patch fixes eeprom page size so that you can now write more than
16041 64 bytes at a time.
16042
16043 It also makes the board take MAC addresses, if found, from EEPROM.
16044
16045 User should place up to 4 addresses at offset 0x7f00, for
16046 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
16047 four six-byte values should have it's CRC at the end. crc32 and
16048 eeprom commands can be used to accomplish this.
16049
16050 If CRC fails, MAC addresses come from the environment. If CRC
16051 succeeds, the environment is overwritten at startup.
16052
16053 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
16054 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16055
16056commit 8f325cff31f6e745e6540014b131b9a97f61944c
16057Author: Michael Barkowski <michael.barkowski@freescale.com>
16058Date: Fri Mar 28 15:15:38 2008 -0400
16059
16060 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
16061
16062 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
16063 controller on the PCI bus in Linux on the MPC8323ERDB.
16064
16065 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
16066 config file.
16067
16068 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
16069 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16070
16071commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
16072Author: Kim Phillips <kim.phillips@freescale.com>
16073Date: Fri Mar 28 10:19:07 2008 -0500
16074
16075 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
16076
16077 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
16078 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
16079 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
16080 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
16081 convenience macros.
16082
16083 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16084
16085commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
16086Author: Kim Phillips <kim.phillips@freescale.com>
16087Date: Fri Mar 28 10:18:53 2008 -0500
16088
16089 mpc83xx: display ddr frequency in board_add_ram_info banner
16090
16091 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16092
16093commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
16094Author: Kim Phillips <kim.phillips@freescale.com>
16095Date: Fri Mar 28 10:18:40 2008 -0500
16096
16097 mpc83xx: unreinvent mem_clk
16098
16099 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
16100 mem_*_clk for consistency's sake.
16101
16102 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16103
16104commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
16105Author: Kim Phillips <kim.phillips@freescale.com>
16106Date: Fri Mar 28 14:31:23 2008 -0500
16107
16108 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
16109
16110 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16111
16112commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
16113Author: Dave Liu <r63238@freescale.com>
16114Date: Wed Mar 26 22:57:19 2008 +0800
16115
16116 mpc83xx: enable the SATA interface on mpc837xemds board
16117
16118 Enable the first two SATA interfaces on MPC837xEMDS board,
16119 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
16120
16121 Signed-off-by: Dave Liu <daveliu@freescale.com>
16122 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16123
16124commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
16125Author: Dave Liu <r63238@freescale.com>
16126Date: Wed Mar 26 22:56:36 2008 +0800
16127
16128 mpc83xx: initialize serdes for MPC837xEMDS boards
16129
16130 This patch is stolen from Anton Vorontsov's patch
16131 for mpc837xerdb boards.
16132
16133 The reference clk and xcorevdd voltage of serdes1/2
16134 is same between mpc837xemds and mpc837xerdb.
16135
16136 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
16137 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
16138 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
16139
16140 Signed-off-by: Dave Liu <daveliu@freescale.com>
16141 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16142
16143commit cc8e839abc80887ae832767b5930d40edd6d7eb7
16144Author: Stefan Roese <sr@denx.de>
16145Date: Fri Mar 28 14:09:04 2008 +0100
16146
16147 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
16148
16149 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
16150 interface. This usage can be configured with the jumper J6. This patch
16151 displays the current configuration upon bootup and changes the PCIe
16152 init loop, to only initialize the availabel PCIe slots.
16153
16154 Signed-off-by: Stefan Roese <sr@denx.de>
16155
16156commit 90447ecbbac8572457b6d8903073ac3f120995ba
16157Author: Tor Krill <tor@excito.com>
16158Date: Fri Mar 28 11:29:10 2008 +0100
16159
16160 MTD/CFI: Add support for 16bit legacy AMD flash
16161
16162 Add entry for 512Kx16 AMD flash to jedec_table.
16163 Read out 16bit device id if chipwidth is 16bit.
16164 Fixed coding style after Stefans feedback
16165
16166 Signed-off-by: Tor Krill <tor@excito.com>
16167
16168commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
16169Author: Stefan Roese <sr@denx.de>
16170Date: Fri Mar 28 11:02:53 2008 +0100
16171
16172 ppc: Small change to CFG_MEM_TOP_HIDE description
16173
16174 Signed-off-by: Stefan Roese <sr@denx.de>
16175
16176commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
16177Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16178Date: Thu Mar 27 15:44:12 2008 +0900
16179
16180 sh: Add support stat structure and stat.h
16181
16182 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16183
16184commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
16185Author: Mark Jonas <toertel@gmail.com>
16186Date: Sat Mar 22 19:27:52 2008 +0100
16187
16188 sh: Removed warning when compiling drivers/serial/serial_sh.c.
16189
16190 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
16191 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16192
16193commit f309fa38929ffba71230c02330ffa42f4bba6333
16194Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16195Date: Wed Mar 12 18:02:57 2008 +0900
16196
16197 sh: Remove disable_ctrlc function from R7780MP
16198
16199 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16200
16201commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
16202Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16203Date: Wed Mar 12 17:55:15 2008 +0900
16204
16205 sh: Add maintainer of R7780MP to MAINTAINER file
16206
16207 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
16208
16209 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16210
16211commit f5e2466f7baa887a7df0c536333eea8231333497
16212Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16213Date: Tue Mar 25 17:11:24 2008 +0900
16214
16215 sh: Add support Renesas Solutions R2D plus board
16216
16217 R2D plus is SH reference board used with SH7751R.
16218 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
16219 one PCI bus, VGA, and two Ethernet controller.
16220
16221 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16222
16223commit e92c95180bb5bc5fd4051598a9d60beaba48988d
16224Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16225Date: Wed Mar 12 12:15:29 2008 +0900
16226
16227 sh: Add support SH4 cache control
16228
16229 Add support SH4 cache control and flash_cache function
16230
16231 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16232
16233commit 28e5efde4d925fcb34901d0030d0648de2da7e89
16234Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16235Date: Mon Mar 24 01:53:01 2008 +0900
16236
16237 sh: Add support PCI host driver for SH7751/SH7751R
16238
16239 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16240
16241commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
16242Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16243Date: Mon Mar 24 02:11:26 2008 +0900
16244
16245 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
16246
16247 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16248
16249commit 566933278101c144d75361ea682678a326c1290d
16250Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16251Date: Wed Mar 12 12:10:28 2008 +0900
16252
16253 sh: Add support SuperH SH7751/SH7751R
16254
16255 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16256
16257commit 3313e0e26224fc9a0c445124f3455058c696df84
16258Author: Mark Jonas <toertel@gmail.com>
16259Date: Mon Mar 10 11:37:10 2008 +0100
16260
16261 sh: Added support for SH7720 based board MPR2.
16262
16263 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
16264 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16265
16266commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
16267Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16268Date: Thu Mar 6 14:05:53 2008 +0900
16269
16270 sh: Fix receive FIFO level register of SH4A
16271
16272 Receive FIFO level register is different in SH4A.
16273 Because register is different, cannot occasionally receive data.
16274
16275 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16276
16277commit c133c1fb0b590662206b0eba70f4478ee0300a9a
16278Author: Yusuke Goda <goda.yusuke@renesas.com>
16279Date: Tue Mar 11 12:55:12 2008 +0900
16280
16281 sh: Add support Renesas Solutions R7780MP
16282
16283 Renesas Solutions R7780MP is a reference board on SH7780.
16284 This board has serial, 10/100 base Ethernet deivice, CF slot
16285 and VGA devices. This board can set extension board.
16286 Extension board has 10/100/1000 base Ethernet device, PCI slot,
16287 S-ATA, iDVR slot.
16288
16289 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
16290 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16291
16292commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
16293Author: Yusuke Goda <goda.yusuke@renesas.com>
16294Date: Wed Mar 5 14:30:02 2008 +0900
16295
16296 sh: Add support PCI of SuperH and SH7780
16297
16298 This patch add support PCI of SuperH base code and SH7780 specific code.
16299
16300 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
16301 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16302
16303commit b55523efff2ae11f0b9ae3cc405893c32eb78156
16304Author: Yusuke Goda <goda.yusuke@renesas.com>
16305Date: Wed Mar 5 14:23:26 2008 +0900
16306
16307 sh: Add support SH7780
16308
16309 SH7780 is CPU of Renesas Technology.
16310 This CPU has
16311 - CPU clock 400MHz
16312 - PCI support
16313 - DDR-SDRAM controller
16314 - etc ...
16315
16316 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
16317 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16318
16319commit c2042f5952a686c414031309b8f244513bf578f0
16320Author: goda.yusuke <goda.yusuke@renesas.com>
16321Date: Fri Jan 25 20:46:36 2008 +0900
16322
16323 sh: Add support Renesas Solutions Migo-R board
16324
16325 Migo-R is a board based on SH7722 and has may devices.
16326 In this patch, supported SCIF, NOR flash and Ethernet.
16327
16328 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
16329 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16330
16331commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
16332Author: Bartlomiej Sieka <tur@semihalf.com>
16333Date: Thu Mar 27 15:06:40 2008 +0100
16334
16335 Fix host tool build breakage, take two
16336
16337 Revert commit 87c8431f and fix build breakage so that the build continues
16338 to work on FC systems.
16339
16340 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16341
16342commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
16343Author: Stefan Roese <sr@denx.de>
16344Date: Wed Mar 19 09:36:47 2008 +0100
16345
16346 ppc4xx: Enable ECC on LWMON5
16347
16348 Since all ECC related problems seem to be resolved on LWMON5, this patch
16349 now enables ECC support.
16350
16351 We have to write the ECC bytes by zeroing and flushing in smaller
16352 steps, since the whole 256MByte takes too long for the external
16353 watchdog.
16354
16355 Signed-off-by: Stefan Roese <sr@denx.de>
16356
16357commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
16358Author: Larry Johnson <lrj@acm.org>
16359Date: Mon Mar 17 11:10:35 2008 -0500
16360
16361 ppc4xx: Updates to Korat-specific code
16362
16363 This patch contains updates for changes for the Korat PPC440EPx board.
16364 These changes include:
16365
16366 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
16367 described in the new "doc/README.korat" file;
16368
16369 (2) a new memory map for the registers in the board's CPLD;
16370
16371 (3) a revised format for manufacturer's data in serial EEPROM; and
16372
16373 (4) changes to track updates to U-Boot for the Sequoia board.
16374
16375 Signed-off-by: Larry Johnson <lrj@acm.org>
16376
16377commit f766cdf89b3a2a7634b8c5869f606150e332036c
16378Author: Markus Brunner <super.firetwister@gmail.com>
16379Date: Thu Mar 27 10:46:25 2008 +0100
16380
16381 ppc4xx: PPC405EP Set EMAC noise filter bits
16382
16383 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
16384 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
16385 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
16386
16387 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
16388 Signed-off-by: Stefan Roese <sr@denx.de>
16389
16390commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
16391Author: Mike Nuss <mike@terascala.com>
16392Date: Wed Feb 20 11:54:20 2008 -0500
16393
16394 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
16395
16396 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
16397 after startup to change the speed of the clocks. This patch adds the
16398 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
16399 initialization code will reconfigure the PLL to run the system with a CPU
16400 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
16401 external EEPROM.
16402
16403 Signed-off-by: Mike Nuss <mike@terascala.com>
16404 Acked-by: Stefan Roese <sr@denx.de>
16405
16406commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
16407Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16408Date: Thu Mar 27 09:12:40 2008 +0100
16409
16410 new-image: Fix host tool build breakage
16411
16412 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16413
16414commit 6fb4b640562a10daff0dbe537638d511b5b48650
16415Author: Stefan Roese <sr@denx.de>
16416Date: Thu Mar 27 10:24:03 2008 +0100
16417
16418 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
16419
16420 Signed-off-by: Stefan Roese <sr@denx.de>
16421
16422commit 9462732a3ec551c11862450902cd8ee1bedea6d9
16423Author: Stefan Roese <sr@denx.de>
16424Date: Wed Mar 19 10:23:43 2008 +0100
16425
16426 ppc4xx: Add fdt support to Prodrive alpr
16427
16428 Since this board will probably be ported to arch/powerpc in the
16429 near future, we add device tree support now. This way we are
16430 "ready" for arch/powerpc from now on.
16431
16432 Signed-off-by: Stefan Roese <sr@denx.de>
16433
16434commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
16435Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
16436Date: Mon Mar 17 09:27:56 2008 +0100
16437
16438 ppc4xx: Enable cache support on the ALPR board
16439
16440 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
16441
16442commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
16443Author: Stefan Roese <sr@denx.de>
16444Date: Wed Mar 26 10:14:11 2008 +0100
16445
16446 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
16447
16448 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
16449 memory area will get subtracted from the top (end) of ram and won't get
16450 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
16451 should gets passed the now "corrected" memory size and won't touch it
16452 either. This should work for arch/ppc and arch/powerpc. Only Linux board
16453 ports in arch/powerpc with bootwrapper support, which recalculate the
16454 memory size from the SDRAM controller setup, will have to get fixed
16455 in Linux additionally.
16456
16457 This patch enables this config option on some PPC440EPx boards as a workaround
16458 for the CHIP 11 errata. Here the description from the AMCC documentation:
16459
16460 CHIP_11: End of memory range area restricted access.
16461 Category: 3
16462
16463 Overview:
16464 The 440EPx DDR controller does not acknowledge any
16465 transaction which is determined to be crossing over the
16466 end-of-memory-range boundary, even if the starting address is
16467 within valid memory space. Any such transaction from any PLB4
16468 master will result in a PLB time-out on PLB4 bus.
16469
16470 Impact:
16471 In case of such misaligned bursts, PLB4 masters will not
16472 retrieve any data at all, just the available data up to the
16473 end of memory, especially the 440 CPU. For example, if a CPU
16474 instruction required an operand located in memory within the
16475 last 7 words of memory, the DCU master would burst read 8
16476 words to update the data cache and cross over the
16477 end-of-memory-range boundary. Such a DCU read would not be
16478 answered by the DDR controller, resulting in a PLB4 time-out
16479 and ultimately in a Machine Check interrupt. The data would
16480 be inaccessible to the CPU.
16481
16482 Workaround:
16483 Forbid any application to access the last 256 bytes of DDR
16484 memory. For example, make your operating system believe that
16485 the last 256 bytes of DDR memory are absent. AMCC has a patch
16486 that does this, available for Linux.
16487
16488 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
16489 lwmon5, korat, sequoia
16490
16491 The other remaining 440EPx board were intentionally not included
16492 since it is not clear to me, if they use the end of ram for some
16493 other purpose. This is unclear, since these boards have CONFIG_PRAM
16494 defined and even comments like this:
16495
16496 PMC440.h:
16497 /* esd expects pram at end of physical memory.
16498 * So no logbuffer at the moment.
16499 */
16500
16501 It is strongly recommended to not use the last 256 bytes on those
16502 boards too. Patches from the board maintainers are welcome.
16503
16504 Signed-off-by: Stefan Roese <sr@denx.de>
16505
16506commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
16507Author: Stefan Roese <sr@denx.de>
16508Date: Thu Mar 27 10:09:05 2008 +0100
16509
16510 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
16511
16512 Signed-off-by: Stefan Roese <sr@denx.de>
16513
16514commit d56a3ce179688cde61073a3690e21703d68fafd7
16515Author: Stefan Roese <sr@denx.de>
16516Date: Tue Mar 25 17:51:13 2008 +0100
16517
16518 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
16519
16520 The routine ft_board_setup() configures the EBC NOR mappings for the
16521 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
16522 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
16523 problem, we need to pass the corrected address here too.
16524
16525 Signed-off-by: Stefan Roese <sr@denx.de>
16526
16527commit 9ad31989de12ce5c67b07c4867ead47465655c4b
16528Author: Stefan Roese <sr@denx.de>
16529Date: Wed Mar 19 16:35:12 2008 +0100
16530
16531 ppc4xx: Fix compilation warning in 4xx_enet.c
16532
16533 Signed-off-by: Stefan Roese <sr@denx.de>
16534
16535commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
16536Author: Stefan Roese <sr@denx.de>
16537Date: Wed Mar 19 16:20:49 2008 +0100
16538
16539 ppc4xx: Add AMCC Glacier 406GT eval board support
16540
16541 This patch adds support for the AMCC Glacier 460GT eval board.
16542 The main difference to the Canyonlands board are listed here:
16543
16544 - 4 ethernet ports instead of 2
16545 - no SATA port
16546 - no USB port
16547
16548 Currently EMAC2+3 are not working. This will be fixed in a later
16549 release.
16550
16551 Signed-off-by: Stefan Roese <sr@denx.de>
16552
16553commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
16554Author: Stefan Roese <sr@denx.de>
16555Date: Thu Mar 27 08:47:26 2008 +0100
16556
16557 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
16558
16559 Signed-off-by: Stefan Roese <sr@denx.de>
16560
16561commit b9670dd85be6e0496ef2e231043c23cad9b1d903
16562Author: Anatolij Gustschin <agust@denx.de>
16563Date: Wed Mar 26 21:05:43 2008 +0100
16564
16565 Fix out of tree building issue
16566
16567 Currently U-Boot building in some external directory
16568 doesn't work. This patch tries to fix the problem.
16569
16570 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16571
16572commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
16573Author: Anatolij Gustschin <agust@denx.de>
16574Date: Wed Mar 26 18:13:33 2008 +0100
16575
16576 README: update documentation (availability, links, etc.)
16577
16578 Fix typo in README
16579
16580 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16581
16582commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
16583Author: Anatolij Gustschin <agust@denx.de>
16584Date: Wed Mar 26 17:47:44 2008 +0100
16585
16586 Fix compilation error in cmd_usb.c
16587
16588 This patch fixes compilation error
16589 cmd_usb.c: In function 'do_usb':
16590 cmd_usb.c:552: error: void value not ignored as it ought to be
16591
16592 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16593
16594commit d8c82db482d6b535d12b419d6440b88bf7091c9b
16595Author: Timur Tabi <timur@freescale.com>
16596Date: Fri Mar 14 17:45:29 2008 -0500
16597
16598 Add support for setting the I2C bus speed in fsl_i2c.c
16599
16600 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
16601 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
16602 but fsl_i2c.c ignores it and uses conservative value when programming the
16603 I2C bus speed.
16604
16605 Signed-off-by: Timur Tabi <timur@freescale.com>
16606 Acked-by: Andy Fleming <afleming@freescale.com>
16607
16608commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
16609Author: Wolfgang Denk <wd@denx.de>
16610Date: Thu Mar 27 00:03:57 2008 +0100
16611
16612 Coding style cleanup, update CHANGELOG
16613
16614 Signed-off-by: Wolfgang Denk <wd@denx.de>
16615
d049cc7f
WD
16616commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
16617Author: Dave Liu <r63238@freescale.com>
16618Date: Wed Mar 26 22:55:32 2008 +0800
16619
16620 drivers: add the support for Freescale SATA controller
16621
16622 Add the Freescale on-chip SATA controller driver to u-boot,
16623 The SATA controller is used on the 837x and 8315 targets,
16624 The driver can be used to load kernel, fs and dtb.
16625
16626 The features list:
16627 - 1.5/3 Gbps link speed
16628 - LBA48, LBA28 support
16629 - DMA and FPDMA support
16630 - Two ports support
16631
16632 Signed-off-by: Dave Liu <daveliu@freescale.com>
16633
16634commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
16635Author: Dave Liu <r63238@freescale.com>
16636Date: Wed Mar 26 22:54:44 2008 +0800
16637
16638 ata: add the readme for SATA command line
16639
16640 Signed-off-by: Dave Liu <daveliu@freescale.com>
16641
16642commit cd54081cd479e542fc399b8a40651ff11a1ad849
16643Author: Dave Liu <r63238@freescale.com>
16644Date: Wed Mar 26 22:53:24 2008 +0800
16645
16646 ata: enable the sata initialize on boot up
16647
16648 Signed-off-by: Dave Liu <daveliu@freescale.com>
16649
16650commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
16651Author: Dave Liu <r63238@freescale.com>
16652Date: Wed Mar 26 22:52:36 2008 +0800
16653
16654 ata: add the fis struct for SATA
16655
16656 Signed-off-by: Dave Liu <daveliu@freescale.com>
16657
16658commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
16659Author: Dave Liu <r63238@freescale.com>
16660Date: Wed Mar 26 22:51:44 2008 +0800
16661
16662 ata: add the libata support
16663
16664 add simple libata support in u-boot
16665
16666 Signed-off-by: Dave Liu <daveliu@freescale.com>
16667
16668commit 8e9bb43429e50df55fa41932cbe65841ff579220
16669Author: Dave Liu <r63238@freescale.com>
16670Date: Wed Mar 26 22:50:45 2008 +0800
16671
16672 ata: make the ata_piix driver using new SATA framework
16673
16674 original ata_piix driver is using IDE framework, not real
16675 SATA framework. For now, the ata_piix driver is only used
16676 by x86 sc520_cdp board. This patch makes the ata_piix driver
16677 use the new SATA framework, so
16678
16679 - remove the duplicated command stuff
16680 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
16681 - add the CONFIG_CMD_SATA define to sc520_cdp.h
16682
16683 Signed-off-by: Dave Liu <daveliu@freescale.com>
16684
16685commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
16686Author: Dave Liu <r63238@freescale.com>
16687Date: Wed Mar 26 22:49:44 2008 +0800
16688
16689 ata: add the support for SATA framework
16690
16691 - add the SATA framework
16692 - add the SATA command line
16693
16694 Signed-off-by: Dave Liu <daveliu@freescale.com>
16695
16696commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
16697Author: Dave Liu <r63238@freescale.com>
16698Date: Wed Mar 26 22:48:18 2008 +0800
16699
16700 ata: merge the header of ata_piix driver
16701
16702 move the sata.h from include/ to drivers/block/ata_piix.h
16703
16704 Signed-off-by: Dave Liu <daveliu@freescale.com>
16705
16706commit 9eef62804d9695425b24c87b46a61a7fa74afee0
16707Author: Dave Liu <r63238@freescale.com>
16708Date: Wed Mar 26 22:47:06 2008 +0800
16709
16710 ata: merge the ata_piix driver
16711
16712 move the cmd_sata.c from common/ to drivers/ata_piix.c,
16713 the cmd_sata.c have some part of ata_piix controller drivers.
16714 consolidate the driver to have better framework.
16715
16716 Signed-off-by: Dave Liu <daveliu@freescale.com>
16717
1aeed8d7
WD
16718commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
16719Author: Markus Klotzbuecher <mk@denx.de>
16720Date: Wed Mar 26 18:26:43 2008 +0100
16721
16722 USB, Storage: fix a bug introduced in commit
16723 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
16724 to only print only information on one storage device, but not for
16725 multiple.
16726
16727 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16728
16729commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
16730Author: Anatolij Gustschin <agust@denx.de>
16731Date: Wed Mar 26 17:47:44 2008 +0100
16732
16733 Fix compilation error in cmd_usb.c
16734
16735 This patch fixes compilation error
16736 cmd_usb.c: In function 'do_usb':
16737 cmd_usb.c:552: error: void value not ignored as it ought to be
16738
16739 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16740 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16741
16742commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
16743Author: Kumar Gala <galak@kernel.crashing.org>
16744Date: Wed Mar 26 08:53:53 2008 -0500
16745
16746 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
16747
16748 Provide a board_lmb_reserve helper function to ensure we reserve
16749 the page of memory we are using for the boot page translation code.
16750
16751 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16752
16753commit 79679d80021ab095e639e250ca472fe526da02e2
16754Author: Kumar Gala <galak@kernel.crashing.org>
16755Date: Wed Mar 26 08:34:25 2008 -0500
16756
16757 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
16758
16759 The following changes are needed to be inline with ePAPR v0.81:
16760
16761 * r4, r5 and now always set to 0 on boot release
16762 * r7 is used to pass the size of the initial map area (IMA)
16763 * EPAPR_MAGIC value changed for book-e processors
16764 * changes in the spin table layout
16765 * spin table supports a 64-bit physical release address
16766
16767 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16768
16769commit 25eedb2c1958a13110c7de1fc809b624053cc69c
16770Author: Jon Loeliger <jdl@freescale.com>
16771Date: Wed Mar 19 15:02:07 2008 -0500
16772
16773 FSL: Clean up board/freescale/common/Makefile
16774
16775 Each file that can be built here now follows some
16776 CONFIG_ option so that they are appropriately built
16777 or not, as needed. And CONFIG_ defines were added
16778 to various board config files to make sure that happens.
16779
16780 The other board/freescale/*/Makefiles no longer need
16781 to reach up and over into ../common to build their
16782 individually needed files any more.
16783
16784 Boards that are CDS specific were renamed with cds_ prefix.
16785
16786 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16787
16788commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
16789Author: Kumar Gala <galak@kernel.crashing.org>
16790Date: Wed Feb 27 22:00:27 2008 -0600
16791
16792 85xx: Fix merge duplication
16793
16794 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
16795
16796 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16797
16798commit 5893b3d0a4084f87a06a5d3dc03db91206818941
16799Author: James Yang <James.Yang@freescale.com>
16800Date: Tue Feb 12 16:35:07 2008 -0600
16801
16802 85xx: Expand CCSR space with more DDR controller registers.
16803
16804 Signed-off-by: James Yang <James.Yang@freescale.com>
16805 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16806 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16807
16808commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
16809Author: James Yang <James.Yang@freescale.com>
16810Date: Fri Feb 8 18:05:08 2008 -0600
16811
16812 85xx: Speed up get_ddr_freq() and get_bus_freq()
16813
16814 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
16815 called. However, get_sys_info() recalculates extraneous information when
16816 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
16817 values from global_data instead.
16818
16819 Signed-off-by: James Yang <James.Yang@freescale.com>
16820 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16821
16822commit e9ea679918fbc9a53fa2f2a904aac874ea736036
16823Author: James Yang <James.Yang@freescale.com>
16824Date: Fri Feb 8 16:46:27 2008 -0600
16825
16826 85xx: Show DDR memory data rate in addition to the memory clock frequency.
16827
16828 Show the DDR memory data rate in addition to the memory clock
16829 frequency. For DDR/DDR2 memories the memory data rate is 2x the
16830 memory clock.
16831
16832 Signed-off-by: James Yang <James.Yang@freescale.com>
16833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16834
16835commit 591933ca6eabc440e6ed6967233aaf56fce464a3
16836Author: James Yang <James.Yang@freescale.com>
16837Date: Fri Feb 8 16:44:53 2008 -0600
16838
16839 85xx: get_tbclk() speed up and rounding fix
16840
16841 Speed up get_tbclk() by referencing pre-computed bus clock
16842 frequency value from global data instead of sys_info_t. Fix
16843 rounding of result to nearest; previously it was rounding
16844 upwards.
16845
16846 Signed-off-by: James Yang <James.Yang@freescale.com>
16847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16848
16849commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
16850Author: Andy Fleming <afleming@freescale.com>
16851Date: Wed Feb 6 01:19:40 2008 -0600
16852
16853 Update SVR numbers to expand support
16854
16855 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
16856 is used to distinguish certain variants within an SOC family. To
16857 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
16858 constants to reflect the larger value. We also add SVR numbers for all
16859 of the current variants. Finally, to make things neater, rather than
16860 use an enormous switch statement to print out the CPU type, we create
16861 and array of SVR/name pairs (using a macro), and print out the CPU name
16862 that matches the SVR SOC version.
16863
16864 Signed-off-by: Andy Fleming <afleming@freescale.com>
16865
16866commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
16867Author: Andy Fleming <afleming@freescale.com>
16868Date: Wed Feb 6 01:12:57 2008 -0600
16869
16870 Add the Freescale PCI device IDs
16871
16872 Signed-off-by: Andy Fleming <afleming@freescale.com>
16873
16874commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
16875Author: Kumar Gala <galak@kernel.crashing.org>
16876Date: Thu Feb 14 11:04:23 2008 -0600
16877
16878 85xx: Added support for multicore boot mechanism
16879
16880 Added the cpu command that provides a generic mechanism to get status,
16881 reset, and release secondary cores in multicore processors.
16882
16883 Added support for using the ePAPR defined spin-table mechanism on 85xx.
16884
16885 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16886 Signed-off-by: Andy Fleming <afleming@freescale.com>
16887
16888commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
16889Author: Kumar Gala <galak@kernel.crashing.org>
16890Date: Thu Jan 17 16:48:33 2008 -0600
16891
16892 85xx: Added support for multicore boot mechanism
16893
16894 Added the cpu command that provides a generic mechanism to get status,
16895 reset, and release secondary cores in multicore processors.
16896
16897 Added support for using the ePAPR defined spin-table mechanism on 85xx.
16898
16899 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16900
16901commit f69766e4b5d47ecd3aa58677a8da875694f364f2
16902Author: Kumar Gala <galak@kernel.crashing.org>
16903Date: Wed Jan 30 14:55:14 2008 -0600
16904
16905 85xx: Add the concept of CFG_CCSRBAR_PHYS
16906
16907 When we go to 36-bit physical addresses we need to keep the concept of
16908 the physical CCSRBAR address seperate from the virtual one.
16909
16910 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
16911
16912 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16913
d049cc7f
WD
16914commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
16915Author: Wolfgang Denk <wd@denx.de>
16916Date: Wed Mar 26 15:38:47 2008 +0100
16917
16918 Coding style cleanup.
16919
16920 Signed-off-by: Wolfgang Denk <wd@denx.de>
16921
16922commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
16923Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16924Date: Wed Mar 26 13:02:13 2008 +0100
16925
16926 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
16927
16928 The default settings for RTC DS1337 keeps the OSC
16929 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
16930 turn it off.
16931
16932 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16933
16934commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
16935Author: Wolfgang Denk <wd@denx.de>
16936Date: Wed Mar 26 11:48:46 2008 +0100
16937
16938 Cleanup coding style, update CHANGELOG
16939
16940 Signed-off-by: Wolfgang Denk <wd@denx.de>
16941
438a4c11
WD
16942commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
16943Author: Wolfgang Denk <wd@denx.de>
16944Date: Wed Mar 26 10:40:12 2008 +0100
16945
16946 README: update documentation (availability, links, etc.)
16947
16948 Signed-off-by: Wolfgang Denk <wd@denx.de>
16949
16950commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
16951Author: Aras Vaichas <arasv@magtech.com.au>
16952Date: Tue Mar 25 12:09:07 2008 +1100
16953
16954 USB Storage, add meaningful return value
16955
16956 This patch changes the "usb storage" command to return success if it
16957 finds a USB storage device, otherwise it returns error.
16958
16959 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16960
16961commit 18e69a35efbb078403db0c0063986470dad7d082
16962Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16963Date: Fri Mar 14 23:20:18 2008 +0300
16964
16965 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
16966
16967 Linux understands "host" (default), "peripheral" and "otg" (broken).
16968 Though, U-Boot doesn't restrict dr_mode variable to these values (think
16969 of renames in future).
16970
16971 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16972 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16973
16974commit c7604783b236e368f225efb7b3efb418fe20b404
16975Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16976Date: Fri Mar 14 23:20:30 2008 +0300
16977
16978 tsec: fix link detection for the RTL8211B PHY
16979
16980 RTL8211B sets link state register after autonegotiation complete,
16981 so with bootdelay=0 RTL8211B will report lack of the link.
16982
16983 To fix this, we should wait for aneg to complete, even if the
16984 link is currently down.
16985
16986 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16987 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16988
16989commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
16990Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16991Date: Mon Mar 24 20:47:09 2008 +0300
16992
16993 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
16994
16995 device_type = "soc" is being deprecated, newer device trees will use
16996 "fsl,soc" and/or "fsl,immr" for the soc nodes.
16997
16998 This patch also adds clock-frequency property for soc nodes (the same
16999 value as bus-frequency).
17000
17001 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17002
17003commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
17004Author: Joe D'Abbraccio <ljd015@freescale.com>
17005Date: Mon Mar 24 13:00:59 2008 -0400
17006
17007 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
17008
17009 With the original value of 1/2 clock cycle delay, the system ran relatively
17010 stable except when we run benchmarks that are intensive users of memory.
17011 When I run samba connected disk with a HDBENCH test, the system locks-up
17012 or reboots sporadically.
17013
17014 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
17015
17016commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
17017Author: Scott Wood <scottwood@freescale.com>
17018Date: Mon Mar 24 12:44:13 2008 -0500
17019
17020 mpc83xx: Set PCI I/O bus-address base to zero.
17021
17022 The device trees for these boards describe PCI I/O as starting from
17023 address zero from the device's perspective.
17024
17025 Placing I/O elsewhere may cause problems with certain PCI boards, and may
17026 cause problems with Linux.
17027
17028 Signed-off-by: Scott Wood <scottwood@freescale.com>
17029
17030commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
17031Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17032Date: Mon Mar 24 20:47:05 2008 +0300
17033
17034 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
17035
17036 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
17037 This patch fixes "system time drifting" problem.
17038
17039 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17040
17041commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
17042Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17043Date: Mon Mar 24 20:47:02 2008 +0300
17044
17045 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
17046
17047 This is needed to update /choosen/linux,stdout-path properly.
17048
17049 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17050
17051commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
17052Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17053Date: Mon Mar 24 20:47:00 2008 +0300
17054
17055 mpc83xx: MPC8360E-RDK: add dhcp command
17056
17057 Plus modify environment to use it and remove bootfile env variable,
17058 it is internal and CONFIG_BOOTFILE is used for these purposes.
17059
17060 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17061
17062commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
17063Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17064Date: Mon Mar 24 20:46:57 2008 +0300
17065
17066 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
17067
17068 Current DDR setup easily causes memory corruption, this patch fixes it.
17069
17070 Also fix TIMING_CFG0_MRS_CYC definition.
17071
17072 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17073
17074commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
17075Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17076Date: Mon Mar 24 20:46:53 2008 +0300
17077
17078 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
17079
17080 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
17081 controller and FHCI (QE USB).
17082
17083 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17084
17085commit 7ad959490962e6842648d87d4bd795ea6cdcce67
17086Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17087Date: Mon Mar 24 20:46:51 2008 +0300
17088
17089 mpc83xx: MPC8360E-RDK: add support for NAND
17090
17091 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17092
17093commit 9a3e832aeb491861d029991241572ebdf4b5b61b
17094Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17095Date: Mon Mar 24 20:46:46 2008 +0300
17096
17097 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
17098
17099 This is needed for BCM PHYs to work on this board.
17100
17101 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17102
17103commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
17104Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17105Date: Mon Mar 24 20:46:34 2008 +0300
17106
17107 uec: add support for Broadcom BCM5481 Gigabit PHY
17108
17109 This patch adds basic support for Broadcom BCM5481 PHY.
17110
17111 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
17112 Peter Barada <peterb@logicpd.com>.
17113
17114 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17115
17116commit 6a600c3a1876bc203445df4f0fd6b12648259666
17117Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17118Date: Mon Mar 24 20:46:28 2008 +0300
17119
17120 uec: add support for RGMII_RXID interface mode
17121
17122 PHY drivers will use it to setup software delay between RXD and RXC
17123 signals.
17124
17125 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17126
17127commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
17128Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17129Date: Mon Mar 24 20:46:24 2008 +0300
17130
17131 uec: add support for gbit mii status readings
17132
17133 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17134
17135commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
17136Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17137Date: Mon Mar 24 17:40:47 2008 +0300
17138
17139 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
17140
17141 This is primarily for the early console support.
17142
17143 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17144
17145commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
17146Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17147Date: Mon Mar 24 17:40:43 2008 +0300
17148
17149 83xx: initialize serdes for MPC837XRDB boards
17150
17151 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
17152 On the MPC8378ERDB: 2 PCI-E
17153 On the MPC8379ERDB: 4 SATA
17154
17155 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17156
17157commit 453316a2a19642d8afcbca7452e40a6b44a197b1
17158Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17159Date: Mon Mar 24 17:40:32 2008 +0300
17160
17161 83xx: serdes setup routines
17162
17163 This patch adds few routines to configure serdes on 837x targets.
17164
17165 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17166
17167commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
17168Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17169Date: Mon Mar 24 17:40:27 2008 +0300
17170
17171 83xx: split COBJS onto separate lines
17172
17173 ..plus get rid of some #ifdefs in the .c files.
17174
17175 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17176
17177commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
17178Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17179Date: Mon Mar 24 17:40:23 2008 +0300
17180
17181 83xx: nand support for MPC837XRDB boards
17182
17183 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17184
17185commit 82e45a204190593e8613145a928f998fb8c909c4
17186Author: Jerry Van Baren <gvb.uboot@gmail.com>
17187Date: Tue Mar 18 21:44:41 2008 -0400
17188
17189 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
17190
17191 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
17192 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17193
17194commit 0fa7a1b4719e325fce332689fb8754ec166191ff
17195Author: Michael Barkowski <michael.barkowski@freescale.com>
17196Date: Thu Mar 20 13:15:39 2008 -0400
17197
17198 mpc8323erdb: remove RTC and add EEPROM
17199
17200 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
17201
17202 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
17203 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17204
17205commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
17206Author: Michael Barkowski <michael.barkowski@freescale.com>
17207Date: Thu Mar 20 13:15:34 2008 -0400
17208
17209 mpc8323erdb: Improve the system performance
17210
17211 The following changes are based on kernel UCC ethernet performance:
17212
17213 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
17214 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
17215 switch to enable this setting.
17216
17217 The following changes are based on the App Note AN3369 and
17218 verified to improve memory latency using LMbench:
17219
17220 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
17221 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
17222 previously.
17223 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
17224 Twr=15ns, and this was already the setting in DDR_MODE)
17225 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
17226 Trp=15ns)
17227 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
17228 Tras=40ns)
17229 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
17230 Trcd=15ns)
17231 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
17232 Trfc=75ns)
17233 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
17234 on Tfaw=50ns)
17235 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
17236 on CL=3 and WL=2).
17237
17238 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
17239 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17240
17241commit fc549c871f43933396a5b3e21d897023d4b31b8d
17242Author: Michael Barkowski <michael.barkowski@freescale.com>
17243Date: Thu Mar 20 13:15:28 2008 -0400
17244
17245 mpc8323erdb: use readable DDR config macros
17246
17247 Use available shift/mask macros to define DDR configuration.
17248
17249 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
17250 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17251
17252commit 89c7784ed90ba50301eec521144f95111e472906
17253Author: Timur Tabi <timur@freescale.com>
17254Date: Fri Feb 8 13:15:55 2008 -0600
17255
17256 83xx: Add Vitesse VSC7385 firmware uploading
17257
17258 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
17259 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
17260 Cleaned up the board header files to make selecting the VSC7385 easier to
17261 control.
17262
17263 Signed-off-by: Timur Tabi <timur@freescale.com>
17264 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17265
17266commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
17267Author: Timur Tabi <timur@freescale.com>
17268Date: Fri Feb 8 13:15:54 2008 -0600
17269
17270 NET: Add Vitesse VSC7385 firmware uploading
17271
17272 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
17273 and other boards. A small firwmare must be uploaded to its on-board memory
17274 before it can be enabled. This patch adds the code which uploads firmware
17275 (but not the firmware itself).
17276
17277 Previously, this feature was provided by a U-Boot application that was
17278 made available only on Freescale BSPs. The VSC7385 firmware must still
17279 be obtained separately, but at least there is no longer a need for a separate
17280 application.
17281
17282 Signed-off-by: Timur Tabi <timur@freescale.com>
17283 Acked-by: Ben Warren <biggerbadderben@gmail.com>
17284
17285commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
17286Author: Wolfgang Denk <wd@denx.de>
17287Date: Wed Mar 26 00:52:10 2008 +0100
17288
17289 Coding Style cleanyp; update CHANGELOG
17290
17291 Signed-off-by: Wolfgang Denk <wd@denx.de>
17292
aa6f6d17
WD
17293commit 43ddd9c820fec44816188f53346b464e20b3142d
17294Author: Jerry Van Baren <gvb.uboot@gmail.com>
17295Date: Sat Mar 22 14:23:49 2008 -0400
17296
17297 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
17298
17299 These defines embedded the u-boot env variables and/or the bd_t structure
17300 in the fdt blob. The conclusion of discussion on the u-boot email list
17301 was that embedding these in the fdt blob is not useful: there are better
17302 ways of passing the data (in fact, the fdt blob itself replaces the
17303 bd_t struct).
17304
17305 The only board that enables these is the stxxtc and they don't appear
17306 to be used by linux.
17307
17308 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
17309 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17310
17311commit 22ed2285743359fd1fe73e411dff914b2256e68f
17312Author: Stefan Roese <sr@denx.de>
17313Date: Mon Mar 17 10:49:25 2008 +0100
17314
17315 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
17316
17317 Signed-off-by: Stefan Roese <sr@denx.de>
17318
17319commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
17320Author: Kyungmin Park <kmpark@infradead.org>
17321Date: Mon Mar 17 08:54:06 2008 +0900
17322
17323 Add Flex-OneNAND booting support
17324
17325 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
17326 using a NOR Flash interface. This on-chip integration enables system designers
17327 to reduce external system logic and use high-density NAND Flash
17328 in applications that would otherwise have to use more NOR components.
17329
17330 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
17331 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
17332 that require low reliability and high density, SLC area of Flex-OneNAND
17333 to store data that need high reliability and high performance. Flex-OneNAND
17334 can let users take advantage of storing these two different types of data
17335 into one chip, which is making Flex-OneNAND more cost- and space-effective.
17336
17337 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17338
17339commit c512389cc4a10253249271ff6c887c6dab1f0db2
17340Author: André Schwarz <andre.schwarz@matrix-vision.de>
17341Date: Thu Mar 13 13:50:52 2008 +0100
17342
17343 MPC5200: support setup without FEC
17344
17345 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
17346 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
17347
17348 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17349 Acked-by: Grant Likely <grant.likely@secretlab.ca>
17350
17351commit aa3511e422946041ef626f80a05ae5e8bfc700e6
17352Author: Jon Loeliger <jdl@freescale.com>
17353Date: Wed Mar 5 18:05:46 2008 -0600
17354
17355 FSL: Move board/mpc8266ads under board/freescale
17356
17357 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17358
17359commit 7f1d846e5c5754449c286587d099d85246062772
17360Author: Jon Loeliger <jdl@freescale.com>
17361Date: Wed Mar 5 18:05:47 2008 -0600
17362
17363 FSL: Move board/mpc7448hpc2 under board/freescale
17364
17365 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17366
17367commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
17368Author: Jon Loeliger <jdl@freescale.com>
17369Date: Wed Mar 5 18:05:45 2008 -0600
17370
17371 FSL: Move board/mpc8260ads under board/freescale
17372
17373 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17374
17375commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
17376Author: goda.yusuke <goda.yusuke@renesas.com>
17377Date: Wed Mar 5 17:08:33 2008 +0900
17378
17379 net: Add support AX88796L ethernet device
17380
17381 AX88796L is device of NE2000 compatible.
17382 This patch support AX88796L ethernet device.
17383
17384 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
17385 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17386
17387commit e0a6140dd381e1eed1ada2291166ef2616d8822b
17388Author: Wolfgang Denk <wd@denx.de>
17389Date: Tue Mar 25 22:50:41 2008 +0100
17390
17391 ne2000 driver: change #ifdef to Makefile conditional compilation
17392
17393 Signed-off-by: Wolfgang Denk <wd@denx.de>
17394
17395commit e710185aae90c64d39c2d453e40e58ceefe4f250
17396Author: goda.yusuke <goda.yusuke@renesas.com>
17397Date: Wed Mar 5 17:08:20 2008 +0900
17398
17399 net: Divided code of NE2000 ethernet driver
17400
17401 There are more devices of the NE2000 base.
17402 A present code is difficult for us to support more devices.
17403 To support more NE2000 clone devices, separated the function.
17404
17405 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
17406 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17407
17408commit 395bce4f59a507a60a475f7ee46bed47de9482df
17409Author: Mike Frysinger <vapier@gentoo.org>
17410Date: Sun Feb 24 23:58:13 2008 -0500
17411
17412 net/Blackfin: move on-chip MAC driver into drivers/net/
17413
17414 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
17415 directory, but it is not board specific, so relocate it to the drivers dir
17416 so that other Blackfin ports can utilize it.
17417
17418 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17419
17420commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
17421Author: Mike Frysinger <vapier@gentoo.org>
17422Date: Sun Feb 24 23:52:35 2008 -0500
17423
17424 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
17425
17426 Since the "ssync" instruction may have hardware anomalies associated with
17427 it, have the smc91111 driver use the SSYNC macro rather than invoking it
17428 directly. We workaround all the anomalies via this macro.
17429
17430 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17431
17432commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
17433Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
17434Date: Sun Feb 17 22:57:47 2008 +0000
17435
17436 8xx: Update OF support on 8xx
17437
17438 This patch does some shifting around of OF support on 8xx.
17439
17440 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
17441
17442commit 9c666a7db0b2285a270c68810889ce7d5dba304b
17443Author: Kumar Gala <galak@kernel.crashing.org>
17444Date: Fri Feb 15 15:16:18 2008 -0600
17445
17446 ppc: Allow boards to specify how much memory they can map
17447
17448 For historical reasons we limited the stack to 256M because some boards
17449 could only map that much via BATS. However newer boards are capable of
17450 mapping more memory (for example 85xx is capble of doing up to 2G).
17451
17452 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17453
17454commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
17455Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
17456Date: Fri Feb 15 01:05:58 2008 +0000
17457
17458 8xx : Add OF support to Adder875 board port - resubmit
17459
17460 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
17461
17462commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
17463Author: Kumar Gala <galak@kernel.crashing.org>
17464Date: Thu Feb 14 20:44:42 2008 -0600
17465
17466 Add setexpr command
17467
17468 Add a simple expr style command that will set an env variable as the result
17469 of the command. This allows us to do simple math in shell. The following
17470 operations are supported: &, |, ^, +, -, *, /.
17471
17472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17473
17474commit 3f105faa64b9826e088711fdfcaa70cb1230397a
17475Author: Jon Loeliger <jdl@freescale.com>
17476Date: Wed Mar 5 17:27:48 2008 -0600
17477
17478 FSL: Move board/mpc7448hpc2 under board/freescale
17479
17480 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17481
17482commit 449c703374a8868453425e15da7e2f76221b72e4
17483Author: Jon Loeliger <jdl@freescale.com>
17484Date: Wed Mar 5 17:21:43 2008 -0600
17485
17486 FSL: Move board/mpc8266ads under board/freescale
17487
17488 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17489
17490commit 5863577989ad689427bb750107e9a75f1c1645d2
17491Author: Jon Loeliger <jdl@freescale.com>
17492Date: Wed Mar 5 16:41:41 2008 -0600
17493
17494 FSL: Move board/mpc8260ads under board/freescale
17495
17496 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17497
17498commit 8a773983957ee6c4aa344469b742f29c7d26afbd
17499Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17500Date: Tue Mar 25 21:30:08 2008 +0900
17501
17502 [MIPS] Move gth2_config from ARM section to MIPS
17503
17504 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17505
17506commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
17507Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17508Date: Tue Mar 25 21:30:07 2008 +0900
17509
17510 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
17511
17512 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17513
17514commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
17515Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17516Date: Tue Mar 25 21:30:07 2008 +0900
17517
17518 [MIPS] Fix dcache_status()
17519
17520 You can't judge UNCACHED by Config.K0 LSB.
17521
17522 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17523
17524commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
17525Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17526Date: Tue Mar 25 21:30:07 2008 +0900
17527
17528 [MIPS] Introduce _machine_restart
17529
17530 Handles machine specific functions by using weak functions.
17531
17532 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17533
17534commit decaba6f5cf386d569ac3997bebb871b966c6b18
17535Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17536Date: Tue Mar 25 21:30:07 2008 +0900
17537
17538 [MIPS] Cleanup CP0 Status initialization
17539
17540 Add setup_c0_status from Linux. For the moment we disable interrupts, set
17541 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
17542 reset-time configuration and will work well across most processors.
17543
17544 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17545
17546commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
17547Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17548Date: Tue Mar 25 21:30:07 2008 +0900
17549
17550 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
17551
17552 Without this change, we'll be suffering from deffered WATCH exception
17553 once Status.EXL is cleared. Make sure Cause.WP is cleared.
17554
17555 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17556
17557commit 26138623230ca2bad3c78e05a65527ea70c8b688
17558Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17559Date: Tue Mar 25 21:30:07 2008 +0900
17560
17561 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
17562
17563 Move things to appropriate place.
17564
17565 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17566
17567commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
17568Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17569Date: Tue Mar 25 21:30:06 2008 +0900
17570
17571 [MIPS] Implement flush_cache()
17572
17573 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
17574 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
17575 function is used not only in U-Boot specfic programs but also at loading
17576 target binaries.
17577
17578 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17579
17580commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
17581Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17582Date: Tue Mar 25 21:30:06 2008 +0900
17583
17584 [MIPS] Fix I-/D-cache initialization loops
17585
17586 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
17587 again per a loop for I-cache initialization. But according to 'See MIPS
17588 Run', we're encouraged to use three separate loops rather than combining
17589 them *for both I- and D-cache*. This patch tries to fix this.
17590
17591 In accordance with fixing above, mips_init_[id]cache are separated from
17592 mips_cache_reset(), and rewrite cache loops are completely rewritten with
17593 useful macros.
17594
17595 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17596
17597commit 1898840797c7f50799377bd5b285a8a93a82c419
17598Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17599Date: Tue Mar 25 21:30:06 2008 +0900
17600
17601 [MIPS] Replace memory clearance code with f_fill64
17602
17603 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
17604
17605 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17606
17607commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
17608Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17609Date: Tue Mar 25 21:30:06 2008 +0900
17610
17611 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
17612
17613 This patch replaces the current function definitions with NESTED, LEAF
17614 and END macro. They specify some more additional information about the
17615 function; an alignment of symbol, type of symbol, stack frame usage, etc.
17616 These information explicitly tells the assembler and the debugger about
17617 the types of code we want to generate.
17618
17619 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17620
17621commit 282223a607c611425fa33f5428f8eae6636972bb
17622Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17623Date: Tue Mar 25 11:43:17 2008 +0900
17624
17625 [MIPS] asm headers' updates
17626
17627 Make some asm headers adjusted to the latest Linux kernel.
17628
17629 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17630
17631commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
17632Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17633Date: Tue Mar 25 11:39:29 2008 +0900
17634
17635 [MIPS] Request for the 'mips_cache_lock()' removal
17636
17637 The initial intension of having mips_cache_lock() was to use the cache
17638 as memory for temporary stack use so that a C environment can be set up
17639 as early as possible.
17640
17641 But now mips_cache_lock() follow lowlevel_init(). We've already have the
17642 real memory initilaized at this point, therefore we could/should use it.
17643 No reason to lock at all.
17644
17645 Other problems:
17646
17647 Cache locking is not consistent across MIPS implementaions. Some imple-
17648 mentations don't support locking at all. The style of locking varies -
17649 some support per line locking, others per way, etc. Some parts use bits
17650 in status registers instead of cache ops. Current mips_cache_lock() is
17651 not necessarily general-purpose.
17652
17653 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
17654 they are never get unlocked, so the code relies on whatever gets loaded
17655 after U-Boot to re-initialize the cache and clear the locks. We're sup-
17656 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
17657 but leave the situation as it is for a long time.
17658
17659 For these reasons, I proposed the removal of mips_cache_lock() from the
17660 global start-up code.
17661
17662 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
17663 *things have changed*. If he wants the same behavior as before, he needs
17664 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
17665
17666 If we don't have any regression report through several releases, then
17667 we'll remove codes entirely.
17668
17669 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17670 Acked-by: Andrew Dyer <amdyer@gmail.com>
17671
17672commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
17673Author: Yuri Tikhonov <yur@emcraft.com>
17674Date: Mon Mar 24 11:30:54 2008 +0100
17675
17676 lwmon5 SYSMON POST: fix backlight control
17677
17678 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
17679 run on the board, then the SYSMON POST controls the display backlight
17680 (doesn't switch backlight ON if POST FAILED, and does switch the
17681 backlight ON if PASSED).
17682
17683 If not, then the video driver controls the display backlight (just
17684 switch ON the backlight upon initialization).
17685
17686 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17687
17688commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
17689Author: Yuri Tikhonov <yur@emcraft.com>
17690Date: Mon Mar 24 11:29:14 2008 +0100
17691
17692 lwmon5 SYSMON POST: fix handling of negative temperatures
17693
17694 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
17695
17696 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17697
17698commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
17699Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17700Date: Fri Mar 7 16:04:25 2008 +0900
17701
17702 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
17703
17704 In current source code, when the device number of PCI is 0, process PCI
17705 bridge without fail. However, when the device number is 0, it is not PCI
17706 always bridge. There are times when device of PCI allocates.
17707
17708 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
17709 use this patch.
17710
17711 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17712 Acked-by: Stefan Roese <sr@denx.de>
17713
17714commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
17715Author: Yuri Tikhonov <yur@emcraft.com>
17716Date: Fri Mar 21 09:18:40 2008 +0100
17717
17718 LWMON5: fix dsPIC POST
17719
17720 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
17721
17722 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
17723
438a4c11
WD
17724commit 388b82fddc7c05596f3f615f190da0448227dc82
17725Author: Bartlomiej Sieka <tur@semihalf.com>
17726Date: Thu Mar 20 23:23:13 2008 +0100
17727
17728 [new uImage] Enable new uImage support for the pcs440ep board.
17729
17730 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17731
17732commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
17733Author: Bartlomiej Sieka <tur@semihalf.com>
17734Date: Thu Mar 20 23:23:13 2008 +0100
17735
17736 [new uImage] Do not compile new uImage format support by default
17737
17738 Disable default building of new uImage format support in preparation
17739 for merge with the master. Support for new format can be enabled on
17740 a per-board basis, by defining the following in the board's config file:
17741
17742 #define CONFIG_FIT 1
17743 #define CONFIG_OF_LIBFDT 1
17744
17745 This can be optionally defined to give more verbose output:
17746
17747 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
17748
17749 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17750
17751commit dafaede8a46c7159310239e036c93e31c6374487
17752Author: Bartlomiej Sieka <tur@semihalf.com>
17753Date: Thu Mar 20 23:20:31 2008 +0100
17754
17755 [new uImage] Disable debuging output in preparation for merge with master
17756
17757 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17758
17759commit fbe7a155027beacebaee9b32e1ada781fe924bca
17760Author: Bartlomiej Sieka <tur@semihalf.com>
17761Date: Thu Mar 20 19:38:45 2008 +0100
17762
17763 [new uImage] Compilation and new uImage handling fixes for imxtract
17764
17765 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
17766 include/config_cmd_default.h. Fix few warnings and handling of new format
17767 images.
17768
17769 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17770
17771commit 36cc8cbb3379d5166f882641123521735c469f92
17772Author: Bartlomiej Sieka <tur@semihalf.com>
17773Date: Thu Mar 20 23:10:19 2008 +0100
17774
17775 [new uImage] Fix autoscr command used with new uImage format
17776
17777 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17778
17779commit 43142e817f0597be412e7cbe19413f5532eafa5d
17780Author: Bartlomiej Sieka <tur@semihalf.com>
17781Date: Thu Mar 20 23:10:19 2008 +0100
17782
17783 [new uImage] Fix *.its files location in documentation
17784
17785 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17786
aa6f6d17
WD
17787commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
17788Author: Wolfgang Denk <wd@denx.de>
17789Date: Thu Mar 20 22:01:38 2008 +0100
17790
17791 lwmon5 POST: remove unreachable code
17792
17793 plus some coding style cleanup
17794
17795 Signed-off-by: Wolfgang Denk <wd@denx.de>
17796
17797commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
17798Author: Yuri Tikhonov <yur@emcraft.com>
17799Date: Thu Mar 20 17:56:04 2008 +0300
17800
17801 LWMON5: POST RTC fix
17802
17803 Modify the RTC API to provide one a status for the time reported by
17804 the rtc_get() function:
17805 0 - a reliable time is guaranteed,
17806 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
17807 and so on).
17808
17809 The RTC chip drivers are responsible for providing this info if the
17810 corresponding chip supports such functionality. If not - always
17811 report that the time is reliable.
17812
17813 The POST RTC test was modified to detect the RTC faults utilizing
17814 this new rtc_get() feature.
17815
17816 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17817
17818commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
17819Author: Martin Krause <martin.krause@tqs.de>
17820Date: Wed Mar 19 14:25:14 2008 +0100
17821
17822 TQM5200B: update MTD partition layout
17823
17824 - insert partition for dtb blob to TQM5200B MTD layout
17825 - set env variables dependent on the configured board
17826 (TQM5200 or TQM5200B)
17827
17828 Signed-off-by: Martin Krause <martin.krause@tqs.de>
17829
17830commit f0105727d132f56a21fa3ed8b162309cca6cac44
17831Author: Stefan Roese <sr@denx.de>
17832Date: Wed Mar 19 07:09:26 2008 +0100
17833
17834 CFI: Small cleanup for FLASH_SHOW_PROGRESS
17835
17836 With this patch we don't need that many #ifdef's in the code. It moves
17837 the subtraction into the macro and defines a NOP-macro when
17838 CONFIG_FLASH_SHOW_PROGRESS is not defined.
17839
17840 Signed-off-by: Stefan Roese <sr@denx.de>
17841 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17842
17843commit 9a042e9ca512beaaa2cb450274313fc477141241
17844Author: Jerry Van Baren <gvb.uboot@gmail.com>
17845Date: Sat Mar 8 13:48:01 2008 -0500
17846
17847 Flash programming progress countdown.
17848
17849 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
17850
438a4c11
WD
17851commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
17852Author: Bartlomiej Sieka <tur@semihalf.com>
17853Date: Wed Mar 19 10:00:06 2008 +0100
17854
17855 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
17856
17857 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
17858
aa6f6d17
WD
17859commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
17860Author: David Gibson <david@gibson.dropbear.id.au>
17861Date: Mon Feb 18 18:09:04 2008 +1100
17862
17863 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
17864
17865 Since fdt_node_offset_by_compatible() was converted to the new
17866 fdt_next_node() iterator, a chunk of initialization code became
17867 redundant, but was not removed by oversight. This patch cleans it up.
17868
17869 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17870
17871commit d0ccb9b140b472039732de102fc14597eedb14df
17872Author: David Gibson <david@gibson.dropbear.id.au>
17873Date: Mon Feb 18 18:06:31 2008 +1100
17874
17875 libfdt: Trivial cleanup for CHECK_HEADER)
17876
17877 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
17878 However, there are a handful of functions (fdt_move, rw_check_header,
17879 fdt_open_into) from other files which could also use it (currently
17880 they open-code something more-or-less identical). Therefore, this
17881 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
17882 places.
17883
17884 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17885
17886commit fe30a354cdbb808b5f15366a935b151a4ccee74f
17887Author: Kumar Gala <galak@kernel.crashing.org>
17888Date: Wed Feb 20 14:32:36 2008 -0600
17889
17890 Fix fdt boardsetup command parsing
17891
17892 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
17893
17894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17895
17896commit 804887e6001e2f00bea11431bf34d6d472512cda
17897Author: Kumar Gala <galak@kernel.crashing.org>
17898Date: Fri Feb 15 03:34:36 2008 -0600
17899
17900 Add sub-commands to fdt
17901
17902 fdt header - Display header info
17903 fdt bootcpu <id> - Set boot cpuid
17904 fdt memory <addr> <size> - Add/Update memory node
17905 fdt rsvmem print - Show current mem reserves
17906 fdt rsvmem add <addr> <size> - Add a mem reserve
17907 fdt rsvmem delete <index> - Delete a mem reserves
17908
17909 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17910
17911commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
17912Author: David Gibson <david@gibson.dropbear.id.au>
17913Date: Thu Feb 14 16:50:34 2008 +1100
17914
17915 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
17916
17917 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
17918 node which has NOP tags interspersed with its properties. In this
17919 case fdt_add_subnode_namelen() will put the new subnode before the
17920 first NOP tag, even if there are properties after it, which will
17921 result in an invalid blob.
17922
17923 This patch fixes the bug, and adds a testcase for it.
17924
17925 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17926
17927commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
17928Author: David Gibson <david@gibson.dropbear.id.au>
17929Date: Tue Feb 12 11:58:31 2008 +1100
17930
17931 libfdt: Add and use a node iteration helper function.
17932
17933 This patch adds an fdt_next_node() function which can be used to
17934 iterate through nodes of the tree while keeping track of depth. This
17935 function is used to simplify the iteration code in a lot of other
17936 functions, and is also exported for use by library users.
17937
17938 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17939
17940commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
17941Author: David Gibson <david@gibson.dropbear.id.au>
17942Date: Fri Jan 11 14:55:05 2008 +1100
17943
17944 libfdt: Add fdt_set_name() function
17945
17946 This patch adds an fdt_set_name() function to libfdt, mirroring
17947 fdt_get_name(). This is a r/w function which alters the name of a
17948 given device tree node.
17949
17950 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17951
17952commit 23e20aa6488e6c0622496549861bfdc74108debe
17953Author: Yuri Tikhonov <yur@pollux.denx.de>
17954Date: Tue Mar 18 13:33:30 2008 +0100
17955
17956 lwmon5: Fix register test logic to match the specific GDC h/w.
17957
17958 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17959 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17960
17961commit 46bc0a938779aa1d664b847d36b08aa00f22e539
17962Author: Yuri Tikhonov <yur@pollux.denx.de>
17963Date: Tue Mar 18 13:27:57 2008 +0100
17964
17965 Fix backlight in the lwmon5 POST.
17966
17967 Backlight was switched on even when temperature was too low.
17968
17969 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17970 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17971
17972commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
17973Author: Yuri Tikhonov <yur@pollux.denx.de>
17974Date: Wed Feb 6 18:48:36 2008 +0100
17975
17976 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).
17977
17978 To enable this, alternative, configuration the U-Boot board configuration
17979 file for lwmon5 includes the definitions of alternative addresses for header
17980 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
17981
17982 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
17983 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
17984 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
17985
17986 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17987
17988commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
17989Author: Yuri Tikhonov <yur@pollux.denx.de>
17990Date: Mon Feb 4 17:11:53 2008 +0100
17991
17992 Add support for the lwmon5 board reset via GPIO58.
17993
17994 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
17995 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
17996
17997commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
17998Author: Yuri Tikhonov <yur@pollux.denx.de>
17999Date: Mon Feb 4 17:09:55 2008 +0100
18000
18001 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
18002
18003 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18004 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18005
18006commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
18007Author: Yuri Tikhonov <yur@pollux.denx.de>
18008Date: Mon Feb 4 14:11:03 2008 +0100
18009
18010 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.
18011
18012 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18013 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18014
18015commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
18016Author: Yuri Tikhonov <yur@pollux.denx.de>
18017Date: Mon Feb 4 14:10:42 2008 +0100
18018
18019 The patch adds new POST tests for the Lwmon5 board. These are:
18020
18021 * External Watchdog test;
18022 * dsPIC tests;
18023 * FPGA test;
18024 * GDC test;
18025 * Sysmon tests.
18026
18027 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18028 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18029
18030commit c2ed33efbfff5767bca236828e021c55fd547b6c
18031Author: Yuri Tikhonov <yur@pollux.denx.de>
18032Date: Mon Feb 4 14:10:01 2008 +0100
18033
18034 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
18035
18036 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18037
7ed40117
WD
18038commit 3a5d1e7f1309998791702b2a559e3126781746b9
18039Author: Yuri Tikhonov <yur@pollux.denx.de>
18040Date: Tue Mar 18 13:33:30 2008 +0100
18041
18042 lwmon5: Fix register test logic to match the specific GDC h/w.
18043
18044 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18045 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18046
18047commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
18048Author: Yuri Tikhonov <yur@pollux.denx.de>
18049Date: Tue Mar 18 13:27:57 2008 +0100
18050
18051 Fix backlight in the lwmon5 POST.
18052
18053 Backlight was switcehd on even when temperature was too low.
18054
18055 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18056 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18057
18058commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
18059Author: Yuri Tikhonov <yur@pollux.denx.de>
18060Date: Wed Feb 6 18:48:36 2008 +0100
18061
18062 The patch introduces the alternative configuration of the log buffer for
18063 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
18064 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
18065 PPC440EPX_GPT0_COMP5).
18066
18067 To enable this, alternative, configuration the U-Boot board configuration
18068 file for lwmon5 includes the definitions of alternative addresses for header
18069 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
18070
18071 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
18072 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
18073 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
18074
18075 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18076
18077commit ff818b21b069f4bc9cb73373cc5a16014be101b7
18078Author: Yuri Tikhonov <yur@pollux.denx.de>
18079Date: Mon Feb 4 17:11:53 2008 +0100
18080
18081 Add support for the lwmon5 board reset via GPIO58.
18082
18083 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18084 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18085
18086commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
18087Author: Yuri Tikhonov <yur@pollux.denx.de>
18088Date: Mon Feb 4 17:09:55 2008 +0100
18089
18090 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
18091 Disable external watch-dog for now.
18092
18093 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18094 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18095
18096commit e262efe35742c1ad4b0966ff501efc26f34a0aec
18097Author: Yuri Tikhonov <yur@pollux.denx.de>
18098Date: Mon Feb 4 14:11:03 2008 +0100
18099
18100 The patch introduces the CRITICAL feature of POST tests. If the test
18101 marked as POST_CRITICAL fails then the alternative, post_critical,
18102 boot-command is used. If this command is not defined then U-Boot
18103 enters into interactive mode.
18104
18105 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18106 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18107
18108commit 65b20dcefc89618193fa51947968dada91e4c778
18109Author: Yuri Tikhonov <yur@pollux.denx.de>
18110Date: Mon Feb 4 14:10:42 2008 +0100
18111
18112 The patch adds new POST tests for the Lwmon5 board.
18113 These are:
18114
18115 * External Watchdog test;
18116 * dsPIC tests;
18117 * FPGA test;
18118 * GDC test;
18119 * Sysmon tests.
18120
18121 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18122 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18123
18124commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
18125Author: Yuri Tikhonov <yur@pollux.denx.de>
18126Date: Mon Feb 4 14:10:01 2008 +0100
18127
18128 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
18129
18130 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
18131
aa6f6d17
WD
18132commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
18133Author: Wolfgang Denk <wd@denx.de>
18134Date: Tue Mar 18 17:35:51 2008 +0100
18135
18136 HMI1001: fix compile problem.
18137
18138 Signed-off-by: Wolfgang Denk <wd@denx.de>
18139
18140commit 1f2a9970109cebf7446e0503b10b71f8673045ee
18141Author: Mike Frysinger <vapier@gentoo.org>
18142Date: Mon Feb 18 05:32:30 2008 -0500
18143
18144 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
18145
18146 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
18147 for the board specific driver at all. Just use the common CFI driver.
18148
18149 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18150
18151commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
18152Author: Mike Frysinger <vapier@gentoo.org>
18153Date: Tue Feb 19 00:36:14 2008 -0500
18154
18155 Blackfin: add proper ELF markings to some assembly functions
18156
18157 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18158
18159commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
18160Author: Mike Frysinger <vapier@gentoo.org>
18161Date: Tue Feb 19 00:35:17 2008 -0500
18162
18163 Blackfin: new cplbinfo command for viewing cplb tables
18164
18165 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18166
18167commit aadb72503cd1602349a5fe53356d5f55ecc1b900
18168Author: Mike Frysinger <vapier@gentoo.org>
18169Date: Mon Feb 18 05:37:51 2008 -0500
18170
18171 Blackfin: update MAINTAINERS list
18172
18173 Add maintainer information for the Blackfin boards.
18174
18175 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18176
18177commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
18178Author: Mike Frysinger <vapier@gentoo.org>
18179Date: Mon Feb 18 05:26:48 2008 -0500
18180
18181 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
18182
18183 Stop tying things to the processor that should be tied to other defines and
18184 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
18185 system to select the -mcpu option.
18186
18187 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18188
18189commit 86a20fb920bd198105acf7b1191117f566d637ed
18190Author: Mike Frysinger <vapier@gentoo.org>
18191Date: Sat Feb 16 07:40:36 2008 -0500
18192
18193 Blackfin: move bootldr command to common code
18194
18195 This moves the Blackfin-common bootldr command out of the BF537-STAMP
18196 specific board directory and into the common directory so that all Blackfin
18197 boards may utilize it.
18198
18199 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18200
18201commit decbe029b2a9d3333d02c433389b1c821eea96d7
18202Author: Heiko Schocher <hs@denx.de>
18203Date: Fri Mar 14 11:05:20 2008 +0100
18204
18205 mgcoge: update configuration
18206
18207 Fix configuration for mgcoge board
18208
18209 Signed-off-by: Heiko Schocher <hs@denx.de>
18210
18211commit c136724cda0219c49f1d4b346f00da29b14fdf14
18212Author: Wolfgang Denk <wd@denx.de>
18213Date: Sun Mar 16 01:22:59 2008 +0100
18214
18215 drivers/rtc/Makefile: keep list sorted
18216
18217 Signed-off-by: Wolfgang Denk <wd@denx.de>
18218
18219commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
18220Author: Tor Krill <tor@excito.com>
18221Date: Sat Mar 15 15:40:26 2008 +0100
18222
18223 Add support for Intersil isl1208 RTC
18224
18225 Signed-off-by: Tor Krill <tor@excito.com>
18226
18227commit 0210cff3d079d97b2156b13685ee8de368e68a1a
18228Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18229Date: Sat Mar 15 17:36:41 2008 +0100
18230
18231 cramfs: Fix ifdef
18232
18233 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18234
18235commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
18236Author: Wolfgang Denk <wd@denx.de>
18237Date: Sun Mar 16 01:12:58 2008 +0100
18238
18239 Conding style cleanup
18240
18241 Signed-off-by: Wolfgang Denk <wd@denx.de>
18242
0b8f2a27
WD
18243commit 41712b4e8c95dff23354bcd620e1f9477160c190
18244Author: Stefan Roese <sr@denx.de>
18245Date: Wed Mar 5 12:31:53 2008 +0100
18246
18247 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
18248
18249 This patch adds USB OHCI support to the Canyonlands board port. It also
18250 enables EXT2 support.
18251
18252 Signed-off-by: Stefan Roese <sr@denx.de>
18253
18254commit 2596f5b9d353ff3e4387a3325d05740f16958038
18255Author: Stefan Roese <sr@denx.de>
18256Date: Wed Mar 5 12:29:32 2008 +0100
18257
18258 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
18259
18260 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
18261 way a board just needs to define this new option to enable the "force
18262 NoPowerSwitching mode" instead of adding new CPU/architecture defines
18263 to the USB source itself.
18264
18265 This new option will be used first with the new AMCC 460EX Canyonlands
18266 board port, which will be posted in a few days.
18267
18268 This patch also fixes a small compilation problem when DEBUG is enabled.
18269
18270 Signed-off-by: Stefan Roese <sr@denx.de>
18271
18272commit 71665ebf88408ff2acb762af47989fd4365b321a
18273Author: Stefan Roese <sr@denx.de>
18274Date: Mon Mar 3 17:27:02 2008 +0100
18275
18276 ppc4xx: Add Canyonlands NAND booting support
18277
18278 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
18279 NAND devices. The only bootstrap option for NAND booting is option F for
18280 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
18281 EEPROM needs to be programmed accordingly.
18282
18283 This patch adds basic NAND booting support for the AMCC Canyonlands aval
18284 board and also adds support to the "bootstrap" command, to enable NAND
18285 booting I2C setting.
18286
18287 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
18288
18289 Signed-off-by: Stefan Roese <sr@denx.de>
18290
18291commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
18292Author: Stefan Roese <sr@denx.de>
18293Date: Tue Mar 11 16:53:00 2008 +0100
18294
18295 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
18296
18297 This patch adds support for the AMCC Canyonlands 460EX evaluation
18298 board.
18299
18300 Signed-off-by: Stefan Roese <sr@denx.de>
18301
18302commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
18303Author: Stefan Roese <sr@denx.de>
18304Date: Tue Mar 11 16:52:24 2008 +0100
18305
18306 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
18307
18308 This patch adds support for the AMCC Canyonlands 460EX evaluation
18309 board.
18310
18311 Signed-off-by: Stefan Roese <sr@denx.de>
18312
18313commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
18314Author: Stefan Roese <sr@denx.de>
18315Date: Tue Mar 11 16:51:17 2008 +0100
18316
18317 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
18318
18319 This patch adds support for the AMCC Canyonlands 460EX evaluation
18320 board.
18321
18322 Signed-off-by: Stefan Roese <sr@denx.de>
18323
18324commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
18325Author: Stefan Roese <sr@denx.de>
18326Date: Tue Mar 11 15:11:43 2008 +0100
18327
18328 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
18329
18330 This patch adds basic support for the AMCC 460EX/460GT PPC's.
18331
18332 Signed-off-by: Stefan Roese <sr@denx.de>
18333
18334commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
18335Author: Stefan Roese <sr@denx.de>
18336Date: Tue Mar 11 15:11:18 2008 +0100
18337
18338 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
18339
18340 This patch adds basic support for the AMCC 460EX/460GT PPC's.
18341
18342 Signed-off-by: Stefan Roese <sr@denx.de>
18343
18344commit 999ecd5aca381984d8ebbeb207ece82a1c275577
18345Author: Stefan Roese <sr@denx.de>
18346Date: Tue Mar 11 15:07:10 2008 +0100
18347
18348 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
18349
18350 This patch adds basic support for the AMCC 460EX/460GT PPC's.
18351
18352 Signed-off-by: Stefan Roese <sr@denx.de>
18353
18354commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
18355Author: Stefan Roese <sr@denx.de>
18356Date: Tue Mar 11 15:05:50 2008 +0100
18357
18358 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
18359
18360 This patch adds basic support for the AMCC 460EX/460GT PPC's.
18361
18362 Signed-off-by: Stefan Roese <sr@denx.de>
18363
18364commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
18365Author: Stefan Roese <sr@denx.de>
18366Date: Tue Mar 11 15:05:26 2008 +0100
18367
18368 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
18369
18370 This patch adds basic support for the AMCC 460EX/460GT PPC's.
18371
18372 Signed-off-by: Stefan Roese <sr@denx.de>
18373
18374commit 56e410178375d9f20be25fb24e180974f0ae120b
18375Author: Stefan Roese <sr@denx.de>
18376Date: Tue Feb 19 22:07:57 2008 +0100
18377
18378 ppc4xx: interrupt.c reworked
18379
18380 This patch is a rework of the 4xx interrupt handling done while
18381 adding the 460EX/GT support. Interrupts are needed on 4xx for the
18382 EMAC driver.
18383
18384 Signed-off-by: Stefan Roese <sr@denx.de>
18385
18386commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
18387Author: Stefan Roese <sr@denx.de>
18388Date: Tue Feb 19 22:01:57 2008 +0100
18389
18390 ppc4xx: program_tlb now uses 64bit physical addess
18391
18392 This patch changes the physical addess parameter from 32bit to 64bit.
18393 This is needed for 36bit 4xx platforms to access areas located
18394 beyond the 4GB border, like SoC peripherals (EBC etc.).
18395
18396 Signed-off-by: Stefan Roese <sr@denx.de>
18397
18398commit c3307fa186af85771924c434997089b8104c0a46
18399Author: Stefan Roese <sr@denx.de>
18400Date: Tue Feb 19 21:58:25 2008 +0100
18401
18402 ppc4xx: miiphy.c reworked
18403
18404 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
18405 badly neede some cleanup.
18406
18407 Signed-off-by: Stefan Roese <sr@denx.de>
18408
18409commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
18410Author: Stefan Roese <sr@denx.de>
18411Date: Tue Feb 19 16:21:49 2008 +0100
18412
18413 rtc: Add M41T62 support
18414
18415 This patch add support for the STM M41T62 RTC. It is used and tested
18416 on the AMCC Canyonlands 406EX platform.
18417
18418 Signed-off-by: Stefan Roese <sr@denx.de>
18419
18420commit 217d383e201adc7f2271145ae345ea5eae2b7170
18421Author: Niklaus Giger <niklaus.giger@netstal.com>
18422Date: Mon Feb 25 18:46:43 2008 +0100
18423
18424 ppc4xx: Add 405GPr based MCU25 board specific files
18425
18426 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
18427
18428commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
18429Author: Niklaus Giger <niklaus.giger@netstal.com>
18430Date: Mon Feb 25 18:46:42 2008 +0100
18431
18432 ppc4xx: Add 405GPr based MCU25 board config file
18433
18434 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
18435
18436commit b05f35436b733a240559e77e46bed8439665ecc5
18437Author: Niklaus Giger <niklaus.giger@netstal.com>
18438Date: Mon Feb 25 18:46:41 2008 +0100
18439
18440 ppc4xx: Add 405GPr based MCU25 board. Global files
18441
18442 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
18443
18444commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
18445Author: Niklaus Giger <niklaus.giger@netstal.com>
18446Date: Mon Feb 25 18:37:02 2008 +0100
18447
18448 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
18449
18450 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
18451
18452commit a079494853cc2bfeddb26673219db0b4b2b31566
18453Author: Niklaus Giger <niklaus.giger@netstal.com>
18454Date: Mon Feb 25 18:37:01 2008 +0100
18455
18456 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
18457
18458 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
18459 the FLASH_CFI_LEGACY et al. config options.
18460
18461 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
18462
18463commit e4170e5a50c8110f792bc37472833ae669d69951
18464Author: Stefan Roese <sr@denx.de>
18465Date: Tue Mar 11 13:52:25 2008 +0100
18466
18467 ppc4xx: Fix comment in 405EX DDR2 init code
18468
18469 Signed-off-by: Stefan Roese <sr@denx.de>
18470
438a4c11
WD
18471commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
18472Author: Bartlomiej Sieka <tur@semihalf.com>
18473Date: Fri Mar 14 16:22:34 2008 +0100
18474
18475 Add MD5 support to the new uImage format
18476
18477 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18478
18479commit 0ede0c383530a418cf98be9122371a86573cd0db
18480Author: Bartlomiej Sieka <tur@semihalf.com>
18481Date: Fri Mar 14 16:22:34 2008 +0100
18482
18483 Add the MD5 algorithm
18484
18485 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
18486 calculated using the md5() function -- see include/md5.h for details.
18487
18488 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18489
0b8f2a27
WD
18490commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
18491Author: Wolfgang Denk <wd@denx.de>
18492Date: Fri Mar 14 16:04:54 2008 +0100
18493
18494 tools/setlocalversion: use a git-describe-ish format
18495
18496 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
18497 where 'nnnnn' is the number of commits since the last tag (i.e.,
18498 1.3.2-rc3). This makes it much easier to recognize "newer" versions
18499 and to see how much has been changed since the referenced tag.
18500
18501 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
18502
18503 Signed-off-by: Wolfgang Denk <wd@denx.de>
18504
18505commit c6dc21c84de0f159a1752c5ebd33cff843f63609
18506Author: Wolfgang Denk <wd@denx.de>
18507Date: Thu Mar 13 14:32:03 2008 +0100
18508
18509 HMI1001: add support for MPC5200 Rev. B processors.
18510
18511 Signed-off-by: Wolfgang Denk <wd@denx.de>
18512
18513commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
18514Author: Wolfgang Denk <wd@denx.de>
18515Date: Thu Mar 13 14:29:49 2008 +0100
18516
18517 TQM5200: remove dead code
18518
18519 This board never used a MGT5100 processor.
18520
18521 Signed-off-by: Wolfgang Denk <wd@denx.de>
18522
438a4c11
WD
18523commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
18524Author: Marian Balakowicz <m8@semihalf.com>
18525Date: Wed Mar 12 12:14:15 2008 +0100
18526
18527 [new uImage] Fix build issue on ARM
18528
18529 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
18530
18531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18532
18533commit 3310c549a73a949430bfda90876df7552a1dab0c
18534Author: Marian Balakowicz <m8@semihalf.com>
18535Date: Wed Mar 12 12:13:13 2008 +0100
18536
18537 [new uImage] Add new uImage format documentation and examples
18538
18539 Create doc/uImage.FIT documentation directory with the following files:
18540 - command_syntax_extensions.txt : extended command syntax description
18541 - howto.txt : short usage howto
18542 - source_file_format.txt : internal new uImage format description
18543
18544 Add example image source files:
18545 - kernel.its
18546 - kernel_fdt.its
18547 - multi.its
18548
18549 Update README appropriately.
18550
18551 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18552 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18553
18554commit 1ec73761d2e247078f4520a265d463e8b73391a2
18555Author: Marian Balakowicz <m8@semihalf.com>
18556Date: Wed Mar 12 10:35:52 2008 +0100
18557
18558 [new uImage] Fix definition of common bootm_headers_t fields
18559
18560 verify, autostart and lmb fields are used regardless of CONFIG_FIT
18561 setting, move their definitions to common section.
18562
18563 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18564
18565commit 1d1cb4270edc6a99276834064069717f9782c491
18566Author: Marian Balakowicz <m8@semihalf.com>
18567Date: Wed Mar 12 10:35:51 2008 +0100
18568
18569 [new uImage] Fix build problems on trab board
18570
18571 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18572
18573commit f773bea8e11f4a11c388dcee956b2444203e6b65
18574Author: Marian Balakowicz <m8@semihalf.com>
18575Date: Wed Mar 12 10:35:46 2008 +0100
18576
18577 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
18578
18579 Save FIT configuration provied in the first bootm argument and use it
18580 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
18581 arguments are not specified.
18582
18583 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18584
18585commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
18586Author: Marian Balakowicz <m8@semihalf.com>
18587Date: Wed Mar 12 10:33:01 2008 +0100
18588
18589 [new uImage] More verbose kernel image uncompress error message
18590
18591 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18592
18593commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
18594Author: Marian Balakowicz <m8@semihalf.com>
18595Date: Wed Mar 12 10:33:01 2008 +0100
18596
18597 [new uImage] Use show_boot_progress() for new uImage format
18598
18599 This patch allocates a set of show_boot_progress() IDs for new uImage format
18600 and adds show_boot_progress() calls in new uImage format handling code.
18601
18602 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18603
18604commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
18605Author: Marian Balakowicz <m8@semihalf.com>
18606Date: Wed Mar 12 10:33:01 2008 +0100
18607
18608 [new uImage] Add new uImage fromat support to fpga command
18609
18610 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18611
18612commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
18613Author: Marian Balakowicz <m8@semihalf.com>
18614Date: Wed Mar 12 10:33:01 2008 +0100
18615
18616 [new uImage] Add new uImage format handling to other bootm related commands
18617
18618 Updated commands:
18619
18620 docboot - cmd_doc.c
18621 fdcboot - cmd_fdc.c
18622 diskboot - cmd_ide.c
18623 nboot - cmd_nand.c
18624 scsiboot - cmd_scsi.c
18625 usbboot - cmd_usb.c
18626
18627 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18628
18629commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
18630Author: Marian Balakowicz <m8@semihalf.com>
18631Date: Wed Mar 12 10:33:00 2008 +0100
18632
18633 [new uImage] Add new uImage format support to imgextract command
18634
18635 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18636
18637commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
18638Author: Marian Balakowicz <m8@semihalf.com>
18639Date: Wed Mar 12 10:33:00 2008 +0100
18640
18641 [new uImage] Add new uImage format support to autoscript routine
18642
18643 autoscript() routine is updated to accept second argument, which
18644 is only used for FIT images and provides a FIT subimage unit name.
18645
18646 autoscript() routine callers must now pass two arguments. For
18647 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
18648 variable 'autoscript_uname' is introduced and used as a FIT
18649 subimage unit name source.
18650
18651 autoscript command accepts extended syntax of the addr argument:
18652 addr:<subimg_uname>
18653
18654 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18655
18656commit cd7c596e9f561dbbc17b717277438aee78cde14f
18657Author: Marian Balakowicz <m8@semihalf.com>
18658Date: Wed Mar 12 10:33:00 2008 +0100
18659
18660 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
18661
18662 This patch updates architecture specific implementations of
18663 do_bootm_linux() adding new uImage format handling for
18664 operations like get kernel entry point address, get kernel
18665 image data start address.
18666
18667 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18668
18669commit 3dfe110149311425919e6d6a14b561b4207498f1
18670Author: Marian Balakowicz <m8@semihalf.com>
18671Date: Wed Mar 12 10:32:59 2008 +0100
18672
18673 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
18674
18675 This patch adds new node offset fields to struct bootm_headers
18676 and updates bootm_headers processing code to make use of them.
18677 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
18678
18679 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18680
18681commit bc8ed486b125452ba3bd8344f052f437329150c5
18682Author: Marian Balakowicz <m8@semihalf.com>
18683Date: Wed Mar 12 10:32:53 2008 +0100
18684
18685 [new uImage] ppc: Add new uImage format support to FDT handling routines
18686
18687 Support for new (FIT) format uImages is added to powerpc specific
18688 boot_get_fdt() routine which now recognizes, sanity checks FIT image
18689 and is able to access data sections of the requested component image.
18690
18691 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18692
18693commit a44a269a905f924b420020506a4d7d7eedcc0eaf
18694Author: Marian Balakowicz <m8@semihalf.com>
18695Date: Wed Mar 12 10:14:57 2008 +0100
18696
18697 [new uImage] Re-enable interrupts for non automatic booting
18698
18699 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
18700 environment variable is not set to 'yes'.
18701
18702 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18703
18704commit d985c8498c4e47095820da97aa722381d39172c5
18705Author: Marian Balakowicz <m8@semihalf.com>
18706Date: Wed Mar 12 10:14:38 2008 +0100
18707
18708 [new uImage] Remove unnecessary arguments passed to ramdisk routines
18709
18710 boot_get_ramdisk() and image_get_ramdisk() do not need all
18711 cmdtp, flag, argc and argv arguments. Simplify routines definition.
18712
18713 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18714
18715commit c87796483bc7c2900470dc747c367f602577608d
18716Author: Marian Balakowicz <m8@semihalf.com>
18717Date: Wed Mar 12 10:12:37 2008 +0100
18718
18719 [new uImage] Add new uImage format support for ramdisk handling
18720
18721 This patch updates boot_get_ramdisk() routine adding format
18722 verification and handling for new (FIT) uImages.
18723
18724 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18725
18726commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
18727Author: Marian Balakowicz <m8@semihalf.com>
18728Date: Wed Mar 12 10:01:05 2008 +0100
18729
18730 [new uImage] Add new uImage format support for kernel booting
18731
18732 New format uImages are recognized by the bootm command,
18733 validity of specified kernel component image is checked and
18734 its data section located and used for further processing
18735 (uncompress, load, etc.)
18736
18737 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18738
18739commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
18740Author: Marian Balakowicz <m8@semihalf.com>
18741Date: Tue Mar 11 12:35:20 2008 +0100
18742
18743 [new uImage] Add new uImage format support for imls and iminfo commands
18744
18745 imls and iminfo can now recognize nad print out contents of the new (FIT)
18746 format uImages.
18747
18748 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18749
18750commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
18751Author: Bartlomiej Sieka <tur@semihalf.com>
18752Date: Tue Mar 11 12:34:47 2008 +0100
18753
18754 [new uImage] Add support for new uImage format to mkimage tool
18755
18756 Support for the new uImage format (FIT) is added to mkimage tool.
18757 Commandline syntax is appropriately extended:
18758
18759 mkimage [-D dtc_options] -f fit-image.its fit-image
18760
18761 mkimage (together with dtc) takes fit-image.its and referenced therein
18762 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
18763 final image that can be transferred to the target (e.g., via tftp) and then
18764 booted using the bootm command in U-Boot.
18765
18766 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18767
18768commit eb6175edd6c120d8b89678243e5a2be362ee8e40
18769Author: Marian Balakowicz <m8@semihalf.com>
18770Date: Mon Mar 10 17:53:49 2008 +0100
18771
18772 [new uImage] Make node unit names const in struct bootm_headers
18773
18774 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18775
18776commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
18777Author: Marian Balakowicz <m8@semihalf.com>
18778Date: Fri Feb 29 21:24:06 2008 +0100
18779
18780 [new uImage] New uImage low-level API
18781
18782 Add FDT-based functions for handling new format component images,
18783 configurations, node operations, property get/set, etc.
18784
18785 fit_ - routines handling global new format uImage operations
18786 like get/set top level property, process all nodes, etc.
18787 fit_image_ - routines handling component images subnodes
18788 fit_conf_ - routines handling configurations node
18789
18790 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18791 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
18792
0b8f2a27
WD
18793commit 30f1806f60978d707b0cff2d7bf89d141fc24290
18794Author: Wolfgang Denk <wd@denx.de>
18795Date: Sun Mar 9 16:20:02 2008 +0100
18796
18797 Release v1.3.2
18798
18799 Update CHANGELOG for release.
18800
18801 Signed-off-by: Wolfgang Denk <wd@denx.de>
18802
30f1806f
WD
18803commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
18804Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18805Date: Sun Mar 9 14:52:11 2008 +0100
18806
18807 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
18808
18809 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18810 Signed-off-by: Wolfgang Denk <wd@denx.de>
18811
18812commit db695b78515ddb88a2d4f3357c120345efbf59ec
18813Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18814Date: Sun Mar 9 10:44:01 2008 +0100
18815
18816 scb9328: Fix flash warning: type qualifiers ignored on function return type
18817
18818 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18819
18820commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
18821Author: Wolfgang Denk <wd@denx.de>
18822Date: Sun Mar 9 10:50:41 2008 +0100
18823
18824 esd/common/fpga.c: fix indentation.
18825
18826 Signed-off-by: Wolfgang Denk <wd@denx.de>
18827
18828commit cc3843e36453e2b8db65d7e56de938ba045016a0
18829Author: Wolfgang Denk <wd@denx.de>
18830Date: Sun Mar 9 10:33:31 2008 +0100
18831
18832 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
18833
18834 and get rid of a couple of unneeded casts.
18835
18836 Signed-off-by: Wolfgang Denk <wd@denx.de>
18837
18838commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
18839Author: Wolfgang Denk <wd@denx.de>
18840Date: Sun Mar 9 10:09:53 2008 +0100
18841
18842 esd/common/fpga.c: fix 'assignment of read-only location' error
18843
18844 Signed-off-by: Wolfgang Denk <wd@denx.de>
18845
18846commit c6fe4dabac066e8758345d249032768496983a3e
18847Author: Wolfgang Denk <wd@denx.de>
18848Date: Sun Mar 9 02:13:19 2008 +0100
18849
18850 Makefile: make build silently again.
18851
18852 Signed-off-by: Wolfgang Denk <wd@denx.de>
18853
18854commit 76babc86576f092573599334c85ec543fdbc6015
18855Author: Wolfgang Denk <wd@denx.de>
18856Date: Sun Mar 9 02:07:49 2008 +0100
18857
18858 m501sk: Fix out of tree building
18859
18860 Signed-off-by: Wolfgang Denk <wd@denx.de>
18861
18862commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
18863Author: Wolfgang Denk <wd@denx.de>
18864Date: Sun Mar 9 00:06:09 2008 +0100
18865
18866 ADS5121: fix out of tree build
18867
18868 and simplify Makefile a bit.
18869
18870 Signed-off-by: Wolfgang Denk <wd@denx.de>
18871
18872commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
18873Author: Wolfgang Denk <wd@denx.de>
18874Date: Sat Mar 8 22:35:31 2008 +0100
18875
18876 Release v1.3.2
18877
18878 Signed-off-by: Wolfgang Denk <wd@denx.de>
18879
18880commit 78a90f827df74520e939c794fc7413dace21c4db
18881Author: Wolfgang Denk <wd@denx.de>
18882Date: Sat Mar 8 22:35:04 2008 +0100
18883
18884 Update CHANGELOG
18885
18886 Signed-off-by: Wolfgang Denk <wd@denx.de>
18887
78a90f82
WD
18888commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
18889Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18890Date: Sat Mar 8 21:30:04 2008 +0100
18891
18892 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
18893
18894 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18895
18896commit d75469d48c05795144f4b8ba76addbb4920a7bba
18897Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18898Date: Sat Mar 8 09:25:49 2008 +0900
18899
18900 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
18901
18902 When rtl_recv() of rtl8169 is called, OWNbit of status register
18903 is not enable occasionally.
18904 rtl_recv() doesn't work normally when the driver doesn't do
18905 appropriate processing.
18906 This patch fix this problem.
18907
18908 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18909
18910commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
18911Author: Heiko Schocher <hs@denx.de>
18912Date: Fri Mar 7 08:15:28 2008 +0100
18913
18914 mgsuvd: update board configuration
18915
18916 initialize the UPIOx controller.
18917
18918 Signed-off-by: Heiko Schocher <hs@denx.de>
18919
18920commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
18921Author: Heiko Schocher <hs@denx.de>
18922Date: Fri Mar 7 08:13:41 2008 +0100
18923
18924 mgcoge: update board configuration
18925
18926 add support for the config Flash.
18927 initialize the UPIOx controller.
18928
18929 Signed-off-by: Heiko Schocher <hs@denx.de>
18930
18931commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
18932Author: Kim Phillips <kim.phillips@freescale.com>
18933Date: Fri Mar 7 12:27:31 2008 -0600
18934
18935 mpc83xx: make dtb basename file references equal those of linux
18936
18937 the dts file basenames were updated in linux - this helps avoid
18938 inadvertently loading any old dtbs laying around.
18939
18940 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18941
18942commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
18943Author: Kim Phillips <kim.phillips@freescale.com>
18944Date: Wed Feb 27 16:08:22 2008 -0600
18945
18946 net: uec_phy: actually increment the timeout counter
18947
18948 allow u-boot to recover (and, e.g., switch to another interface) in the
18949 case where a PHY does not report autonegotiation is complete within its
18950 two second timeout value.
18951
18952 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18953
18954commit 772003e43957ee0c895abed7cd82cbe72820cbb8
18955Author: Markus Brunner <super.firetwister@googlemail.com>
18956Date: Wed Mar 5 21:38:12 2008 +0100
18957
18958 fix taihu soft spi_read
18959
18960 The taihu board used gpio_read_out_bit which reads the output register and not
18961 the pin state.
18962
18963 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
18964
18965commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
18966Author: Stefan Roese <sr@denx.de>
18967Date: Fri Mar 7 08:01:43 2008 +0100
18968
18969 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
18970
18971 Signed-off-by: Stefan Roese <sr@denx.de>
18972
18973commit bd4458cb47abecabd406b1210457be96c69fc49d
18974Author: Dave Liu <r63238@freescale.com>
18975Date: Tue Mar 4 16:59:22 2008 +0800
18976
18977 837xEMDS: Improve the system performance
18978
18979 1. Make the CSB bus pipeline depth as 4, and enable
18980 the repeat mode;
18981 2. Raise the eTSEC emergency priority;
18982 3. Use the highest IP blocks clock.
18983
18984 Signed-off-by: Dave Liu <daveliu@freescale.com>
18985
18986commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
18987Author: Detlev Zundel <dzu@denx.de>
18988Date: Thu Mar 6 16:45:53 2008 +0100
18989
18990 Replace "run load; run update" with conditionalized "run load update".
18991
18992 The latter version stops when "run load" fails for whatever reasons
18993 rendering the combination *a lot* more secure.
18994
18995 Signed-off-by: Detlev Zundel <dzu@denx.de>
18996
18997commit 6bc113886d7d316df1a4e459bec8baf027518551
18998Author: Stefan Roese <sr@denx.de>
18999Date: Tue Mar 4 17:40:41 2008 +0100
19000
19001 net: Print error message upon net usage when no ethernet-interface is found
19002
19003 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
19004 defined. Then no ethernet interface is available but a simple "tftp"
19005 command will return without any error message which is quite confusing.
19006
19007 Signed-off-by: Stefan Roese <sr@denx.de>
19008
19009commit a30a549a3553032d809e0356306b62de0b125901
19010Author: Jon Loeliger <jdl@freescale.com>
19011Date: Tue Mar 4 10:03:03 2008 -0600
19012
19013 Remove erroneous or extra spd.h #includers.
19014
19015 Many of the spd.h #includers don't need it,
19016 and wanted to have spd_sdram() declared instead.
19017 Since they didn't get that, some also had open
19018 coded extern declarations of it instead or as well.
19019 Fix it all up by using spd_sdram.h where needed.
19020
19021 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19022
19023commit a4475386cef14af3fd88f0518b688e755669486d
19024Author: Wolfgang Denk <wd@denx.de>
19025Date: Tue Mar 4 17:41:28 2008 +0100
19026
19027 PCS440EP: fix build problems (redundant #define)
19028
19029 Signed-off-by: Wolfgang Denk <wd@denx.de>
19030
19031commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
19032Author: Stefan Roese <sr@denx.de>
19033Date: Tue Mar 4 17:39:25 2008 +0100
19034
19035 net: Print error message upon net usage when no ethernet-interface is found
19036
19037 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
19038 defined. Then no ethernet interface is available but a simple "tftp"
19039 command will return without any error message which is quite confusing.
19040
19041 Signed-off-by: Stefan Roese <sr@denx.de>
19042
19043commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
19044Author: Wolfgang Denk <wd@denx.de>
19045Date: Tue Mar 4 17:38:50 2008 +0100
19046
19047 W7OLMC/W7OLMG: fix build problems (redundant #define)
19048
19049 Signed-off-by: Wolfgang Denk <wd@denx.de>
19050
19051commit f9301e1cda296245ba052d7b08321199c3d0af9d
19052Author: Wolfgang Denk <wd@denx.de>
19053Date: Tue Mar 4 14:58:31 2008 +0100
19054
19055 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
19056
19057 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
19058 problem for out-of-tree builds which caused "make clean" to fail.
19059
19060 Signed-off-by: Wolfgang Denk <wd@denx.de>
19061
19062commit dfece9500556bed5d8244b1c15d973cec7c25bfe
19063Author: Wolfgang Denk <wd@denx.de>
19064Date: Tue Mar 4 11:58:26 2008 +0100
19065
19066 examples/Makefile: build "hello_world" on 8xx, too.
19067
19068 Signed-off-by: Wolfgang Denk <wd@denx.de>
19069
19070commit 74eb0222594fd23aafdf168e60e872814eea8b62
19071Author: Mike Nuss <mike@terascala.com>
19072Date: Mon Mar 3 15:27:05 2008 -0500
19073
19074 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
19075
19076 Every now and then a Sequoia board (or equivalent hardware) had
19077 problems connecting to a Gigabit capable network interface.
19078
19079 There were differences in the PHY setup between Linux and U-Boot.
19080
19081 This patch fixes the problem. Apparently "remote fault" is being set,
19082 which signals to some devices (on the other end of the cable) that a
19083 fault has occurred, while other devices ignore it. I believe the RF bit
19084 was causing the issue, but I removed T4 also, to match up with Linux.
19085
19086 Signed-off-by: Mike Nuss <mike@terascala.com>
19087
19088commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
19089Author: Timur Tabi <timur@freescale.com>
19090Date: Mon Mar 3 09:58:52 2008 -0600
19091
19092 fix QE firmware uploading limit
19093
19094 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
19095 systems with more than one RISC core.
19096
19097 Signed-off-by: Timur Tabi <timur@freescale.com>
19098
19099commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
19100Author: Bernhard Nemec <bnemec@ganssloser.com>
19101Date: Mon Mar 3 11:57:23 2008 +0000
19102
19103 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
19104
19105 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
19106 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
19107
01db232d 19108 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
19109
19110commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
19111Author: Kim B. Heino <Kim.Heino@bluegiga.com>
19112Date: Mon Mar 3 10:39:13 2008 +0200
19113
19114 fix copy from ram to dataflash
19115
19116 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
19117 routines instead of dataflash. This is because it checks "if source
19118 address is not dataflash" instead of target address.
19119
19120 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
19121
19122commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
19123Author: Wolfgang Denk <wd@denx.de>
19124Date: Mon Mar 3 12:16:44 2008 +0100
19125
19126 Fix quoting problem (preboot setting) in many board config files.
19127
19128 Signed-off-by: Wolfgang Denk <wd@denx.de>
19129
19130commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
19131Author: Wolfgang Denk <wd@denx.de>
19132Date: Mon Mar 3 12:36:49 2008 +0100
19133
19134 ADS5121: Fix default environment.
19135
19136 Signed-off-by: Wolfgang Denk <wd@denx.de>
19137
19138commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
19139Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19140Date: Sun Mar 2 16:12:31 2008 +0100
19141
19142 Makefile: Fix missing unconfig and mkconfig use
19143
19144 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19145
19146commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
19147Author: michael <trimarchi@gandalf.sssup.it>
19148Date: Sun Mar 2 23:33:46 2008 +0100
19149
19150 Fix checking fat32 cluster size.
19151
19152 This fixes the cluster size tests in the FAT32 file system.
19153 The current implementation of VFAT support doesn't work if the
19154 referred cluster has an offset > 16bit representation, causing
19155 "fatload" and "fatls" commands etc. to fail.
19156
19157 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
19158
19159commit 661bad63a076a96c39c64f136915f146725af92b
19160Author: Wolfgang Denk <wd@denx.de>
19161Date: Sun Mar 2 22:57:23 2008 +0100
19162
19163 Prepare v1.3.2-rc2 release candidate
19164
19165 Signed-off-by: Wolfgang Denk <wd@denx.de>
19166
661bad63
WD
19167commit 76957cb3d621bf664311908e5962e151c633c285
19168Author: Stefan Roese <sr@denx.de>
19169Date: Sat Mar 1 12:11:40 2008 +0100
19170
19171 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
19172
19173 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
19174 currently 4k/2k is configured. This patch fixes this issue.
19175
19176 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
19177
19178 Signed-off-by: Stefan Roese <sr@denx.de>
19179
19180commit 118978c8eb43803e2794233922df4249fa278b83
19181Author: Woodruff, Richard <r-woodruff2@ti.com>
19182Date: Fri Feb 29 17:34:35 2008 -0600
19183
19184 Fix alignment error on ARM for modules
19185
19186 Fix alignment fault on ARM when running modules. With out an explicit
19187 linker file gcc4.2.1 will half word align __bss_start's value. The word
19188 dereference will crash hello_world.
19189
19190 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
19191
19192commit ce1120dd703e6f12c59e4eba9962356a0300b832
19193Author: Dave Liu <r63238@freescale.com>
19194Date: Fri Feb 29 17:45:31 2008 +0800
19195
19196 fs: Fix ext2 read issue
19197
19198 The ext2 aligned process will corrupt the key
19199 data struct, the patch fix this.
19200
19201 Signed-off-by: Dave Liu <daveliu@freescale.com>
19202
19203commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
19204Author: Wolfgang Denk <wd@denx.de>
19205Date: Sun Mar 2 22:45:33 2008 +0100
19206
19207 Makefile: cleanup "clean" target
19208
19209 Make sure CDPATH settings cannot interfere.
19210 Update CHANGELOG.
19211
19212 Signed-off-by: Wolfgang Denk <wd@denx.de>
19213
5013c09f
WD
19214commit ffda586fc1373243c9794babde69500f6293a8d8
19215Author: Li Yang <leoli@freescale.com>
19216Date: Fri Feb 29 11:46:05 2008 +0800
19217
19218 add cscope build target
19219
19220 Add cscope build target to generate cscope database for code browsing.
19221
19222 Signed-off-by: Li Yang <leoli@freescale.com>
19223
19224commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
19225Author: Kim Phillips <kim.phillips@freescale.com>
19226Date: Wed Feb 27 15:06:39 2008 -0600
19227
19228 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
19229
19230 erratum 5.6 states the autoneg completion bit is functional only if the
19231 autoneg bit is asserted.
19232
19233 This fixes any secondarily-issued networking commands on non-gigabit
19234 links on the mpc8360 mds board.
19235
19236 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19237
19238commit 5f91db7f582ca17b1f19f10189c025696f333d2e
19239Author: John Rigby <jrigby@freescale.com>
19240Date: Tue Feb 26 09:38:14 2008 -0700
19241
19242 MPC5121e ADS PCI support take 3
19243
19244 Adds PCI support for MPC5121
19245
19246 Tested with drivers/net/rtl8139.c
19247
19248 Support is conditional since PCI on old silicon does not work.
19249
19250 ads5121_PCI_config turns on PCI
19251
19252 In this version, condition compilation of PCI code has been moved
19253 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
19254 suggested by Jean-Christophe PLAGNIOL-VILLARD
19255
19256 Signed-off-by: John Rigby <jrigby@freescale.com>
19257
19258commit 44b4dbed4133f657705b7c5193209da9978243a7
19259Author: Anatolij Gustschin <agust@denx.de>
19260Date: Mon Feb 25 23:53:07 2008 +0100
19261
19262 Fix warnings while compilation of post/drivers/memory.c
19263
19264 Fix warnings while compilation with new gcc in eldk-4.2
19265
19266 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19267
19268commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
19269Author: Anatolij Gustschin <agust@denx.de>
19270Date: Mon Feb 25 20:54:04 2008 +0100
19271
19272 ppc4xx: Fix problem in 4xx_enet.c driver
19273
19274 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
19275 enabled. To reproduce the problem ensure that 'ethrotate'
19276 environment variable isn't set to "no" and then run
19277 "tftp 200000 not_existent_file".
19278 This patch tries to fix the issue.
19279
19280 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19281
19282commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
19283Author: Anatolij Gustschin <agust@denx.de>
19284Date: Mon Feb 25 20:04:20 2008 +0100
19285
19286 POST: Disable cache while SPR POST
19287
19288 Currently (since commit b2e2142c) u-boot crashes on
19289 sequoia board while SPR test if CONFIG_4xx_DCACHE is
19290 enabled. This patch disables the cache while SPR test.
19291
19292 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19293
19294commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
19295Author: Martin Krause <martin.krause@tqs.de>
19296Date: Mon Feb 25 17:52:40 2008 +0100
19297
19298 TQM5200: use automatic fdt memory fixup (part 2)
19299
19300 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
19301 TB5200 and TB5200_B to fixup the /memory node with the memory values
19302 detected by U-Boot.
19303
19304 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19305
19306commit 44ceec253ea941b301abf4b079d52324def69d92
19307Author: Martin Krause <martin.krause@tqs.de>
19308Date: Mon Feb 25 15:17:05 2008 +0100
19309
19310 TQM5200: use automatic fdt memory fixup
19311
19312 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
19313 TB5200 and TB5200_B to fixup the /memory node with the memory values
19314 detected by U-Boot.
19315
19316 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19317
19318commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
19319Author: Martin Krause <martin.krause@tqs.de>
19320Date: Mon Feb 25 13:27:52 2008 +0100
19321
19322 TQM5200: fix bug in SDRAM initialization code
19323
19324 This patch fixes a bug in the SDRAM initialization code for the
19325 TQM5200. The hi_addr bit is now set correctly. Without this patch
19326 the hi_addr bit is always set to 1, if the second SDRAM bank is
19327 not populated.
19328
19329 For other MPC5200 boards a correspondig patch has already been applied
19330 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
19331
19332 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19333 --
19334 Forget the first patch please. I confused flash with SDRAM in
19335 the comment ...
19336
19337commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
19338Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19339Date: Mon Feb 25 00:03:12 2008 +0100
19340
19341 mx1fs2/flash: Fix multiple compiler warnings
19342
19343 "pointer targets in assignment differ in signedness"
19344
19345 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19346
19347commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
19348Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19349Date: Mon Feb 25 00:03:11 2008 +0100
19350
19351 arm-imx: Fix register definitions
19352
19353 Sync register definitions with linux
19354
19355 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19356
19357commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
19358Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19359Date: Mon Feb 25 00:03:10 2008 +0100
19360
19361 actua1/actua2/actua3: Fix multiple unused variable warnings
19362
19363 - actua1:
19364 actux1.c: In function 'checkboard':
19365 actux1.c:92: warning: unused variable 'revision'
19366
19367 - actua2:
19368 actux2.c: In function 'checkboard':
19369 actux2.c:100: warning: unused variable 's'
19370 actux2.c:99: warning: unused variable 'revision'
19371 actux2.c: In function 'reset_phy':
19372 actux2.c:130: warning: unused variable 'i'
19373
19374 - actua3:
19375 actux3.c: In function 'checkboard':
19376 actux3.c:114: warning: unused variable 'revision'
19377
19378 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19379
19380commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
19381Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19382Date: Sun Feb 24 11:44:29 2008 +0900
19383
19384 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
19385
19386 The previous patch was lacking of i386, microblaze, nios and nios2. This
19387 patch tries to fix them.
19388
19389 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19390
438a4c11
WD
19391commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
19392Author: Marian Balakowicz <m8@semihalf.com>
19393Date: Fri Feb 29 22:22:46 2008 +0100
19394
19395 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
19396
19397 Do not use global fdt blob pointer, calculate blob size from routine
19398 argument blob pointer.
19399
19400 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19401
19402commit d1cc52879c8966507dad9fb575481e6d3985e64e
19403Author: David Gibson <david@gibson.dropbear.id.au>
19404Date: Tue Feb 12 00:58:31 2008 +1100
19405
19406 libfdt: Add and use a node iteration helper function.
19407
19408 This patch adds an fdt_next_node() function which can be used to
19409 iterate through nodes of the tree while keeping track of depth. This
19410 function is used to simplify the iteration code in a lot of other
19411 functions, and is also exported for use by library users.
19412
19413 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
19414
19415commit 8cf30809a82902a471866d2f07725ce3b8a22291
19416Author: Bartlomiej Sieka <tur@semihalf.com>
19417Date: Fri Feb 29 16:00:24 2008 +0100
19418
19419 [new uImage] Add libfdt support to mkimage
19420
19421 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19422
19423commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
19424Author: Bartlomiej Sieka <tur@semihalf.com>
19425Date: Fri Feb 29 16:00:23 2008 +0100
19426
19427 [new uImage] Add sha1.o object to mkimage binary build
19428
19429 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
19430
19431commit df6f1b895c997978f03afe04502ee76b7ba34ab9
19432Author: Marian Balakowicz <m8@semihalf.com>
19433Date: Fri Feb 29 16:00:06 2008 +0100
19434
19435 [new uImage] Fix component handling for legacy multi component images
19436
19437 Use uint32_t when accessing size table in image_multi_count() and
19438 image_multi_getimg() for multi component images.
19439
19440 Add missing uimage_to_cpu() endianness conversion.
19441
19442 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19443
19444commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
19445Author: Marian Balakowicz <m8@semihalf.com>
19446Date: Fri Feb 29 15:59:59 2008 +0100
19447
19448 [new uImage] Share common uImage code between mkimage and U-boot
19449
19450 This patch adds the following common routines:
19451
19452 1) Dedicated mkimage print_header() is replaced with common
19453 image_print_contents()
19454 image_print_contents_noindent()
19455
19456 2) Common os/arch/type/comp fields name <--> id translation routines
19457 genimg_get_os_name()
19458 genimg_get_arch_name()
19459 genimg_get_type_name()
19460 genimg_get_comp_name()
19461 genimg_get_os_id()
19462 genimg_get_arch_id()
19463 genimg_get_type_id()
19464 genimg_get_comp_id()
19465
19466 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19467
19468commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
19469Author: Marian Balakowicz <m8@semihalf.com>
19470Date: Fri Feb 29 14:58:34 2008 +0100
19471
19472 [new uImage] Update naming convention for bootm/uImage related code
19473
19474 This patch introduces the following prefix convention for the
19475 image format handling and bootm related code:
19476
19477 genimg_ - dual format shared code
19478 image_ - legacy uImage format specific code
19479 fit_ - new uImage format specific code
19480 boot_ - booting process related code
19481
19482 Related routines are renamed and a few pieces of code are moved around and
19483 re-grouped.
19484
19485 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19486
19487commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
19488Author: Kumar Gala <galak@kernel.crashing.org>
19489Date: Wed Feb 27 21:51:51 2008 -0600
19490
19491 [new uImage] Respect autostart setting in linux bootm
19492
19493 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19494 Acked-by: Marian Balakowicz <m8@semihalf.com>
19495
19496commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
19497Author: Kumar Gala <galak@kernel.crashing.org>
19498Date: Wed Feb 27 21:51:50 2008 -0600
19499
19500 [new uImage] Provide ability to restrict region used for boot images
19501
19502 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
19503 to restrict what memory range is used for bootm.
19504
19505 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19506 Acked-by: Marian Balakowicz <m8@semihalf.com>
19507
19508commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
19509Author: Kumar Gala <galak@kernel.crashing.org>
19510Date: Wed Feb 27 21:51:49 2008 -0600
19511
19512 [new uImage] Use lmb for bootm allocations
19513
19514 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
19515 functions over to using lmb for allocation of the ramdisk, command line
19516 and kernel bd info.
19517
19518 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
19519 tree.
19520
19521 Provided a weak function that board code can call to do additional
19522 lmb reserves if needed.
19523
19524 Also introduce the concept of bootmap_base to specify the offset in
19525 physical memory that the bootmap is located at. This is used for
19526 allocations of the cmdline, kernel bd, and device tree as they should
19527 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
19528
19529 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19530
19531commit f5614e7926863bf0225ec860d9b319741a9c4004
19532Author: Kumar Gala <galak@kernel.crashing.org>
19533Date: Wed Feb 27 21:51:48 2008 -0600
19534
19535 [new uImage] Add autostart flag to bootm_headers structure
19536
19537 The autostart env variable was dropped as part of the initial new uImage
19538 cleanup. Add it back here so the arch specific code can decide if it
19539 wants to really boot or not.
19540
19541 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19542 Acked-by: Marian Balakowicz <m8@semihalf.com>
19543
19544commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
19545Author: Kumar Gala <galak@kernel.crashing.org>
19546Date: Wed Feb 27 21:51:47 2008 -0600
19547
19548 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
19549
19550 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
19551 the memory spaces used by various boot images and structures. This code
19552 will allow us to simplify the code in bootm and its support functions.
19553
19554 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19555
19556commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
19557Author: Kumar Gala <galak@kernel.crashing.org>
19558Date: Tue Feb 19 22:03:47 2008 -0600
19559
19560 [new uImage] ppc: Allow boards to specify effective amount of memory
19561
19562 For historical reasons we limited the stack to 256M because some boards
19563 could only map that much via BATS. However newer boards are capable of
19564 mapping more memory (for example 85xx is capable of doing up to 2G).
19565
19566 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19567 Acked-by: Marian Balakowicz <m8@semihalf.com>
19568
19569commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
19570Author: Kumar Gala <galak@kernel.crashing.org>
19571Date: Wed Feb 27 21:51:46 2008 -0600
19572
19573 [new uImage] rework error handling so common functions don't reset
19574
19575 Changed image_get_ramdisk() to just return NULL on error and have
19576 get_ramdisk() propogate that error to the caller. It's left to the
19577 caller to call do_reset() if it wants to.
19578
19579 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
19580 to a common location. In the future we will change get_fdt() and
19581 fdt_relocate() to return success/failure and not call do_reset() at all.
19582
19583 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19584 Acked-by: Marian Balakowicz <m8@semihalf.com>
19585
19586commit d2bc095a639672def11d5d043b5688d0dbd692ec
19587Author: Kumar Gala <galak@kernel.crashing.org>
19588Date: Wed Feb 27 21:51:45 2008 -0600
19589
19590 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
19591
19592 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
19593 however it does mean we have to go in and fixup the initrd info since
19594 we don't know where it will be.
19595
19596 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19597
19598commit 27953493ef025fb698d68c5dee39b36f01f4d530
19599Author: Kumar Gala <galak@kernel.crashing.org>
19600Date: Wed Feb 27 21:51:44 2008 -0600
19601
19602 [new uImage] ppc: Determine if we are booting an OF style
19603
19604 If we are bootin OF style than we can skip setting up some things
19605 that are used for the old boot method.
19606
19607 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19608 Acked-by: Marian Balakowicz <m8@semihalf.com>
19609
19610commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
19611Author: Kumar Gala <galak@kernel.crashing.org>
19612Date: Wed Feb 27 21:51:43 2008 -0600
19613
19614 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
19615
19616 We don't actually need the kdb param as we are just using it to get
19617 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
19618 boot via OF we might not actually fill out a kdb.
19619
19620 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19621 Acked-by: Marian Balakowicz <m8@semihalf.com>
19622
19623commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
19624Author: Kumar Gala <galak@kernel.crashing.org>
19625Date: Wed Feb 27 16:30:47 2008 -0600
19626
19627 85xx: Don't icbi when unlocking the cache
19628
19629 There is no reason to icbi when invalidating the temporary stack in
19630 the d-cache. Its impossible on e500 to have the i-cache contain
19631 any addresses in the temp stack and it can be problematic in generating
19632 transactions on the bus to non-valid addresses.
19633
19634 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19635
19636commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
19637Author: Andy Fleming <afleming@freescale.com>
19638Date: Wed Feb 27 15:50:50 2008 -0600
19639
19640 Fix source for ECM error IVPR
19641
19642 The source vector for the ECM was being set to 2,
19643 but that's what the source vector for DDR was being
19644 set to. Change it to 1.
19645
19646 Signed-off-by: Andy Fleming <afleming@freescale.com>
19647
19648commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
19649Author: Andy Fleming <afleming@freescale.com>
19650Date: Wed Feb 27 14:29:58 2008 -0600
19651
19652 Invalidate INIT_RAM TLB mappings
19653
19654 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
19655 mappings to be unguarded. This collided with an existing "bug"
19656 where the mappings for the INIT_RAM were being kept around.
19657 This meant that speculative loads to those addresses were
19658 succeeding in the TLB, and going out to the bus, where they
19659 were causing an exception (there's nothing at that address). The
19660 Flash code was coincidentally causing such a speculative load.
19661 Rather than go back to mapping the INIT RAM as guarded, we fix
19662 it so that the entries for the INIT_RAM are invalidated. Thus
19663 the speculative loads will fail in the TLB, and have no effect.
19664
19665 Signed-off-by: Andy Fleming <afleming@freescale.com>
19666
19667commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
19668Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19669Date: Sun Feb 17 22:56:17 2008 +0100
19670
19671 sbc8548: Fix Revision reading and unused variable 'path'
19672
19673 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19674
19675commit 495d162374c472f46454453553382ad0735dc725
19676Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19677Date: Sun Feb 17 22:56:16 2008 +0100
19678
19679 sbc8548: Fix cfi flash bank declaration
19680
19681 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19682
438a4c11
WD
19683commit 4efbe9dbb129f857f27856936112c8c02f016be6
19684Author: Marian Balakowicz <m8@semihalf.com>
19685Date: Wed Feb 27 11:02:26 2008 +0100
19686
19687 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
19688
19689 Dual format image code must properly handle all three FDT passing methods:
19690 - raw FDT blob passed
19691 - FDT blob embedded in the legacy uImage
19692 - FDT blob embedded in the new uImage
19693
19694 This patch enables proper raw FDT handling when no FIT imaeg support
19695 is compiled in. This is a bit tricky as we must dected FIT format even
19696 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
19697 blobs use tha same low level format (libfdt).
19698
19699 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19700
19701commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
19702Author: Marian Balakowicz <m8@semihalf.com>
19703Date: Wed Feb 27 11:02:26 2008 +0100
19704
19705 [new uImage] POWERPC: Add image_get_fdt() routine
19706
19707 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
19708 (3) or embedded in the new uImage. For the (2) case embedding image must be
19709 verified before we get FDT from it. This patch factors out legacy image
19710 specific verification routine to the separate helper routine.
19711
19712 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19713 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19714
19715commit 1efd43601f90de21ec6c0ebb9880823e822927b1
19716Author: Marian Balakowicz <m8@semihalf.com>
19717Date: Wed Feb 27 11:02:07 2008 +0100
19718
19719 [new uImage] Add image_get_kernel() routine
19720
19721 Legacy image specific verification is factored out to a separate helper
19722 routine to keep get_kernel() generic and simple.
19723
19724 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19725 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19726
19727commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
19728Author: Marian Balakowicz <m8@semihalf.com>
19729Date: Wed Feb 27 11:01:04 2008 +0100
19730
19731 [new uImage] Move image verify flag to bootm_headers structure
19732
19733 Do not pass image verification flag directly to related routines.
19734 Simplify argument passing and move it to the bootm_header structure which
19735 contains curently processed image specific data and is already being passed
19736 on the argument list.
19737
19738 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19739 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19740
19741commit 823afe7cefe00dafefc6696c1cc7aa828c394234
19742Author: Marian Balakowicz <m8@semihalf.com>
19743Date: Wed Feb 27 11:00:47 2008 +0100
19744
19745 [Makefile] Sort COBJS in lib_<arch> Makefiles
19746
19747 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19748
19749commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
19750Author: Marian Balakowicz <m8@semihalf.com>
19751Date: Wed Feb 27 11:00:47 2008 +0100
19752
19753 [new uImage] Optimize gen_get_image() flow control
19754
19755 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
19756 to do, update its control flow to better reflect that simple case.
19757
19758 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19759 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19760
19761commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
19762Author: Marian Balakowicz <m8@semihalf.com>
19763Date: Mon Feb 4 08:28:17 2008 +0100
19764
19765 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
19766
19767 PPC specific FDT blob handling code is divided into two separate routines:
19768
19769 get_fdt() - find and verify a FDT blob (either raw or image embedded)
19770 fdt_relocate() - move FDT blob to within BOOTMAP if needed
19771
19772 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19773 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19774
5013c09f
WD
19775commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
19776Author: Jon Loeliger <jdl@freescale.com>
19777Date: Mon Feb 25 13:13:37 2008 -0600
19778
19779 86xx: Fix renamed GUR symbols in sbc8641d board.
19780
19781 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
19782 (86xx: Fix GUR PCI config registers properly), we should have
19783 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
19784 symbols in the sbc8641d board as well. Fix this oversight.
19785
19786 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19787
19788commit 64cd594e623c39f73964d18787763e4533f791f7
19789Author: Stefan Roese <sr@denx.de>
19790Date: Mon Feb 25 16:50:48 2008 +0100
19791
19792 ppc4xx: Fix acadia_nand build problem
19793
19794 Don't include testdram() on NAND-booting target acadia_nand. This saves
19795 a few bytes and makes the target build clean again.
19796
19797 Signed-off-by: Stefan Roese <sr@denx.de>
19798
19799commit 14e099e698d41e8179d05c2b2dbcf704a236f748
19800Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19801Date: Sun Feb 24 23:03:12 2008 +0000
19802
19803 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
19804
19805 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19806
19807commit 724902c8464e610642b3a170278b99710325888e
19808Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19809Date: Sun Feb 24 23:03:11 2008 +0000
19810
19811 arm-imx: Fix registers definition
19812
19813 Sync registers definition with linux
19814
19815 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19816
19817commit 4cd288b589ea1178947c6e364453c32b3dede6b7
19818Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19819Date: Sun Feb 24 23:03:10 2008 +0000
19820
19821 actua1/actua2/actua3: Fix multipleunused variable
19822
19823 - actua1:
19824 actux1.c: In function 'checkboard':
19825 actux1.c:92: warning: unused variable 'revision'
19826
19827 - actua2:
19828 actux2.c: In function 'checkboard':
19829 actux2.c:100: warning: unused variable 's'
19830 actux2.c:99: warning: unused variable 'revision'
19831 actux2.c: In function 'reset_phy':
19832 actux2.c:130: warning: unused variable 'i'
19833
19834 - actua3:
19835 actux3.c: In function 'checkboard':
19836 actux3.c:114: warning: unused variable 'revision'
19837
19838 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19839
438a4c11
WD
19840commit d5934ad7756f038a393a9cfab76a4fe306d9d930
19841Author: Marian Balakowicz <m8@semihalf.com>
19842Date: Mon Feb 4 08:28:09 2008 +0100
19843
19844 [new uImage] Add dual format uImage support framework
19845
19846 This patch adds framework for dual format images. Format detection is added
19847 and the bootm controll flow is updated to include cases for new FIT format
19848 uImages.
19849
19850 When the legacy (image_header based) format is detected appropriate
19851 legacy specific handling is invoked. For the new (FIT based) format uImages
19852 dual boot framework has a minial support, that will only print out a
19853 corresponding debug messages. Implementation of the FIT specific handling will
19854 be added in following patches.
19855
19856 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19857
5013c09f
WD
19858commit b29661fc1151077776454288051bc9a488351ce8
19859Author: Wolfgang Denk <wd@denx.de>
19860Date: Sun Feb 24 15:21:36 2008 +0100
19861
19862 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
19863
19864 Signed-off-by: Wolfgang Denk <wd@denx.de>
19865
b29661fc
WD
19866commit 00b48a48424894daa589d166d73277830b1c6ac4
19867Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19868Date: Sat Feb 23 12:15:56 2008 +0100
19869
19870 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
19871
19872 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19873
19874commit b075d74efb70ff68c49a2532f26b56d6703b69c1
19875Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19876Date: Sat Feb 23 17:24:16 2008 +0900
19877
19878 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
19879
19880 ----------------------------------------------------------------
19881 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
19882
19883 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
19884 32bit targets.
19885
19886 GCC can be made to warn about usage of long long types with ISO C90
19887 (-ansi), but only with -pedantic. You can write this in a way that even
19888 then it doesn't cause warnings, namely by:
19889
19890 #ifdef __GNUC__
19891 __extension__ typedef __signed__ long long __s64;
19892 __extension__ typedef unsigned long long __u64;
19893 #endif
19894
19895 The __extension__ keyword in front of this switches off any pedantic
19896 warnings for this expression.
19897
19898 Signed-off-by: Olaf Hering <olh@suse.de>
19899 Cc: <linux-arch@vger.kernel.org>
19900 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19901 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19902 ----------------------------------------------------------------
19903
19904 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19905
19906commit 208acd112e6517b21fc30c420396902b103563ac
19907Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19908Date: Sat Feb 23 17:07:57 2008 +0900
19909
19910 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
19911
19912 This will reduce the build time.
19913
19914 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19915
19916commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
19917Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19918Date: Sat Feb 23 17:05:00 2008 +0900
19919
19920 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
19921
19922 This will reduce the build time.
19923
19924 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19925
19926commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
19927Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19928Date: Sat Feb 23 16:58:41 2008 +0900
19929
19930 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
19931
19932 This reduces the build time by ~10%. Here's the gth2_config example.
19933
19934 BEFORE AFTER
19935 real 0m31.441s 0m27.833s
19936 user 0m24.766s 0m23.045s
19937 sys 0m10.425s 0m7.468s
19938
19939 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19940
19941commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
19942Author: Marcel Moolenaar <marcelm@juniper.net>
19943Date: Fri Feb 22 10:48:07 2008 -0800
19944
19945 make define2mk.sed work on FreeBSD
19946
19947 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
19948 the define2mk.sed script was identified as the source of the link
19949 failure on FreeBSD. The problem is that sed(1) does not always support
19950 the '+' operator. It isn't on FreeBSD. The attach patch implements the
19951 equivalent, using the '*' operator instead and should work everywhere.
19952
19953 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
19954
19955commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
19956Author: Detlev Zundel <dzu@denx.de>
19957Date: Fri Feb 22 17:21:32 2008 +0100
19958
19959 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
19960
19961 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
19962 final traces of long-deprecated "ramdisk" kernel parm") makes these
19963 changes neccessary.
19964
19965 Signed-off-by: Detlev Zundel <dzu@denx.de>
19966
19967commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
19968Author: Larry Johnson <lrj@acm.org>
19969Date: Thu Feb 21 13:58:16 2008 -0500
19970
19971 LM75 bug fix for negative temperatures
19972
19973 When the LM75 temperature sensor measures a temperature below 0 C, the
19974 current driver does not perform sign extension, so the result returned is
19975 256 C too high. This patch fixes the problem.
19976
19977 Signed-off-by: Larry Johnson <lrj@acm.org>
19978
19979commit 5a910c224b13e413bda41922379add6d75c32da3
19980Author: Heiko Schocher <hs@denx.de>
19981Date: Thu Feb 21 18:33:45 2008 +0100
19982
19983 IDS8247: update MAINTAINER entry.
19984
19985 Signed-off-by: Heiko Schocher <hs@denx.de>
19986
19987commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
19988Author: Heiko Schocher <hs@denx.de>
19989Date: Thu Feb 21 18:31:15 2008 +0100
19990
19991 Fix device tree for mgsuvd board.
19992
19993 Rename the "scc" node in "ethernet" for the mgsuvd board.
19994
19995 Signed-off-by: Heiko Schocher <hs@denx.de>
19996
19997commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
19998Author: Yuri Tikhonov <yur@emcraft.com>
19999Date: Thu Feb 21 14:23:42 2008 +0100
20000
20001 lwmon5: enable hardware watchdog
20002
20003 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
20004 causing it to reboot the board if U-Boot does a long busy-wait with
20005 udelay(). Thus, for these boards we have to restart WD more
20006 frequently.
20007
20008 This patch splits the busy-wait udelay() into smaller, predefined,
20009 intervals, so that the watchdog timer may be resetted with the
20010 configurable (CONFIG_WD_PERIOD) interval.
20011
20012 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20013
20014commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
20015Author: Anatolij Gustschin <agust@denx.de>
20016Date: Thu Feb 21 12:52:29 2008 +0100
20017
20018 ppc4xx: Support for ATI Radeon 9200 card on sequoia
20019
20020 Adds configuration option for ATI Radeon 9200 card
20021 support to sequoia config file. If CONFIG_VIDEO
20022 is enabled, TEXT_BASE should be changed to 0xFFF80000.
20023
20024 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20025
20026commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
20027Author: Kumar Gala <galak@kernel.crashing.org>
20028Date: Mon Feb 18 08:18:07 2008 -0600
20029
20030 Remove duplicate defines for ARRAY_SIZE
20031
20032 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
20033 the define in common.h.
20034
20035 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20036
20037commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
20038Author: Kumar Gala <galak@kernel.crashing.org>
20039Date: Mon Feb 18 08:09:37 2008 -0600
20040
20041 ppc: Allow boards to specify effective amount of memory
20042
20043 For historical reasons we limited the stack to 256M because some boards
20044 could only map that much via BATS. However newer boards are capable of
20045 mapping more memory (for example 85xx is capable of doing up to 2G).
20046
20047 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20048
20049commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
20050Author: Mike Frysinger <vapier@gentoo.org>
20051Date: Mon Feb 18 05:24:13 2008 -0500
20052
20053 include autoconf.mk before any other .mk files
20054
20055 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
20056 those .mk files can have make if statements based on the current config.
20057
20058 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20059
20060commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
20061Author: Mike Frysinger <vapier@gentoo.org>
20062Date: Mon Feb 18 05:10:07 2008 -0500
20063
20064 error check autoconf.mk generation
20065
20066 If any of the steps for generating autoconf.mk fail currently, they go
20067 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
20068 This is simpler and more robust than placing '|| exit $$?' after every line.
20069
20070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20071
20072commit 019895a8dee71a9f00da05c03e379f45d581b0fe
20073Author: Stefano Babic <sbabic@denx.de>
20074Date: Mon Feb 18 08:03:51 2008 +0100
20075
20076 Fix bug in dependency checking
20077
20078 By adding VERSION_FILE to the PHONY targets the script
20079 /tools/setlocalversion is always called and version_autogenerated.h
20080 is replaced only if the script find a modified source file.
20081
20082 Signed-off-by: Stefano Babic <sbabic@denx.de>
20083
20084commit 98ba144ccc912eee90dd42699f023c497ce774c6
20085Author: Kyungmin Park <kmpark@infradead.org>
20086Date: Mon Feb 18 14:35:43 2008 +0900
20087
20088 Fix GPMC CS2 memory setup at apollon
20089
20090 It disables the current map first
20091
20092 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20093
20094commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
20095Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20096Date: Sun Feb 17 23:52:46 2008 +0100
20097
20098 uli526x: Fix multiple differ in signedness and parentheses around comparison
20099
20100 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20101
20102commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
20103Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20104Date: Sun Feb 17 16:58:04 2008 +0100
20105
20106 MIPS: Fix CFG_NO_FLASH support
20107
20108 - Fix flash_init call when CFG_NO_FLASH is used
20109 - Remove no more needed flash.c for qemu-mips
20110
20111 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20112
20113commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
20114Author: Mike Frysinger <vapier@gentoo.org>
20115Date: Sat Feb 16 02:40:18 2008 -0500
20116
20117 easylogo: clean up some more and add -r (rgb) support
20118
20119 Michael Hennerich added support for outputting an image in RGB format rather
20120 than forcing YUYV all the time. This makes obvious sense if the display you
20121 have takes RGB input rather than YUYV.
20122
20123 Rather than hack in support for options, I've converted it to use getopt and
20124 cleaned up the argument parsing in the process.
20125
20126 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
20127 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20128
20129commit f65c98129ccada3f7caf97d80395a95b84e911de
20130Author: Mike Frysinger <vapier@gentoo.org>
20131Date: Sat Feb 16 02:12:37 2008 -0500
20132
20133 Makefile: add target for $(LDSCRIPT)
20134
20135 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
20136 then change into the board directory and try and create it. This allows you
20137 to generate the linker script on the fly based upon board defines (like the
20138 Blackfin boards do).
20139
20140 There should be no regressions due to this change as the normal case is to
20141 already have a u-boot.lds file. If that's the case, then there's nothing to
20142 generate, and so make will always exit. The fix here is that if the linker
20143 script does not exist, the implicit rules take over and attempt to guess how
20144 to generate the file.
20145
20146 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20147
438a4c11
WD
20148commit 5583cbf736474ef754e128a54fb78632f57b48fd
20149Author: Marian Balakowicz <m8@semihalf.com>
20150Date: Thu Feb 21 17:27:49 2008 +0100
20151
20152 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
20153
20154 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
20155
20156commit 2242f5369822bc7780db95c47985bb408ea9157b
20157Author: Marian Balakowicz <m8@semihalf.com>
20158Date: Thu Feb 21 17:27:41 2008 +0100
20159
20160 [new uImage] Rename and move print_image_hdr() routine
20161
20162 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
20163
20164commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
20165Author: Marian Balakowicz <m8@semihalf.com>
20166Date: Thu Feb 21 17:20:20 2008 +0100
20167
20168 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
20169
20170 Introducing routines for parsing new uImage format bootm arguments:
20171 [<addr>]#<conf> - configuration specification
20172 [<addr>]:<subimg> - subimage specification
20173
20174 New format images can contain multiple subimages of the same type. For example
20175 a single new format image file can contain three kernels, two ramdisks and a
20176 couple of FDT blobs. Subimage and configuration specifications are extensions
20177 to bootm (and other image-related commands) arguments' syntax that allow to
20178 specify which particular subimage should be operated on.
20179
20180 Subimage specification is used to denote a particular subimage. Configurations
20181 are a bit more complex -- they are used to define a particualr booting setup,
20182 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
20183 etc.
20184
20185 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
20186
20187commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
20188Author: Marian Balakowicz <m8@semihalf.com>
20189Date: Thu Feb 21 17:20:19 2008 +0100
20190
20191 [new uImage] Add gen_get_image() routine
20192
20193 This routine assures that image (whether legacy or FIT) is not
20194 in a special dataflash storage.
20195
20196 If image address is a dataflash address image is moved to system RAM.
20197
20198 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
20199
20200commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
20201Author: Marian Balakowicz <m8@semihalf.com>
20202Date: Thu Feb 21 17:20:18 2008 +0100
20203
20204 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
20205
20206 New uImage format (Flattened Image Tree) requires libfdt
20207 functionality, print out error message if CONFIG_OF_LIBFDT
20208 is not defined.
20209
20210 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
20211 This commit turns it on by default.
20212
20213 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
20214
b29661fc
WD
20215commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
20216Author: Michael Schwingen <michael@schwingen.org>
20217Date: Mon Feb 18 23:16:35 2008 +0100
20218
20219 CFI: Do not use uninitialized cmd_reset
20220
20221 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
20222 commands instead
20223
20224 From a short test, it looks like AMD-style flash roms treat *any* unknown
20225 command write as a reset, at least when in CFI Query mode, so issuing the
20226 Intel reset command to AMD-style flashs seems safe (from the small sample I
20227 have), plus the 3-cycle magic sequence should kick the state machine into
20228 the right state even without a reset command. Since the AMD-style flashs
20229 require the unlock sequence for real operation, I chose to try the AMD reset
20230 command first, so that Intel flashs do no see an invalid command prior to
20231 the CFI query.
20232
20233 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
20234 plus Intel StrataFlash.
20235
20236 Signed-off-by: Michael Schwingen <michael@schwingen.org>
20237 Signed-off-by: Stefan Roese <sr@denx.de>
20238
20239commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
20240Author: Rafal Jaworowski <raj@semihalf.com>
20241Date: Thu Feb 21 11:56:44 2008 +0100
20242
20243 API: Add (c) and licensing notice to the public API header.
20244
20245 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
20246
20247commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
20248Author: Yuri Tikhonov <yur@emcraft.com>
20249Date: Thu Feb 21 11:06:07 2008 +0100
20250
20251 Fix CPU POST test failure
20252
20253 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
20254 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
20255 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
20256 This patch just saves the CR value before running the test code, so allowing
20257 it to do anything it wants with CR.
20258
20259 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
20260 Acked-by: Yuri Tikhonov <yur@emcraft.com>
20261 --
20262
20263commit d5908b093955415f3d340706378b991f911af671
20264Author: Jon Loeliger <jdl@freescale.com>
20265Date: Wed Feb 20 15:26:51 2008 -0600
20266
20267 8610HPCD: Document the flashbank selection switches.
20268
20269 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20270
20271commit a551cee99ad1d1da20fd23ad265de47448852f56
20272Author: Jon Loeliger <jdl@freescale.com>
20273Date: Wed Feb 20 14:22:26 2008 -0600
20274
20275 86xx: Fix GUR PCI config registers properly.
20276
20277 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
20278 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
20279 botched it due to not realizing that 8610 and 8641 had different
20280 Global Utility Register defintions, one of which was like 85xx,
20281 and the other wasn't. Correct this problem by introducing two
20282 symbols, one for each 86xx SoC, but neither of which is named
20283 anything like 85xx.
20284
20285 My bad. Lovely Wednesday with git bisect. You know.
20286
20287 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20288
20289commit cb06eb961bdffc8728b38c242473d802e83ab2b4
20290Author: Jon Loeliger <jdl@freescale.com>
20291Date: Wed Feb 20 12:24:11 2008 -0600
20292
20293 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
20294
20295 Without an actual supported video card hooked up, enabling
20296 the CONFIG_VIDEO by default just makes it look broken by
20297 routing all console output to the video card. Don't.
20298
20299 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20300
20301commit 4d264eff4312f230776b913edade7ceb75f1b1e0
20302Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20303Date: Wed Jan 30 15:08:15 2008 -0600
20304
20305 ColdFire: Fix missing code flash size for M5485EVB
20306
20307 Signed-off-by: James Mahan <kmahan@freescale.com>
20308 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20309
20310commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
20311Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
20312Date: Wed Jan 30 15:04:42 2008 -0600
20313
20314 ColdFire: Fix 5282 and 5271 interrupt mask bit
20315
20316 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20317
20318commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
20319Author: Jon Loeliger <jdl@freescale.com>
20320Date: Tue Feb 19 12:31:08 2008 -0600
20321
20322 8610HPCD: Fix typos in two PCI setup registers.
20323
20324 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
20325 were erroneously present as 85xx names and values, leftover from
20326 the clone wars. Fix this by removing the 85xx cruft from the
20327 86xx codebase.
20328
20329 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20330
20331commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
20332Author: Jon Loeliger <jdl@freescale.com>
20333Date: Mon Feb 18 14:01:56 2008 -0600
20334
20335 86xx: Convert sbc8641d to use libfdt.
20336
20337 This is the proper fix for a missing closing brace in the function
01db232d 20338 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
20339 The ft_cpu_setup() function in mpc8641hpcn.c should have been
20340 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
20341 but was missed. Only, the sbc8641d was nominally still using it.
20342 It all got ripped out, and the funcality that was in ft_board_setup()
20343 was refactored to remove the CPU portions into the new file
20344 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
20345
20346 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
20347
20348 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20349
20350commit 04efddc87c50c84f85dad5c331c634a6ce830a83
20351Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20352Date: Sun Feb 17 23:35:31 2008 +0100
20353
20354 mpc86xx: Fix unused variable 'config' and 'immap'
20355
20356 and remove useless CONFIG_DDR_INTERLEAVE
20357
20358 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20359
20360commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
20361Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20362Date: Sun Feb 17 23:03:36 2008 +0100
20363
20364 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
20365
20366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20367
20368commit b6f29c84c208a091f95a10cbc9852d729659ba20
20369Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20370Date: Sun Feb 17 14:15:31 2008 +0100
20371
20372 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
20373
20374 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20375
20376commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
20377Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20378Date: Sun Feb 17 14:15:32 2008 +0100
20379
20380 pxa: fix assignment from incompatible pointer type
20381
20382 fix mmc_bread function prototype
20383
20384 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20385
20386commit 64d792063fff90b8118179b092feee09fe5cae13
20387Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20388Date: Sun Feb 17 14:15:30 2008 +0100
20389
20390 at91cap9adk: fix implicit declaration of function 'eth_init'
20391
20392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20393
20394commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
20395Author: Wolfgang Denk <wd@denx.de>
20396Date: Sun Feb 17 15:43:44 2008 +0100
20397
20398 Remove files added by mistake, update CHANGELOG.
20399
20400 Signed-off-by: Wolfgang Denk <wd@denx.de>
20401
375c4353
WD
20402commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
20403Author: Mike Nuss <mike@terascala.com>
20404Date: Wed Feb 6 11:10:11 2008 -0500
20405
20406 PPC440EPx: Optionally enable second I2C bus
20407
20408 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
20409 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
20410 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
20411
20412 Signed-off-by: Mike Nuss <mike@terascala.com>
20413 Cc: Stefan Roese <sr@denx.de>
20414
20415commit ef5b4f221c22d05770878513951745f236b5b43f
20416Author: Niklaus Giger <niklaus.giger@netstal.com>
20417Date: Tue Feb 5 10:26:44 2008 +0100
20418
20419 ppc4xx: HCU4/5. Cleanup configs
20420
20421 - hcu4.h: Removed define of CONFIG_PPC405GPr
20422 - Corrected phy addresses
20423 - Fix boot variables
20424 - Respect line length of 80 chars
20425
20426 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
20427
20428commit 74973126d1be63ac75bdc192f46234dca3a7c421
20429Author: Niklaus Giger <niklaus.giger@netstal.com>
20430Date: Tue Feb 5 11:31:28 2008 +0100
20431
20432 ppc4xx: HCU4/5. Cleanups
20433
20434 - Fix some coding style violations.
20435 - Use in/out_u16/32 where appropriate.
20436 - Use register names from ppc405.h.
20437 - Fix trace useage for Lauterbach.
20438 - Remove obsolete generation HCU2.
20439 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
20440
20441 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
20442
20443commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
20444Author: Niklaus Giger <niklaus.giger@netstal.com>
20445Date: Tue Feb 5 10:26:41 2008 +0100
20446
20447 ppc4xx: PPC405GPr fix missing register definitions
20448
20449 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
20450
20451commit 214398d9cb22268d9d4f7563359edca0f78297a2
20452Author: Larry Johnson <lrj@acm.org>
20453Date: Fri Jan 18 21:49:05 2008 -0500
20454
20455 ppc4xx: Beautify configuration files for Sequoia and Korat boards
20456
20457 Signed-off-by: Larry Johnson <lrj@acm.org>
20458
20459commit 30c6a241e88499f536e86d325759e29ba00ff67f
20460Author: Anatolij Gustschin <agust@denx.de>
20461Date: Fri Feb 15 20:09:01 2008 +0100
20462
20463 Wipe out assembler warnings while compiling x86 biosemu
20464
20465 This patch tries to get rid of some assembler warnings about
20466 changed .got2 section type while compiling x86 bios emulator
20467 code.
20468
20469 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20470
20471commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
20472Author: Wolfgang Denk <wd@denx.de>
20473Date: Fri Feb 15 00:57:09 2008 +0100
20474
20475 Prepare v1.3.2-rc1 release candidate
20476
67a4389e
WD
20477commit f33e9653c9c09868995d788511d573771c209fe5
20478Author: Anatolij Gustschin <agust@denx.de>
20479Date: Fri Feb 15 00:13:20 2008 +0100
20480
20481 Fix compile warning on lib_ppc/board.c
20482
20483 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20484
20485commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
20486Author: Anatolij Gustschin <agust@denx.de>
20487Date: Thu Feb 14 18:22:04 2008 +0100
20488
20489 Add Radeon Mobility 9200 pci device id to the radeon driver
20490
20491 This patch extends PCI device id table of the
20492 radeon driver so that the driver will also support
20493 Radeon Mobility 9200 (M9+) based boards.
20494
20495 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20496
20497commit 1b8607e1f7143548c6062c28371449ec69588c00
20498Author: Anatolij Gustschin <agust@denx.de>
20499Date: Thu Feb 14 18:19:50 2008 +0100
20500
20501 Extend ATI Radeon driver to support more video modes
20502
20503 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
20504 800x600, 640x480 at 24, 16 and 8 bpp.
20505
20506 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20507
20508commit 4124382de029d361162a4b8cecc773eb8f26e2a8
20509Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20510Date: Sun Feb 10 17:05:20 2008 +0100
20511
20512 xsengine: fix typo and few coding style
20513
20514 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20515
20516commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
20517Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20518Date: Fri Feb 8 21:25:58 2008 +0100
20519
20520 Fix wrong memory limit calculation in memory-test
20521
20522 If the length of the memory address range passed to the "mtest" command is
20523 not of the form 2^x - 1, not all address lines are tested. This bug is
20524 inherited from the original software at
20525 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
20526 this.
20527
20528 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20529
20530commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
20531Author: Wolfgang Denk <wd@denx.de>
20532Date: Fri Feb 15 00:11:39 2008 +0100
20533
20534 Coding STyle cleanup.
20535
20536 Signed-off-by: Wolfgang Denk <wd@denx.de>
20537
20538commit f6921e3dc331293c873ec4d109fd5517a42a90b3
20539Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20540Date: Tue Feb 5 13:30:43 2008 +0900
20541
20542 sh: Fix register address of SH7722
20543
20544 The address of SH7722 is wrong by old document.
20545 This patch fixes this problem.
20546
20547 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20548
20549commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
20550Author: Mike Frysinger <vapier@gentoo.org>
20551Date: Mon Feb 4 17:44:23 2008 -0500
20552
20553 only update version header as needed
20554
20555 Constantly rebuilding the version header will force useless relinking, so we
20556 simply need to compare the new header with the existing one before updating
20557 it.
20558
20559 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20560
20561commit 208447f8e953f347425eb92c8e28d59e6d911363
20562Author: Mike Frysinger <vapier@gentoo.org>
20563Date: Mon Jan 28 05:56:19 2008 -0500
20564
20565 Do not specify a CROSS_COMPILE default when executing size
20566
20567 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20568
20569commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
20570Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20571Date: Wed Feb 13 11:19:19 2008 +0100
20572
20573 Fix return value of mtest when CFG_ALT_MEMTEST set
20574
20575 Fix a missing return statement from a non-void function.
20576
20577 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20578
20579commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
20580Author: Timur Tabi <timur@freescale.com>
20581Date: Wed Jan 9 14:35:26 2008 -0600
20582
20583 85xx, 86xx: Determine I2C clock frequencies and store in global_data
20584
20585 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
20586
20587 Update the get_clocks() function in 85xx and 86xx to determine the I2C
20588 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
20589
20590 Signed-off-by: Timur Tabi <timur@freescale.com>
20591
20592commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
20593Author: Wolfgang Denk <wd@denx.de>
20594Date: Thu Feb 14 23:18:01 2008 +0100
20595
20596 TQM834x: clean up configuration
20597
20598 Get board name consistent with Linux and elsewhere;
20599 get rid of local network definitions etc.
20600
20601 Signed-off-by: Wolfgang Denk <wd@denx.de>
20602
20603commit 38cc09c55b1d7f233789052c6fc462e5377669a9
20604Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20605Date: Thu Feb 14 08:02:12 2008 +0100
20606
20607 TFTP: fix search of ':' in BootFile
20608
20609 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20610
20611commit 0bc9efada170096c6b273f19165e32936d330d80
20612Author: Wolfgang Denk <wd@denx.de>
20613Date: Thu Feb 14 22:46:55 2008 +0100
20614
20615 Coding style cleanup; update CHANGELOG.
20616
20617 Signed-off-by: Wolfgang Denk <wd@denx.de>
20618
0bc9efad
WD
20619commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
20620Author: Wolfgang Denk <wd@denx.de>
20621Date: Thu Feb 14 22:43:22 2008 +0100
20622
20623 PPC: Use r2 instead of r29 as global data pointer
20624
20625 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
20626 will refuse to use load/store multiple insns; instead, it issues a
20627 list of simple load/store instructions upon function entry and exit,
20628 resulting in bigger code size, which in turn makes the build for a
20629 few boards fail.
20630
20631 Use r2 instead.
20632
20633 Signed-off-by: Wolfgang Denk <wd@denx.de>
20634
20635commit 3c234efa693bc59906c2be55c7918ecbb55392ea
20636Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
20637Date: Wed Jan 30 09:08:49 2008 +0100
20638
20639 ARM: make the machid configurable via the environment
20640
20641 If the variable "machid" exists, let do_bootm_linux use that instead
20642 of bd->bi_arch_number.
20643
20644