]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
86xx: Fix broken variable reference when #def DEBUGing.
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
992742a5
WD
1commit e881cb563e32f45832b7b6db77bdcd017adcbb41
2Author: Bruce Adler <bruce.adler@ccpu.com>
3Date: Fri Nov 2 13:15:42 2007 -0700
4
5 fix wording in README
6
7 Changed the wording to properly describe the shadowing
8 of the environment from ROM to RAM
9
10 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
11
12commit ad845beef06245426c57b53dcdc01b7dc70e0d45
13Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14Date: Wed Oct 31 02:18:15 2007 +0900
15
16 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
17
18 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19
20commit ec22755799466c8a103664bb3a5e647bf9c238f4
21Author: Vlad Lungu <vlad@comsys.ro>
22Date: Thu Oct 25 16:08:14 2007 +0300
23
24 Trimmed some variables in ne2000.c
25
26 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
27
28commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
29Author: Zhang Wei <wei.zhang@freescale.com>
30Date: Thu Oct 25 17:51:27 2007 +0800
31
32 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
33
34 The scan code of the key 'z' is 0x1d, which should be handled.
35
36 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
37 controller.
38
39 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
40
41commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
42Author: Zhang Wei <wei.zhang@freescale.com>
43Date: Thu Oct 25 17:30:04 2007 +0800
44
45 Fix USB support issue for MPC8641HPCN board.
46
47 The configuration file has already enabled USB, but it
48 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
49 on MPC8641HPCN can not work because of the wrong USB
50 register endian.
51
52 And add the USB command to U-Boot commands list.
53
54 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55
56commit 4e62041023dc3de9d98d977bb080235bc6d035e0
57Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58Date: Wed Oct 24 18:16:01 2007 +0200
59
60 Use config_cmd_default.h instead of config_cmd_all.h
61
62 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63
64commit 56622f87857439b1c221e9deef11a9d5bb5d4308
65Author: Marian Balakowicz <m8@semihalf.com>
66Date: Wed Oct 24 01:37:36 2007 +0200
67
68 TQM5200: Call usb_cpu_init() during board init
69
70 usb_cpu_init() configures GPS USB pins, clocks, etc. and
71 is required for proper operation of kernel USB subsystem.
72 This setup was previously done in the kernel by the fixup
73 code which is being removed, thus low level init must be
74 done by U-boot now.
75
76 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
77
78commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
79Author: Guennadi Liakhovetski <lg@denx.de>
80Date: Tue Oct 23 16:25:50 2007 +0200
81
82 Fix typo in nfs.c
83
84 An obvious typo. Originally fixed in linkstation u-boot port.
85
86 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
87
88commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
89Author: Guennadi Liakhovetski <lg@denx.de>
90Date: Tue Oct 23 14:35:05 2007 +0200
91
92 Fix a typo in cpu/mpc824x/interrupts.c
93
94 Since December 2003 the timer_interrupt_cpu() function in
95 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
96 parameter. Remove it.
97
98 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
99
100commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
101Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
102Date: Wed Oct 17 11:13:51 2007 +0200
103
104 add ft_cpu_setup(..) on mpc8260
105
106 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
107 based on code from mpc5xxx
108
109 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
110 --
111
112commit 6abd82e19ae93c0b4d104e50165e235915ec0875
113Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
114Date: Wed Oct 17 11:18:42 2007 +0200
115
116 changes for IDS8247 board support
117
118 To get the IDS8247 board working following are done:
119 - FCC2 is deactivated
120 - FCC1 is activated
121 - I2C is activated
122 - CFI driver is activated
123 - Adapted for use with LIBFDT
124
125 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
126 --
127
128commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
129Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
130Date: Wed Oct 24 15:48:37 2007 +0200
131
132 ATSTK1002: Remove default ethernet addresses
133
134 Wolfgang is right: It's not a good idea to set up default initial
135 ethernet addresses for a board, even though they belong to the local
136 range.
137
138 This will change the failure mode from "IT manager screams at you for
139 using duplicate ethernet addresses" to a nice error message explaining
140 that the ethernet address hasn't been set properly.
141
142 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
143
144commit e5c794e491a57d829b6d8733e2ed8368a2269abf
145Author: Justin Flammia <jflammia@savantav.com>
146Date: Mon Oct 29 17:40:35 2007 -0400
147
148 DHCP Client Fix
149
150 This is a multi-part message in MIME format.
151
152 commit e6e505eae94ed721e123e177489291fc4544b7b8
153 Author: Justin Flammia <jflammia@savantav.com>
154 Date: Mon Oct 29 17:19:03 2007 -0400
155
156 Found a bug in the way the DHCP Request packet is built, where the IP address
157 that is offered by the server is bound to prematurely. This patch is a fix of
158 that bug where the IP address offered by the DHCP server is not used until
159 after the DHCP ACK from the server is received.
160
161 Signed-off-by: Justin Flammia <jflammia@savantav.com>
162 Signed-off-by: Ben Warren <bwarren@qstreams.com>
163
164commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
165Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
166Date: Thu Oct 25 17:16:22 2007 -0500
167
168 ColdFire 54455: Fix correct boot location for atmel and intel
169
170 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
171
172commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
173Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
174Date: Thu Oct 25 17:14:00 2007 -0500
175
176 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
177
178 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
179
180commit c67e12e705b204cfe914e3e3e693d69a445dcabf
181Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
182Date: Thu Oct 25 17:12:36 2007 -0500
183
184 ColdFire 5329: Assign correct SDRAM size and fix cache
185
186 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
187
188commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
189Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
190Date: Thu Oct 25 17:10:23 2007 -0500
191
192 ColdFire 5253: Assign correct SDRAM size
193
194 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
195
196commit 2acefa72ee0026f862ab65597ca687428f63a973
197Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
198Date: Thu Oct 25 17:09:17 2007 -0500
199
200 ColdFire 5282: Fix external flash boot and return dramsize
201
202 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
203
204commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
205Author: Bartlomiej Sieka <tur@semihalf.com>
206Date: Thu Oct 25 17:20:01 2007 +0200
207
208 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
209
210 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
211
212commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
213Author: Martin Krause <martin.krause@tqs.de>
214Date: Wed Oct 24 08:42:25 2007 +0200
215
216 TQM5200: fix spurious characters on second serial interface
217
218 With this patch PSC3 is configured as UART. This is done, because if
219 the pins of PSC3 are not configured at all (-> all pins are GPI),
220 due to crosstalk, spurious characters may be send over the RX232_2_TXD
221 signal line.
222
223 Signed-off-by: Martin Krause <martin.krause@tqs.de>
224 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
225
226commit be4a87f11e297a5cededbf7dd71c0248f3874acd
227Author: Martin Krause <martin.krause@tqs.de>
228Date: Wed Oct 24 08:41:27 2007 +0200
229
230 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
231
232 Some commands for the STK52xx base board try to access the SM501 grafic
233 controller. But the TQM5200S has no grafic controller (only the TQM5200
234 and the TQM5200B have). This patch deactivates the commands accessing
235 the SM501 for the TQM5200S.
236
237 Signed-off-by: Martin Krause <martin.krause@tqs.de>
238 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
239
240commit b31f64343ead9482cd439b1adbe4c34026a641b1
241Author: Martin Krause <martin.krause@tqs.de>
242Date: Mon Oct 22 16:45:53 2007 +0200
243
244 TQM5200: fix spurious characters on second serial interface
245
246 With this patch PSC3 is configured as UART. This is done, because if
247 the pins of PSC3 are not configured at all (-> all pins are GPI),
248 due to crosstalk, spurious characters may be send over the RX232_2_TXD
249 signal line.
250
251 Signed-off-by: Martin Krause <martin.krause@tqs.de>
252
253commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
254Author: Martin Krause <martin.krause@tqs.de>
255Date: Mon Oct 22 16:40:06 2007 +0200
256
257 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
258
259 Some commands for the STK52xx base board try to access the SM501 grafic
260 controller. But the TQM5200S has no grafic controller (only the TQM5200
261 and the TQM5200B have). This patch deactivates the commands accessing
262 the SM501 for the TQM5200S.
263
264 Signed-off-by: Martin Krause <martin.krause@tqs.de>
265
266commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
267Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
268Date: Sun Oct 21 09:14:28 2007 +0200
269
270 Mips: Fix string functions differ prototype declaration
271
272 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
273
274commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
275Author: Ed Swarthout <Ed.Swarthout@freescale.com>
276Date: Fri Oct 19 17:51:40 2007 -0500
277
278 fsl_pci_init enable COMMAND_MEMORY if inbound window
279
280 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
281 to pciauto_setup_device has the side effect of not getting
282 COMMAND_MEMORY set.
283
284 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
285
286commit e9d0d527992566ebef9826962ff1745b2f082b92
287Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
288Date: Fri Oct 19 10:55:24 2007 +0200
289
290 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
291
292 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
293
294commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
295Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
296Date: Fri Oct 19 08:10:15 2007 +0200
297
298 fix warning: no return statement in function returning non-void
299
300 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
301
302commit e78220f6e514206757acfe247297fc9a328a881f
303Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
304Date: Fri Oct 19 06:33:45 2007 +0200
305
306 xsengine: Fix no partition type specified, use DOS as default
307
308 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
309
310commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
311Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
312Date: Fri Oct 19 00:24:59 2007 +0200
313
314 lubbock: Fix no partition type specified, use DOS as default
315
316 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
317
318commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
319Author: Wolfgang Denk <wd@denx.de>
320Date: Tue Oct 23 16:50:03 2007 +0200
321
322 Coding style: keep lists sorted; update CHANGELOG
323
324 Signed-off-by: Wolfgang Denk <wd@denx.de>
325
41b4d282
WD
326commit 58b74b05c621e2835ecf4e2d3243042cf4186777
327Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
328Date: Fri Oct 19 00:09:05 2007 +0200
329
330 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
331
332 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
333
334commit 96455bfebc9887837095c9051d216f53c61b5f10
335Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
336Date: Fri Oct 19 00:07:39 2007 +0200
337
338 Fix warning differ in signedness in board/innokom/innokom.c
339
340 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
341
342commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
343Author: Marcel Ziswiler <marcel@ziswiler.com>
344Date: Fri Oct 19 00:25:33 2007 +0200
345
346 fix pxa255_idp board
347
348 The pxa255_idp being an old unmaintained board showed several issues:
349 1. CONFIG_INIT_CRITICAL was still defined.
350 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
351 3. Symbol flash_addr was undeclared.
352 4. The boards lowlevel_init function was still called memsetup.
353 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
354 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
355 'target CPU does not support interworking' warnings on recent compilers.
356 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
357 indexes rather than the register definitions from the pxa-regs header
358 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
359 avoid any ambiguities.
360 8. There were several redefinition warnings concerning ICMR, OSMR3,
361 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
362 9. The board configuration file was rather outdated.
363 10. The part header file defined the vendor, product and revision arrays
364 as unsigned chars instead of just chars in the block_dev_desc_t
365 structure.
366
367 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
368
369commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
370Author: Rune Torgersen <runet@innovsys.com>
371Date: Wed Oct 17 11:56:31 2007 -0500
372
373 Make MPC8266ADS command selection more robust
374
375 Fix MPC8266 command line definition so it won't break when new commands
376 are added to u-boot.
377 Signed-off-by Rune Torgersen <runet@innovsys.com>
378
992742a5
WD
379commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
380Author: Bartlomiej Sieka <tur@semihalf.com>
381Date: Tue Oct 23 13:14:10 2007 +0200
382
383 Motion-PRO: Update configuration to accomodate next generation board.
384
385 New board has faster oscillator and a different Flash chip. This affects:
386 - CFG_MPC5XXX_CLKIN
387 - SDRAM timings
388 - Flash CS configuration (timings)
389 - Flash sector size, and thus MTD partition layout
390 - malloc() arena size (due to bigger Flash sectors)
391 - smaller memory test range (due to bigger malloc() arena)
392
393 This patch also enables more extensive memory testing via "mtest".
394
395 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
396
397commit eff501904df2bf1724a750062628ba2c51dbb1f8
398Author: Bartlomiej Sieka <tur@semihalf.com>
399Date: Tue Oct 23 11:36:07 2007 +0200
400
401 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
402
403 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
404 register must be written a value of 0x00000004 as the first step of the
405 SDRAM contorller configuration.
406
407 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
408
409commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
410Author: Peter Pearse <peter.pearse@arm.com>
411Date: Tue Oct 23 10:22:16 2007 +0100
412
413 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
414
415commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
416Author: Vlad Lungu <vlad@comsys.ro>
417Date: Sun Oct 21 22:10:10 2007 +0900
418
419 [MIPS] Fix UNCACHED_SDRAM
420
421 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
422
423 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
424 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
425
426commit 00101dd7a32d12f698150123e47e4b3420279f86
427Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
428Date: Sun Oct 21 21:30:42 2007 +0900
429
430 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
431
432 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
433
434commit eb700636db017d310edaeb559b13d82588560674
435Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
436Date: Sun Oct 21 10:55:37 2007 +0900
437
438 [MIPS] u-boot.lds: Define _gp in a standard manner
439
440 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
441
442commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
443Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
444Date: Sun Oct 21 10:55:36 2007 +0900
445
446 [MIPS] Fix $gp usage
447
448 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
449 As a general principle, we should use _gp for $gp.
450
451 Thanks to linker script's help we fortunately have _gp which equals to
452 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
453 be able to access to GOT entires, global variables and procedure entry
454 points. The right thing to do is to use _gp.
455
456 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
457 which holds the offset from _gp. When updating GOT entries, we use this
458 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
459
460 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
461 I made some change to leave over num_got_entries.
462
463 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
464 Cc: Vlad Lungu <vlad@comsys.ro>
465
466commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
467Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
468Date: Sun Oct 21 10:55:36 2007 +0900
469
470 [MIPS] u-boot.lds: Fix __got_start and __got_end
471
472 Ensure that __got_start points to top of the `.got', and __got_end points
473 to bottom as well, so that we never fail to count num_got_entries.
474
475 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
476
477commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
478Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
479Date: Sun Oct 21 10:55:36 2007 +0900
480
481 [MIPS] u-boot.lds: Remove duplicated .sdata section
482
483 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
484
41b4d282
WD
485commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
486Author: Wolfgang Denk <wd@denx.de>
487Date: Sun Oct 21 01:01:17 2007 +0200
488
489 Minor coding style cleanup; update CHANGELOG
490
491 Signed-off-by: Wolfgang Denk <wd@denx.de>
492
05bf4919
WD
493commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
494Author: Vlad Lungu <vlad@comsys.ro>
495Date: Thu Oct 4 20:47:10 2007 +0300
496
497 Fix NE2000 driver:
498
499 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
500 to do anything in eth_stop() if eth_init() was not called.
501 Simplified RX path in order to avoid timeouts on really really
502 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
503 clever enough to cope with 1 packet per eth_rx().
504
505 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
506
992742a5
WD
507commit df90968b48fb34fa9072fab150db2ac89678f537
508Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
509Date: Mon Sep 24 13:32:13 2007 -0400
510
511 Setting MSR[DE] in do_reset
512
513 Hello,
514 This patch ensures the soft reset of the board for the 85xx boards
515 by setting the MSR[DE] in the do_reset function.
516
517 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
518
519commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
520Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
521Date: Mon Sep 24 13:36:01 2007 -0400
522
523 MSR overwrite fix
524
525 Hello,
526 This patch fixes the MSR overwrite in the start.S when moving out of
527 the last 4K page.
528
529 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
530
531commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
532Author: Dan Wilson <dwilson@fulcrummicro.com>
533Date: Fri Oct 19 11:33:48 2007 -0500
534
535 tsec driver should clear RHALT on startup
536
537 This was causing problems for some people.
538
539 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
540 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
541 Signed-off-by: Andy Fleming <afleming@freescale.com>
542
543commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
544Author: Kumar Gala <galak@kernel.crashing.org>
545Date: Thu Oct 11 00:29:18 2007 -0500
546
547 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
548
549 On the MPC85xx CDS we have two issues:
550
551 1. The device tree fixup code did not check to see if the property we are
552 trying to update is actually found. Its possible that it would update
553 random memory starting at 0.
554
555 2. Newer Linux kernel's have moved the location of the PCI nodes to be
556 sibilings of the soc node and not children. The explicit PATH to the PCI
557 node would not be found for these device trees. Add the ability to handle
558 both paths. In the future we shouldn't handle such fixups by explicit path.
559
560 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
561
562commit a3063eec775719b7e91023bbec3f64b3118791df
563Author: Kumar Gala <galak@kernel.crashing.org>
564Date: Thu Oct 11 00:18:48 2007 -0500
565
566 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
567
568 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
569 console. Make it so we match that config what we tell Linux as the early
570 STDOUT console.
571
572 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
573
574commit e1ce3cb617bb06f91f82f98915391175addf3e82
575Author: Kumar Gala <galak@kernel.crashing.org>
576Date: Tue Oct 2 11:12:27 2007 -0500
577
578 Remove magic numbers from cache related operations for mpc85xx
579
580 The mpc85xx start code uses some magic numbers that we actually
581 have #defines for in <config.h> so use those instead.
582
583 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
584
05bf4919
WD
585commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
586Author: Detlev Zundel <dzu@denx.de>
587Date: Fri Oct 19 16:47:26 2007 +0200
588
589 Fix two typos.
590
591 Signed-off-by: Detlev Zundel <dzu@denx.de>
592
593commit 281df457c1aa50d2752165d0c5c3282d4027b974
594Author: Tony Li <tony.li@freescale.com>
595Date: Thu Oct 18 17:47:19 2007 +0800
596
597 mpc83xx: Add configure entry for MPC83xx ATM support
598
599 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
600 Makfile and MAKEALL
601
602 Signed-off-by: Tony Li <tony.li@freescale.com>
603 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
604
605commit d2646554f529a9577515eceb0ec5eceee18244ba
606Author: Tony Li <tony.li@freescale.com>
607Date: Thu Oct 18 17:44:38 2007 +0800
608
609 mpc83xx: pq-mds-pib.c typo error
610
611 Correct to val8 from val.
612
613 Signed-off-by: Tony Li <tony.li@freescale.com>
614 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
615
616commit 3e11ae80fec1ee12194940955431186abf6009c2
617Author: Stefan Roese <sr@denx.de>
618Date: Wed Oct 17 15:40:19 2007 +0200
619
620 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
621
622 Signed-off-by: Stefan Roese <sr@denx.de>
623
624commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
625Author: runet@innovsys.com <runet@innovsys.com>
626Date: Tue Oct 16 14:50:40 2007 -0500
627
628 Make MPC8266ADS board compile again.
629
630 Signed-off-by: Runet Torgersen <runet@innovsys.com>
631
632commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
633Author: Jon Loeliger <jdl@freescale.com>
634Date: Mon Aug 27 12:41:03 2007 -0500
635
636 86xx: Allow for fewer DDR slots per memory controller.
637
638 As a direct correlation exists between DDR DIMM slots
639 and SPD EEPROM addresses used to configure them, use
640 the individually defined SPD_EEPROM_ADDRESS* values to
641 determine if a DDR DIMM slot should have its SPD
642 configuration read or not.
643
644 Effectively, this now allows for 1 or 2 DIMM slots
645 per memory controller.
646
647 Signed-off-by: Jon Loeliger <jdl@freescale.com>
648
649commit 4d4a945e189a2f384c66432316da2788a0ac1607
650Author: Rodolfo Giometti <giometti@enneenne.com>
651Date: Mon Oct 15 11:59:17 2007 +0200
652
653 PXA USB OHCI: "usb stop" implementation.
654
655 Some USB keys need to be switched off before loading the kernel
656 otherwise they can remain in an undefined status which prevents them
657 to be correctly recognized by the kernel.
658
659 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
660
661commit e2e93442e558cf1500e92861f99713b2f045ea22
662Author: Stefan Roese <sr@denx.de>
663Date: Mon Oct 15 11:39:00 2007 +0200
664
665 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
666
667 The I2C bootstrap values that can be setup via the "bootstrap" command,
668 were setup incorrect regarding the generation of the internal sync PCI
669 clock. The values for PLB clock == 133MHz were slighly incorrect and the
670 values for PLB clock == 166MHz were totally incorrect. This could
671 lead to a hangup upon booting while PCI configuration scan.
672
673 This patch fixes this issue and configures valid PCI divisor values
674 for the sync PCI clock, with respect to the provided external async
675 PCI frequency.
676
677 Here the values of the formula in the chapter 14.2 "PCI clocking"
678 from the 440EPx users manual:
679
680 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
681
682 33MHz async PCI frequency:
683 PLB = 133:
684 => 32 <= 44.3 <= 65 (div = 3)
685
686 PLB = 166:
687 => 32 <= 55.3 <= 65 (div = 3)
688
689 66MHz async PCI frequency:
690 PLB = 133:
691 => 65 <= 66.5 <= 132 (div = 2)
692
693 PLB = 166:
694 => 65 <= 83 <= 132 (div = 2)
695
696 Signed-off-by: Stefan Roese <sr@denx.de>
697
698commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
699Author: Stefan Roese <sr@denx.de>
700Date: Mon Oct 15 11:29:33 2007 +0200
701
702 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
703
704 The BCSR status bit for the 66MHz PCI operation was correctly
705 addressed (MSB/LSB problem). Now the correct currently setup
706 PCI frequency is displayed upon bootup.
707
708 This patch also fixes this problem on Rainier & Yellowstone, since these
709 boards use the same souce code as Sequoia & Yosemite do.
710
711 Signed-off-by: Stefan Roese <sr@denx.de>
712
713commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
714Author: Martin Krause <martin.krause@tqs.de>
715Date: Wed Sep 26 17:55:56 2007 +0200
716
717 TQM860M: adjust for doubled flash sector size.
718
719 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
720 doubled sector size.
721
722 Signed-off-by: Martin Krause <martin.krause@tqs.de>
723
724commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
725Author: Jens Gehrlein <jens.gehrlein@tqs.de>
726Date: Wed Sep 26 17:55:54 2007 +0200
727
728 TQM8xx: Fix CAN timing.
729
730 Signed-off-by: Martin Krause <martin.krause@tqs.de>
731
732commit d43e489baf02afae49077791fb22332d240d8656
733Author: Martin Krause <martin.krause@tqs.de>
734Date: Thu Sep 27 14:54:36 2007 +0200
735
736 TQM866M: fix SDRAM refresh
737
738 At 133 MHz the current SDRAM refresh rate is too fast
739 (measured 4 * 1.17 us).
740 CFG_MAMR_PTA changes from 39 to 97. This result
741 in a refresh rate of 4 * 7.8 us at the default clock
742 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
743 This is a compromise until a new method is found to
744 adjust the refresh rate.
745
746 Signed-off-by: Martin Krause <martin.krause@tqs.de>
747
748commit 9ef57bbee1c67cc01da2026c242c4692db32be36
749Author: Martin Krause <martin.krause@tqs.de>
750Date: Wed Sep 26 17:55:55 2007 +0200
751
752 TQM866M: adjust for doubled flash sector size.
753
754 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
755 doubled sector size.
756
757 Signed-off-by: Martin Krause <martin.krause@tqs.de>
758
759commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
760Author: Michal Simek <monstr@monstr.eu>
761Date: Sun Oct 14 16:12:29 2007 +0200
762
763 [FIX] XUPV2P change command handling
764 and remove code violation
765
766commit 636400198228d96983c06657b17f760f5989958e
767Author: Wolfgang Denk <wd@denx.de>
768Date: Sun Oct 14 00:13:19 2007 +0200
769
770 Prepare for 1.3.0-rc3 release
771
772 Signed-off-by: Wolfgang Denk <wd@denx.de>
773
63640019
WD
774commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
775Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
776Date: Sat Sep 29 13:41:37 2007 +0200
777
778 Fix warning differ in signedness in cpu/pxa/mmc.c
779
780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
781
782commit fc19e36f741e8bc727c0a330170b3b5db90399ef
783Author: Wolfgang Denk <wd@denx.de>
784Date: Sat Oct 13 23:51:14 2007 +0200
785
786 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
787
788 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
789 Signed-off-by: Wolfgang Denk <wd@denx.de>
790
791commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
792Author: Wolfgang Denk <wd@denx.de>
793Date: Sat Oct 13 21:15:39 2007 +0200
794
795 Coding Style cleanup.
796
797 Signed-off-by: Wolfgang Denk <wd@denx.de>
798
de74b9ee
WD
799commit e1893815b0999410d7a327589611c7b38e95299e
800Author: Wolfgang Denk <wd@denx.de>
801Date: Fri Oct 12 15:49:39 2007 +0200
802
803 GP3 SSA: enable RTC
804
805 Signed-off-by: Wolfgang Denk <wd@denx.de>
806
807commit 8002012041f1ff9f997a5727abe5015f70cd2e46
808Author: Grzegorz Bernacki <gjb@semihalf.com>
809Date: Tue Oct 9 13:58:24 2007 +0200
810
811 [ads5121] EEPROM support added.
812
813 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
814
63640019
WD
815commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
816Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
817Date: Sat Oct 6 18:55:35 2007 +0200
818
819 AVR32: Initialize bi_flash* in board_init_r
820
821 The ATSTK1000-specific flash driver intializes bi_flashstart,
822 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
823 driver, don't.
824
825 Initialize these in board_init_r instead so that things will still be
826 set up correctly when we switch to the CFI driver.
827
828 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
829
de74b9ee
WD
830commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
831Author: Marian Balakowicz <m8@semihalf.com>
832Date: Fri Oct 5 10:40:54 2007 +0200
833
834 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
835
836 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
837
838commit 92869195ef8210758d2176230c0a36897afd50ed
839Author: Bartlomiej Sieka <tur@semihalf.com>
840Date: Fri Oct 5 09:46:06 2007 +0200
841
842 CM5200: Fix missing null-termination in hostname manipulation code
843
844 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
845
63640019
WD
846commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
847Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
848Date: Tue Oct 2 19:09:01 2007 +0200
849
850 Fix memtest breakage
851
852 CFG_MEMTEST_START uses weird magic involving gd, which fails to
853 compile. Use hardcoded values instead (we actually know how much RAM
854 we have on board.)
855
856 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
857
de74b9ee
WD
858commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
859Author: Stefan Roese <sr@denx.de>
860Date: Tue Oct 2 11:44:46 2007 +0200
861
862 ppc4xx: Coding style cleanup
863
864 Signed-off-by: Stefan Roese <sr@denx.de>
865
866commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
867Author: Stefan Roese <sr@denx.de>
868Date: Tue Oct 2 11:44:19 2007 +0200
869
870 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
871
872 Signed-off-by: Stefan Roese <sr@denx.de>
873
874commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
875Author: Grzegorz Bernacki <gjb@semihalf.com>
876Date: Mon Oct 1 09:51:50 2007 +0200
877
878 Program EPLD to force full duplex mode for PHY.
879
880 EPLD forces modes of PHY operation. By default full duplex is turned off.
881 This fix turns it on.
882
883 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
884
05bf4919
WD
885commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
886Author: Timo Ketola <timo.ketola@exertus.fi>
887Date: Mon Sep 24 14:50:32 2007 +0300
888
889 Bugfix: Use only one PTD for one endpoint
890
891 Original isp116x-hcd code prepared multiple PTDs for longer than 16
892 byte transfers for one endpoint. That is unnecessary because the
893 ISP116x is able to split long data from one PTD into multiple
894 transactions based on the buffer size of the endpoint. It also caused
895 serious problems if the endpoint NAKed some of the transactions. In
896 that case ISP116x wouldn't notice that the other PTDs were for the same
897 endpoint and would try the other PTDs possibly out of order. That would
898 break the whole transfer.
899
900 This patch makes isp116x_submit_job to use one PTD for one transfer.
901
902 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
903 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
904
de74b9ee
WD
905commit 86ec86c04326c3913178a7679aa910de071da75d
906Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
907Date: Thu Sep 27 23:27:47 2007 +0200
908
909 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
910
911 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
912
913commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
914Author: Stefan Roese <sr@denx.de>
915Date: Tue Sep 11 14:12:55 2007 +0200
916
917 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
918
919 Signed-off-by: Stefan Roese <sr@denx.de>
920
992742a5
WD
921commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
922Author: Ed Swarthout <Ed.Swarthout@freescale.com>
923Date: Wed Sep 26 16:35:54 2007 -0500
924
925 85xx io out functions need sync after write.
926
927 This fixes the mc146818 rtc_read/write functions for 85xx.
928
929 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
930
de74b9ee
WD
931commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
932Author: Grant Likely <grant.likely@secretlab.ca>
933Date: Tue Sep 25 15:48:05 2007 -0600
934
935 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
936
937 CFG_FPGA_XILINX is a bit value used to test against the value in
938 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
939 think that is the intention in this code.
940
941 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
942
63640019
WD
943commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
944Author: Michal Simek <monstr@monstr.eu>
945Date: Mon Sep 24 00:41:30 2007 +0200
946
947 [FIX] change command handling and removing code violation
948
949commit f240356507038e5ce55e8a24cb2607e9eae6d10c
950Author: Michal Simek <monstr@monstr.eu>
951Date: Mon Sep 24 00:36:06 2007 +0200
952
953 [FIX] change sets of commands
954 because changing of command handling brings
955 compilation problems
956
957commit cb1bc63b75a232571eb69aa2c8aa919321655845
958Author: Michal Simek <monstr@monstr.eu>
959Date: Mon Sep 24 00:30:42 2007 +0200
960
961 [FIX] Email reparation & Copyright
962 Both codes are written by myself without any
963 support from CTU
964
965commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
966Author: Michal Simek <monstr@monstr.eu>
967Date: Mon Sep 24 00:25:11 2007 +0200
968
969 [PATCH] Change macro name for UartLite
970 because PowerPC 405 can use UartLite as console
971
972commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
973Author: Michal Simek <monstr@monstr.eu>
974Date: Mon Sep 24 00:21:19 2007 +0200
975
976 [PATCH] Add support for design without interrupt controller
977 Polling timer
978
979commit 0731933ec8ec45d02ba89b52df673d526873cdde
980Author: Michal Simek <monstr@monstr.eu>
981Date: Mon Sep 24 00:19:48 2007 +0200
982
983 [FIX] resolve problem with cpu without barrel shifter
984
985commit db14d77995ce515b728b178b63f82babe60e3d56
986Author: Michal Simek <monstr@monstr.eu>
987Date: Mon Sep 24 00:18:46 2007 +0200
988
989 [FIX] repair email address
990
991commit 481d4328618804add1f818a6c96296121cd0528e
992Author: Michal Simek <monstr@monstr.eu>
993Date: Mon Sep 24 00:17:42 2007 +0200
994
995 [FIX] repair MFSL commands
996
997commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
998Author: Michal Simek <monstr@monstr.eu>
999Date: Mon Sep 24 00:08:37 2007 +0200
1000
1001 synchronizition with mainline
1002
de74b9ee
WD
1003commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
1004Author: Wolfgang Denk <wd@denx.de>
1005Date: Thu Sep 20 00:04:14 2007 +0200
1006
1007 v1.3.0-rc2
1008
1009 Signed-off-by: Wolfgang Denk <wd@denx.de>
1010
66dcad3a
WD
1011commit 135e19bc2773ebca487e9a8371f67e1ba202313a
1012Author: Wolfgang Denk <wd@denx.de>
1013Date: Tue Sep 18 21:36:35 2007 +0200
1014
1015 Avoid compiler warning.
1016
1017 Signed-off-by: Wolfgang Denk <wd@denx.de>
1018
1019commit 8a783a65851bc7421ab69f442261215e21b8891a
1020Author: Grant Likely <grant.likely@secretlab.ca>
1021Date: Tue Sep 18 12:24:57 2007 -0600
1022
1023 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
1024
1025 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
1026 nulls in a string differently. For example, the following statement:
1027 echo "this is a string\0" > afile
1028 Will produce the following with /bin/bash:
1029 "this is a string\0"
1030 But with /bin/dash, will produce:
1031 "this is a string
1032
1033 Bug fixed by moving the embedded null out of the makefile and into the
1034 config header. Also renamed the macro to avoid usage colision with the same
1035 macro used by other board ports.
1036
1037 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1038
1039commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
1040Author: Wolfgang Denk <wd@denx.de>
1041Date: Tue Sep 18 17:40:27 2007 +0200
1042
1043 MCC200: fix build warning
1044
1045 The MCC200 board config file includes version.h for some customer-
1046 specific setting, which causes warnings with "make depend"; build
1047 version.h before depend.
1048
1049 Signed-off-by: Wolfgang Denk <wd@denx.de>
1050
de74b9ee
WD
1051commit bd86220f58b99d6896198c385fda132f0c980915
1052Author: Peter Pearse <peter.pearse@arm.com>
1053Date: Tue Sep 18 13:07:54 2007 +0100
1054
1055 Move coloured led API to status_led.h
1056 Improve indentation in drivers/at45.c
1057
63640019
WD
1058commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
1059Author: Eirik Aanonsen <eaa@wprmedical.com>
1060Date: Tue Sep 18 08:47:20 2007 +0200
1061
1062 Update atstk1002 bootargs.
1063
1064 Updates to atstk1002 U-Boot header file:
1065 - Changed bootargs:
1066 * Set the bootargs for at1002 to point to the SD-card partition instead
1067 * ... of the boot flash.
1068 * Removing the rootfstype since that argument are not needed.
1069
1070 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
1071 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1072
1073commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
1074Author: Eirik Aanonsen <eaa@wprmedical.com>
1075Date: Wed Sep 12 13:32:37 2007 +0200
1076
1077 Add some comments to clocks in atstk1002.h
1078
1079 This patch applies some clarifying comments to how the different
1080 clocks are setup according to atstk1002.h Some of the previous
1081 comments where stating wrongful information.
1082
1083 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1084
de74b9ee
WD
1085commit 97213f32416ead885deafea86774e912ffd60ad0
1086Author: David Saada <David.Saada@ecitele.com>
1087Date: Mon Sep 17 17:04:47 2007 +0200
1088
1089 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
1090
1091 Signed-off-by: David Saada <david.saada@ecitele.com>
1092
63640019
WD
1093commit 30363e98fa470fbecea5e8bc0f1443352754f303
1094Author: Stefan Roese <sr@denx.de>
1095Date: Mon Sep 17 08:20:47 2007 +0200
1096
1097 Small whitespace cleanup of OneNAND patch
1098
1099 Signed-off-by: Stefan Roese <sr@denx.de>
1100
1101commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
1102Author: Kyungmin Park <kmpark@infradead.org>
1103Date: Mon Sep 10 17:15:14 2007 +0900
1104
1105 OneNAND support (take #2)
1106
1107 [PATCH 3/3] OneNAND support (take #2)
1108
1109 OneNAND support at U-Boot
1110
1111 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1112
1113commit 17aa2800457df0c06b41516f46f126712c196219
1114Author: Kyungmin Park <kmpark@infradead.org>
1115Date: Mon Sep 10 17:14:34 2007 +0900
1116
1117 OneNAND support (take #2)
1118
1119 [PATCH 2/3] OneNAND support (take #2)
1120
1121 OneNAND support at U-Boot
1122
1123 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1124
1125commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
1126Author: Kyungmin Park <kmpark@infradead.org>
1127Date: Mon Sep 10 17:13:49 2007 +0900
1128
1129 OneNAND support (take #2)
1130
1131 [PATCH 1/3] OneNAND support (take #2)
1132
1133 OneNAND support at U-Boot
1134
1135 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1136
05bf4919
WD
1137commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
1138Author: Michal Simek <monstr@monstr.eu>
1139Date: Sun Sep 16 20:51:57 2007 +0200
1140
1141 [FIX] remove files form repository
1142
66dcad3a
WD
1143commit 67c31036acaaaa992fc346cc89db0909a7e733c4
1144Author: Wolfgang Denk <wd@denx.de>
1145Date: Sun Sep 16 17:10:04 2007 +0200
1146
1147 TQM8xx[LM]: Fix broken environment alignment.
1148
1149 With recent toolchains, the environment sectors were no longer aligned to
1150 sector boundaries. The reason was a combination of two bugs:
1151
1152 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
1153 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
1154 this gets defined, is not included here (and cannot be included
1155 without causing lots of problems).
1156
1157 Added a new #define CFG_USE_PPCENV for all boards which really
1158 want to put the environment is a ".ppcenv" section.
1159
1160 2) The linker scripts just include environment.o, silently assuming
1161 that the objects in that file are really in the order in which
1162 they are coded in the C file, i. e. "environment" first, then
1163 "redundand_environment", and "env_size" last. However, current
1164 toolchains (GCC-4.x) reorder the objects, causing the environment
1165 data not to start on a flash sector boundary:
1166
1167 Instead of: we got:
1168
1169 40008000 T environment 40008000 T env_size
1170 4000c000 T redundand_environment 40008004 T redundand_environment
1171 40010000 T env_size 4000c004 T environment
1172
1173 Note: this patch fixes just the first part, and cures the alignment
1174 problem by making sure that "env_size" gets placed correctly. However,
1175 we still have a potential issue because primary and redundant
1176 environment sectors are actually swapped, i. e. we have now:
1177
1178 40008000 T redundand_environment
1179 4000c000 T environment
1180 40010000 T env_size
1181
1182 This shall be fixed in the next version.
1183
1184 Signed-off-by: Wolfgang Denk <wd@denx.de>
1185
1186commit eb6da8050797c204c9d010548424186c7ce32fc1
1187Author: Wolfgang Denk <wd@denx.de>
1188Date: Sun Sep 16 02:39:35 2007 +0200
1189
1190 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
1191
1192 Signed-off-by: Wolfgang Denk <wd@denx.de>
1193
1194commit cd2d1602c54cc6957bdef3872272a4b264893960
1195Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
1196Date: Mon Sep 10 14:54:56 2007 -0400
1197
1198 Typo fix in tsec.c
1199
1200 Fixup for the break statement in wrong place.
1201
1202 [Patch by urwithsughosh@gmail.com]
1203 Acked-by: Andy Fleming <afleming@freescale.com>
1204 Signed-off-by: Wolfgang Denk <wd@denx.de>
1205
1206commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
1207Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1208Date: Tue Sep 11 17:04:00 2007 +0200
1209
1210 Fix do_div() usage in nand process output
1211
1212 Fix usage of do_div() in nand erase|read|write process output.
1213
1214 The last patch to nand_util.c introduced do_div() instead of libgcc's
1215 implementation. But do_div() returns the quotient in its first
1216 macro parameter and not as result.
1217
1218 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1219
1220commit c750d2e6692a000a82f29de7bf24e3dc21239161
1221Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1222Date: Wed Sep 12 12:36:53 2007 +0200
1223
1224 NAND: Add CFG_NAND_QUIET option
1225
1226 This config option sets the default for the progress information
1227 output behavior that can also be configured through the 'quiet'
1228 environment variable.
1229
1230 The legacy NAND code does not print the current progress info
1231 on the console. So this option is for backward compatibility for
1232 units that are in the field and where setting the quiet variable
1233 is not an option. With CFG_NAND_QUIET set to '1' the console
1234 progress info is turned off. This can still be overwritten
1235 through the environment variable.
1236
1237 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1238
1239commit dcb88630290d2bcd803386dd4c2be73142994c4f
1240Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
1241Date: Thu Sep 13 16:06:05 2007 -0700
1242
1243 ColdFire: fix build error becasue of bad type of mii_init()
1244
1245 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1246
1247commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
1248Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
1249Date: Thu Sep 13 16:04:05 2007 -0700
1250
1251 ColdFire: Fix build error caused by pixis.c
1252
1253 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
1254
1255 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1256
1257commit e21659e30660a1377c42af135a6114efe39801d9
1258Author: Sam Sparks <SSparks@twacs.com>
1259Date: Fri Sep 14 11:14:42 2007 -0600
1260
1261 Update MPC8349ITX*_config to place config.tmp in right place.
1262
1263 MPC834ITX*_config does not store config.tmp at the correct locatation,
1264 causing MPC8349ITXGP to have the wrong TEXT_BASE.
1265
1266 Signed-off-by: Sam Sparks <SSparks@twacs.com>
1267 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1268
1269commit 1218abf1b5817a39a82399b4b928b00750575bda
1270Author: Wolfgang Denk <wd@denx.de>
1271Date: Sat Sep 15 20:48:41 2007 +0200
1272
1273 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
1274
1275 Signed-off-by: Wolfgang Denk <wd@denx.de>
1276
1277commit 66b3f24d665be678a9dbb125b1e84185400f63b5
1278Author: Dirk Behme <dirk.behme@googlemail.com>
1279Date: Sat Sep 15 11:55:42 2007 +0200
1280
1281 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
1282
1283 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
1284 function local.
1285
1286 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1287
1288 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
1289
05bf4919
WD
1290commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
1291Author: Michal Simek <monstr@monstr.eu>
1292Date: Sat Sep 15 00:03:35 2007 +0200
1293
1294 Synchronize with U-BOOT mainline
1295
1296commit d7fee32b7e61fe11c64e371cde79faa4768e8350
1297Author: Sam Sparks <SSparks@twacs.com>
1298Date: Fri Sep 14 11:14:42 2007 -0600
1299
1300 Update MPC8349ITX*_config to place config.tmp in right place.
1301
1302 MPC834ITX*_config does not store config.tmp at the correct locatation,
1303 causing MPC8349ITXGP to have the wrong TEXT_BASE.
1304
1305 Signed-off-by: Sam Sparks <SSparks@twacs.com>
1306 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1307 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1308
66dcad3a
WD
1309commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
1310Author: Bartlomiej Sieka <tur@semihalf.com>
1311Date: Thu Sep 13 18:21:48 2007 +0200
1312
1313 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
1314
1315 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1316
de74b9ee
WD
1317commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
1318Author: Bartlomiej Sieka <tur@semihalf.com>
1319Date: Thu Sep 13 16:33:59 2007 +0200
1320
1321 tqm5200: Restore customary env. variable boot commands for powerpc kernels
1322
1323 - update default definitions of kernel_addr and fdt_addr env. variables
1324 - make arch/powerpc booting the default scenario
1325 - update MTD partition layout to match the above
1326
1327 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1328
66dcad3a
WD
1329commit f34024d4a328e6edd906456da98d2c537155c4f7
1330Author: Wolfgang Denk <wd@denx.de>
1331Date: Wed Sep 12 00:48:57 2007 +0200
1332
1333 Fix memory corruption problem on STX GP3 SSA Board.
1334
1335 Signed-off-by: Wolfgang Denk <wd@denx.de>
1336
de74b9ee
WD
1337commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
1338Author: Peter Pearse <peter.pearse@arm.com>
1339Date: Tue Sep 11 15:35:01 2007 +0100
1340
1341 Final tidy
1342
66dcad3a
WD
1343commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
1344Author: Grzegorz Bernacki <gjb@semihalf.com>
1345Date: Tue Sep 11 15:42:11 2007 +0200
1346
1347 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
1348 scan on second pci bus.
1349
1350 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1351
1352commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
1353Author: Grzegorz Bernacki <gjb@semihalf.com>
1354Date: Tue Sep 11 12:57:52 2007 +0200
1355
1356 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
1357
1358 Bamboo has a file sdram.c which needs special treatment when building in
1359 separate directory. It has to be linked to build directory otherwise it is
1360 not seen.
1361
1362 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1363
63640019
WD
1364commit d45963854eff39d575124d859419bb4953ce2c87
1365Author: Michal Simek <monstr@monstr.eu>
1366Date: Tue Sep 11 00:37:04 2007 +0200
1367
1368 [FIX] Microblaze ML401 - repare FLASH handling
1369
66dcad3a
WD
1370commit 38c1ef728d19950414a8ab1ccfc53767848fa346
1371Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
1372Date: Mon Sep 10 16:55:59 2007 +0100
1373
1374 Allocate CPU Architecture Code for STMicroelectronics' ST200.
1375
1376 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
1377 ---------------------------------------------------
1378
1379commit 754bac48156f8958d8f6a53a51eda88ab5758929
1380Author: Wolfgang Denk <wd@denx.de>
1381Date: Mon Sep 10 20:42:31 2007 +0200
1382
1383 Update version to match current state.
1384
1385 Signed-off-by: Wolfgang Denk <wd@denx.de>
1386
1387commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
1388Author: Grzegorz Bernacki <gjb@semihalf.com>
1389Date: Mon Sep 10 17:39:08 2007 +0200
1390
1391 [MPC512x] Streamline frame handling in the FEC driver
1392
1393 - convert frame size settings to be derived from a single base
1394 - set frame size to the recommended default value
1395
1396 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1397
1398commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
1399Author: Kyungmin Park <kmpark@infradead.org>
1400Date: Mon Sep 10 11:34:00 2007 +0900
1401
1402 Remove compiler warning: target CPU does not support interworking
1403
1404 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1405
1406commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
1407Author: Wolfgang Denk <wd@denx.de>
1408Date: Sun Sep 9 21:21:33 2007 +0200
1409
1410 Fix compile error in spc1920 config.
1411
1412