]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
drivers/net : move net drivers to drivers/net
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
9a337ddc
WD
1commit f30ad49b16bf998b03c1a5228b6c86369d61c258
2Author: Haiying Wang <Haiying.Wang@freescale.com>
3Date: Mon Nov 19 10:02:13 2007 -0500
4
5 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
6
7 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
8
9 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10
11commit f8c320609366176b31104d9bf5e295232e1c7f1d
12Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13Date: Mon Nov 19 11:14:16 2007 +0900
14
15 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
16
17 lowlevel_init.S: Assembler messages:
18 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
19
20 Looking at codes, the `memtest' and `clearmem' are intentional mixed
21 use of `global symbols' and `label' for debugging purpose. To make it
22 build, just disable global-symbols-use for now. As a result `memtest'
23 still remains as unused, but leave it be...
24
25 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26
27commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
28Author: Wolfgang Denk <wd@denx.de>
29Date: Mon Nov 19 12:59:14 2007 +0100
30
31 Fix build problems with mp2usb board
32
33 Signed-off-by: Wolfgang Denk <wd@denx.de>
34
35commit 6bf4c686afca1e86e1c384d59218f914605713bf
36Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37Date: Sun Nov 18 18:36:11 2007 +0100
38
39 s3c24x0: Fix usb_ohci.c missing in Makefile
40 and usb_ohci.c warning differ in signedness
41
42 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43
44commit 6073f61e078da5ddb521b56256bcc36508589883
45Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46Date: Sun Nov 18 12:55:02 2007 +0100
47
48 pb1x00 board: Fix u16 status declaration when PCMCIA is defined
49
50 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51
52commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
53Author: Wolfgang Denk <wd@denx.de>
54Date: Sun Nov 18 17:11:09 2007 +0100
55
56 Fix compiler warnings for ARM systems.
57
58 Signed-off-by: Wolfgang Denk <wd@denx.de>
59
60commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
61Author: Wolfgang Denk <wd@denx.de>
62Date: Sun Nov 18 16:36:27 2007 +0100
63
64 Fix compiler warnings for PPC systems. Update CHANGELOG.
65
66 Signed-off-by: Wolfgang Denk <wd@denx.de>
67
409ecdc0
WD
68commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
69Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
70Date: Sat Nov 17 11:31:10 2007 +0100
71
72 Fix warning differ in signedness in net/net.c and net/nfs.c
73
74commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
75Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
76Date: Sat Nov 17 20:42:45 2007 +0900
77
78 gth2.c: Fix a warning on gth2 build.
79
80 gth2.c: In function 'misc_init_r':
81 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
82
83 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
84
85commit 2309c130aa4c84b91bd874a41269c923eb61b555
86Author: Stefan Roese <sr@denx.de>
87Date: Sat Nov 17 07:58:25 2007 +0100
88
89 Fix warning differ in signedness in common/cmd_scsi.c
90
91 Signed-off-by: Stefan Roese <sr@denx.de>
92
93commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
94Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
95Date: Sat Nov 17 20:05:26 2007 +0900
96
97 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
98
99 Current trick to pick up GNU assembler minor version does not work with the
100 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
101 "(GNU Binutils) ".
102
103 $ sde-as --version |grep "GNU assembler"
104 GNU assembler 2.15.94 mipssde-6.02.02-20050602
105 $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
106 2.15.94
107 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
108 15
109 $
110
111 $ mips-linux-as --version |grep "GNU assembler"
112 GNU assembler (GNU Binutils) 2.18
113 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
114 (GNU
115 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
116 (no output)
117 $
118
119 As a result of above, you'll see many noises with such binutils:
120
121 make -C cpu/mips/
122 /bin/sh: line 0: [: : integer expression expected
123 /bin/sh: line 0: [: : integer expression expected
124 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
125 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
126 /bin/sh: line 0: [: : integer expression expected
127 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
128 /bin/sh: line 0: [: : integer expression expected
129 mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
130 /bin/sh: line 0: [: : integer expression expected
131
132 This patch simplifies the trick and makes it work with both versions of gas.
133 I also replace an expensive `awk (or gawk)' with `cut'.
134
135 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
136
137commit 16664f72850846e645616da1c0fa5afcd6d15f15
138Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
139Date: Sat Nov 17 20:05:26 2007 +0900
140
141 [MIPS] Remove useless instructions for initializing $gp.
142
143 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
144
145commit 03c031d5660ea946c39af6e2e16267da857c609f
146Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
147Date: Sat Oct 27 15:27:06 2007 +0900
148
149 [MIPS] MIPS 4K core: Coding style cleanups
150
151 No logical changes.
152
153 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
154
155commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
156Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
157Date: Sat Nov 17 20:05:20 2007 +0900
158
159 [MIPS] gth2.c: Fix a warning on gth2 build.
160
161 gth2.c: In function 'misc_init_r':
162 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
163
164 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
165
166commit 4fbd0741b2b6441da10be93e10267122581b7079
167Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
168Date: Sat Oct 27 15:22:33 2007 +0900
169
170 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
171
172 au1x00_eth.c: In function 'au1x00_miiphy_write':
173 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
174
175 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
176
177commit f01320459736f156707425cf8112f98606301aa4
178Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
179Date: Sat Oct 27 15:00:25 2007 +0900
180
181 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
182
183 au1x00_eth.c: In function 'au1x00_enet_initialize':
184 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
185 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
186 au1x00_eth.c:246: error: for each function it appears in.)
187 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
188 au1x00_eth.c: In function 'au1x00_miiphy_write':
189 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
190 make[1]: *** [au1x00_eth.o] Error 1
191
192 Fixed by moving these two functions forward.
193
194 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
195
196commit b09258c5393edd1087c5f39ae68338f16b49f8b3
197Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
198Date: Sat Oct 27 15:00:25 2007 +0900
199
200 MAKEALL: Added missing pb1000 board
201
202 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
203
204commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
205Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
206Date: Sat Oct 27 15:00:24 2007 +0900
207
208 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
209
210 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
211
212commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
213Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
214Date: Sat Oct 27 15:00:24 2007 +0900
215
216 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
217
218 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
219
220commit 5947f6999aafa7c54c1390983d264a8463dfea8e
221Author: Wolfgang Denk <wd@denx.de>
222Date: Sat Nov 17 02:34:38 2007 +0100
223
224 Update CHANGELOIG, prepare for -rc4
225
226 Signed-off-by: Wolfgang Denk <wd@denx.de>
227
5947f699
WD
228commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
229Author: Luotao Fu <l.fu@pengutronix.de>
230Date: Wed Nov 14 18:58:33 2007 +0100
231
232 Fix the i2c frequency and default address in rsdproto board
233
234 rsdproto board support has wrong I2C frequency and wrong return value
235 handling.
236
237 Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
238
239commit 429c180edad038f91c989cb14b478228092e7054
240Author: Wolfgang Denk <wd@denx.de>
241Date: Sat Nov 17 01:45:38 2007 +0100
242
243 powerpc: Backout relocation changes for MPC5121, too.
244
245 Apply Grant Likely's backout to MPC5121 code, too.
246
247 Pointed out by Rafal Jaworowski <raj@semihalf.com>
248
249 Signed-off-by: Wolfgang Denk <wd@denx.de>
250
251commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
252Author: Grant Likely <grant.likely@secretlab.ca>
253Date: Tue Nov 13 22:18:33 2007 -0700
254
255 powerpc: Backout relocation changes.
256
257 Ugh. I *hate* to back this change out, but these compiler flags don't
258 work for relocation on all versions of GCC. I've not been able to
259 reproduce the environment in my setup (and hence, not been able to
260 find a combination that *does* work), so I've got no choice but to go
261 back to the old gcc flags and linker script.
262
263 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
264
265commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
266Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
267Date: Tue Nov 13 09:11:05 2007 +0100
268
269 Fixed mips_io_port_base build errors.
270
271 This patch has been sent on:
272 - 29 Sep 2007
273
274 Although mips_io_port_base is currently a part of IDE command, it is quite
275 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
276 it to MIPS general part, and introduce `set_io_port_base()' from Linux.
277
278 This patch is triggered by multiple definition of `mips_io_port_base' build
279 error on gth2 (and tb0229 also needs this fix.)
280
281 board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
282 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
283 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
284 make: *** [u-boot] Error 1
285
286 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
287 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
288
289commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
290Author: Wolfgang Denk <wd@denx.de>
291Date: Sat Nov 17 01:30:40 2007 +0100
292
293 Fix a bug in the slave serial programming mode for the Xilinx
294 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
295 the most significant bit was set, which did not work on any
296 architecture where "char" defaulted to be an unsigned type.
297
298 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
299
300 Signed-off-by: Wolfgang Denk <wd@denx.de>
301
302commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
303Author: Jon Loeliger <jdl@freescale.com>
304Date: Thu Nov 1 12:23:29 2007 -0500
305
306 86xx: Fix broken variable reference when #def DEBUGing.
307
308 Sometimes you can't reference the DDR2 controller variables.
309
310 Signed-off-by: Jon Loeliger <jdl@freescale.com>
311
312commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
313Author: Jason Jin <Jason.jin@freescale.com>
314Date: Fri Oct 26 18:32:00 2007 +0800
315
316 make 8610 board use pixis reset
317
318 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
319
320commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
321Author: Jason Jin <Jason.jin@freescale.com>
322Date: Mon Oct 29 19:26:21 2007 +0800
323
324 Unify pixis_reset altbank across board families
325
326 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
327 into the separate board config files.
328
329 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
330 Signed-off-by: Jon Loeliger <jdl@freescale.com>
331
332commit 64bf555465c7926be13e1046ac0d0f05ac72829c
333Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
334Date: Wed Nov 7 08:19:21 2007 +0100
335
336 Fix warning: pointer targets in assignment differ in signedness
337
338 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
339
340commit 7a60ee7c6248a958c5757d3660a1702723a2786d
341Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
342Date: Wed Nov 7 08:19:19 2007 +0100
343
344 Fix warning differ in signedness in common/cmd_ide.c
345
346 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
347
348commit 955413f35f054a82e40042f1dbcf501c6a05719b
349Author: Grant Likely <grant.likely@secretlab.ca>
350Date: Thu Nov 15 08:27:52 2007 -0700
351
352 Revert "Correct relocation fixup for mpc5xx"
353
354 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
355 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
356
357commit e15633888a058aacb31a62d2cf1278e1e4c236ab
358Author: Grant Likely <grant.likely@secretlab.ca>
359Date: Thu Nov 15 08:24:32 2007 -0700
360
361 Revert "Correct fixup relocation for MPC5xxx"
362
363 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
364 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
365
366commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
367Author: Grant Likely <grant.likely@secretlab.ca>
368Date: Thu Nov 15 08:21:04 2007 -0700
369
370 Revert "Correct fixup relocation for mpc8220"
371
372 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
373 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
374
375commit 70922342369e5e39b286fe21e768a239ca07a514
376Author: Grant Likely <grant.likely@secretlab.ca>
377Date: Thu Nov 15 08:20:57 2007 -0700
378
379 Revert "Correct fixup relocation for mpc824x"
380
381 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
382 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
383
384commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
385Author: Grant Likely <grant.likely@secretlab.ca>
386Date: Thu Nov 15 08:20:50 2007 -0700
387
388 Revert "Correct fixup relocation for mpc8260"
389
390 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
391 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
392
393commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
394Author: Grant Likely <grant.likely@secretlab.ca>
395Date: Thu Nov 15 08:20:43 2007 -0700
396
397 Revert "Correct fixup relocation for mpc83xx"
398
399 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
400 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
401
402commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
403Author: Grant Likely <grant.likely@secretlab.ca>
404Date: Thu Nov 15 08:20:25 2007 -0700
405
406 Revert "[MPC512x] Correct fixup relocation"
407
408 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
409 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
410
411commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
412Author: Stefan Roese <sr@denx.de>
413Date: Tue Nov 13 08:18:20 2007 +0100
414
415 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
416
417 Signed-off-by: Stefan Roese <sr@denx.de>
418
419commit 1ce55151c85d068f70317a8d65c61058b891afb4
420Author: Heiko Schocher <hs@denx.de>
421Date: Tue Nov 13 07:50:29 2007 +0100
422
423 [UC101] SRAM now with 2 MB working.
424
425 Signed-off-by: Heiko Schocher <hs@denx.de>
426
427commit 8d737a28152ec12873f8544cca1fb39a49e5e693
428Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
429Date: Thu Nov 8 12:50:18 2007 -0600
430
431 ColdFire: MCF5329 - Remove reset registers from CCM
432
433 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
434
435commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
436Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
437Date: Thu Nov 8 12:31:11 2007 -0600
438
439 ColdFire: MCF5329 - Add Reset structure to immap_5329.h
440
441 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
442
443commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
444Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
445Date: Thu Nov 8 12:19:01 2007 -0600
446
447 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
448
449 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
450
451commit 225a24b5e062ad94627424508ae814f51dbe1a34
452Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
453Date: Wed Nov 7 18:00:54 2007 -0600
454
455 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
456
457 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
458
459commit 248c7c14835f34d5d910b45e5600050e58ca6cab
460Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
461Date: Wed Nov 7 17:56:15 2007 -0600
462
463 ColdFire: MCF532x - Update do_reset() using core reset
464
465 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
466
467commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
468Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
469Date: Wed Nov 7 17:51:00 2007 -0600
470
471 ColdFire: Update cpu flag for 4.2-xx compiler
472
473 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
474
475commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
476Author: Roy Zang <tie-fei.zang@freescale.com>
477Date: Mon Nov 5 17:39:24 2007 +0800
478
479 Implement general ULi 526x Ethernet driver support in U-boot
480
481 This patch implements general ULi 526x Ethernet driver.
482 Until now, it is the only native Ethernet port on
483 MPC8610HPCD board, but it could be used on other boards
484 with ULi 526x Ethernet port as well.
485
486 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
487 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
488 Acked-by: Jon Loeliger <jdl@freescale.com>
489 Signed-off-by: Ben Warren <bwarren@qstreams.com>
490
491commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
492Author: Larry Johnson <lrj@arlinx.com>
493Date: Thu Nov 1 08:46:50 2007 -0500
494
495 NET: Add Ethernet 1000BASE-X support for PPC4xx
496
497 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
498 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
499 returns non-zero iff the PHY registers are configured for 1000BASE-X. The
500 "mii info" command is modified to distinguish between 1000BASE-T and -X.
501
502 Signed-off-by: Larry Johnson <lrj@acm.org>
503 Signed-off-by: Ben Warren <bwarren@qstreams.com>
504
505commit 298035df4948b113d29ac0e694717d34b95bc5dc
506Author: Larry Johnson <lrj@arlinx.com>
507Date: Wed Oct 31 11:21:29 2007 -0500
508
509 NET: Cosmetic changes
510
511 Signed-off-by: Larry Johnson <lrj@acm.org>
512 Signed-off-by: Ben Warren <bwarren@qstreams.com>
513
514commit 992742a5b09d9040adbd156fb90756af66ade310
515Author: Wolfgang Denk <wd@denx.de>
516Date: Sat Nov 3 23:09:27 2007 +0100
517
518 Cleanup coding style; update CHANGELOG
519
520 Signed-off-by: Wolfgang Denk <wd@denx.de>
521
992742a5
WD
522commit e881cb563e32f45832b7b6db77bdcd017adcbb41
523Author: Bruce Adler <bruce.adler@ccpu.com>
524Date: Fri Nov 2 13:15:42 2007 -0700
525
526 fix wording in README
527
528 Changed the wording to properly describe the shadowing
529 of the environment from ROM to RAM
530
531 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
532
533commit ad845beef06245426c57b53dcdc01b7dc70e0d45
534Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
535Date: Wed Oct 31 02:18:15 2007 +0900
536
537 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
538
539 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
540
541commit ec22755799466c8a103664bb3a5e647bf9c238f4
542Author: Vlad Lungu <vlad@comsys.ro>
543Date: Thu Oct 25 16:08:14 2007 +0300
544
545 Trimmed some variables in ne2000.c
546
547 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
548
549commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
550Author: Zhang Wei <wei.zhang@freescale.com>
551Date: Thu Oct 25 17:51:27 2007 +0800
552
553 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
554
555 The scan code of the key 'z' is 0x1d, which should be handled.
556
557 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
558 controller.
559
560 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
561
562commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
563Author: Zhang Wei <wei.zhang@freescale.com>
564Date: Thu Oct 25 17:30:04 2007 +0800
565
566 Fix USB support issue for MPC8641HPCN board.
567
568 The configuration file has already enabled USB, but it
569 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
570 on MPC8641HPCN can not work because of the wrong USB
571 register endian.
572
573 And add the USB command to U-Boot commands list.
574
575 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
576
577commit 4e62041023dc3de9d98d977bb080235bc6d035e0
578Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
579Date: Wed Oct 24 18:16:01 2007 +0200
580
581 Use config_cmd_default.h instead of config_cmd_all.h
582
583 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
584
585commit 56622f87857439b1c221e9deef11a9d5bb5d4308
586Author: Marian Balakowicz <m8@semihalf.com>
587Date: Wed Oct 24 01:37:36 2007 +0200
588
589 TQM5200: Call usb_cpu_init() during board init
590
591 usb_cpu_init() configures GPS USB pins, clocks, etc. and
592 is required for proper operation of kernel USB subsystem.
593 This setup was previously done in the kernel by the fixup
594 code which is being removed, thus low level init must be
595 done by U-boot now.
596
597 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
598
599commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
600Author: Guennadi Liakhovetski <lg@denx.de>
601Date: Tue Oct 23 16:25:50 2007 +0200
602
603 Fix typo in nfs.c
604
605 An obvious typo. Originally fixed in linkstation u-boot port.
606
607 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
608
609commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
610Author: Guennadi Liakhovetski <lg@denx.de>
611Date: Tue Oct 23 14:35:05 2007 +0200
612
613 Fix a typo in cpu/mpc824x/interrupts.c
614
615 Since December 2003 the timer_interrupt_cpu() function in
616 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
617 parameter. Remove it.
618
619 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
620
621commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
622Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
623Date: Wed Oct 17 11:13:51 2007 +0200
624
625 add ft_cpu_setup(..) on mpc8260
626
627 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
628 based on code from mpc5xxx
629
630 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
631 --
632
633commit 6abd82e19ae93c0b4d104e50165e235915ec0875
634Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
635Date: Wed Oct 17 11:18:42 2007 +0200
636
637 changes for IDS8247 board support
638
639 To get the IDS8247 board working following are done:
640 - FCC2 is deactivated
641 - FCC1 is activated
642 - I2C is activated
643 - CFI driver is activated
644 - Adapted for use with LIBFDT
645
646 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
647 --
648
649commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
650Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
651Date: Wed Oct 24 15:48:37 2007 +0200
652
653 ATSTK1002: Remove default ethernet addresses
654
655 Wolfgang is right: It's not a good idea to set up default initial
656 ethernet addresses for a board, even though they belong to the local
657 range.
658
659 This will change the failure mode from "IT manager screams at you for
660 using duplicate ethernet addresses" to a nice error message explaining
661 that the ethernet address hasn't been set properly.
662
663 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
664
665commit e5c794e491a57d829b6d8733e2ed8368a2269abf
666Author: Justin Flammia <jflammia@savantav.com>
667Date: Mon Oct 29 17:40:35 2007 -0400
668
669 DHCP Client Fix
670
671 This is a multi-part message in MIME format.
672
673 commit e6e505eae94ed721e123e177489291fc4544b7b8
674 Author: Justin Flammia <jflammia@savantav.com>
675 Date: Mon Oct 29 17:19:03 2007 -0400
676
677 Found a bug in the way the DHCP Request packet is built, where the IP address
678 that is offered by the server is bound to prematurely. This patch is a fix of
679 that bug where the IP address offered by the DHCP server is not used until
680 after the DHCP ACK from the server is received.
681
682 Signed-off-by: Justin Flammia <jflammia@savantav.com>
683 Signed-off-by: Ben Warren <bwarren@qstreams.com>
684
5947f699
WD
685commit 31548249decf18a6b877a18436b6139dd483fe4a
686Author: Justin Flammia <jflammia@savantav.com>
687Date: Mon Oct 29 17:40:35 2007 -0400
688
689 DHCP Client Fix
690
691 This is a multi-part message in MIME format.
692
693 commit e6e505eae94ed721e123e177489291fc4544b7b8
694 Author: Justin Flammia <jflammia@savantav.com>
695 Date: Mon Oct 29 17:19:03 2007 -0400
696
697 Found a bug in the way the DHCP Request packet is built, where the IP address
698 that is offered by the server is bound to prematurely. This patch is a fix of
699 that bug where the IP address offered by the DHCP server is not used until
700 after the DHCP ACK from the server is received.
701
702 Signed-off-by: Justin Flammia <jflammia@savantav.com>
703 Signed-off-by: Ben Warren <bwarren@qstreams.com>
704
992742a5
WD
705commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
706Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
707Date: Thu Oct 25 17:16:22 2007 -0500
708
709 ColdFire 54455: Fix correct boot location for atmel and intel
710
711 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
712
713commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
714Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
715Date: Thu Oct 25 17:14:00 2007 -0500
716
717 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
718
719 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
720
721commit c67e12e705b204cfe914e3e3e693d69a445dcabf
722Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
723Date: Thu Oct 25 17:12:36 2007 -0500
724
725 ColdFire 5329: Assign correct SDRAM size and fix cache
726
727 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
728
729commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
730Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
731Date: Thu Oct 25 17:10:23 2007 -0500
732
733 ColdFire 5253: Assign correct SDRAM size
734
735 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
736
737commit 2acefa72ee0026f862ab65597ca687428f63a973
738Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
739Date: Thu Oct 25 17:09:17 2007 -0500
740
741 ColdFire 5282: Fix external flash boot and return dramsize
742
743 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
744
745commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
746Author: Bartlomiej Sieka <tur@semihalf.com>
747Date: Thu Oct 25 17:20:01 2007 +0200
748
749 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
750
751 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
752
753commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
754Author: Martin Krause <martin.krause@tqs.de>
755Date: Wed Oct 24 08:42:25 2007 +0200
756
757 TQM5200: fix spurious characters on second serial interface
758
759 With this patch PSC3 is configured as UART. This is done, because if
760 the pins of PSC3 are not configured at all (-> all pins are GPI),
761 due to crosstalk, spurious characters may be send over the RX232_2_TXD
762 signal line.
763
764 Signed-off-by: Martin Krause <martin.krause@tqs.de>
765 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
766
767commit be4a87f11e297a5cededbf7dd71c0248f3874acd
768Author: Martin Krause <martin.krause@tqs.de>
769Date: Wed Oct 24 08:41:27 2007 +0200
770
771 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
772
773 Some commands for the STK52xx base board try to access the SM501 grafic
774 controller. But the TQM5200S has no grafic controller (only the TQM5200
775 and the TQM5200B have). This patch deactivates the commands accessing
776 the SM501 for the TQM5200S.
777
778 Signed-off-by: Martin Krause <martin.krause@tqs.de>
779 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
780
781commit b31f64343ead9482cd439b1adbe4c34026a641b1
782Author: Martin Krause <martin.krause@tqs.de>
783Date: Mon Oct 22 16:45:53 2007 +0200
784
785 TQM5200: fix spurious characters on second serial interface
786
787 With this patch PSC3 is configured as UART. This is done, because if
788 the pins of PSC3 are not configured at all (-> all pins are GPI),
789 due to crosstalk, spurious characters may be send over the RX232_2_TXD
790 signal line.
791
792 Signed-off-by: Martin Krause <martin.krause@tqs.de>
793
794commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
795Author: Martin Krause <martin.krause@tqs.de>
796Date: Mon Oct 22 16:40:06 2007 +0200
797
798 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
799
800 Some commands for the STK52xx base board try to access the SM501 grafic
801 controller. But the TQM5200S has no grafic controller (only the TQM5200
802 and the TQM5200B have). This patch deactivates the commands accessing
803 the SM501 for the TQM5200S.
804
805 Signed-off-by: Martin Krause <martin.krause@tqs.de>
806
807commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
808Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
809Date: Sun Oct 21 09:14:28 2007 +0200
810
811 Mips: Fix string functions differ prototype declaration
812
813 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
814
815commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
816Author: Ed Swarthout <Ed.Swarthout@freescale.com>
817Date: Fri Oct 19 17:51:40 2007 -0500
818
819 fsl_pci_init enable COMMAND_MEMORY if inbound window
820
821 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
822 to pciauto_setup_device has the side effect of not getting
823 COMMAND_MEMORY set.
824
825 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
826
827commit e9d0d527992566ebef9826962ff1745b2f082b92
828Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
829Date: Fri Oct 19 10:55:24 2007 +0200
830
831 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
832
833 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
834
835commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
836Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
837Date: Fri Oct 19 08:10:15 2007 +0200
838
839 fix warning: no return statement in function returning non-void
840
841 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
842
843commit e78220f6e514206757acfe247297fc9a328a881f
844Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
845Date: Fri Oct 19 06:33:45 2007 +0200
846
847 xsengine: Fix no partition type specified, use DOS as default
848
849 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
850
851commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
852Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
853Date: Fri Oct 19 00:24:59 2007 +0200
854
855 lubbock: Fix no partition type specified, use DOS as default
856
857 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
858
859commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
860Author: Wolfgang Denk <wd@denx.de>
861Date: Tue Oct 23 16:50:03 2007 +0200
862
863 Coding style: keep lists sorted; update CHANGELOG
864
865 Signed-off-by: Wolfgang Denk <wd@denx.de>
866
41b4d282
WD
867commit 58b74b05c621e2835ecf4e2d3243042cf4186777
868Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
869Date: Fri Oct 19 00:09:05 2007 +0200
870
871 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
872
873 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
874
875commit 96455bfebc9887837095c9051d216f53c61b5f10
876Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
877Date: Fri Oct 19 00:07:39 2007 +0200
878
879 Fix warning differ in signedness in board/innokom/innokom.c
880
881 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
882
883commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
884Author: Marcel Ziswiler <marcel@ziswiler.com>
885Date: Fri Oct 19 00:25:33 2007 +0200
886
887 fix pxa255_idp board
888
889 The pxa255_idp being an old unmaintained board showed several issues:
890 1. CONFIG_INIT_CRITICAL was still defined.
891 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
892 3. Symbol flash_addr was undeclared.
893 4. The boards lowlevel_init function was still called memsetup.
894 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
895 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
896 'target CPU does not support interworking' warnings on recent compilers.
897 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
898 indexes rather than the register definitions from the pxa-regs header
899 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
900 avoid any ambiguities.
901 8. There were several redefinition warnings concerning ICMR, OSMR3,
902 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
903 9. The board configuration file was rather outdated.
904 10. The part header file defined the vendor, product and revision arrays
905 as unsigned chars instead of just chars in the block_dev_desc_t
906 structure.
907
908 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
909
910commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
911Author: Rune Torgersen <runet@innovsys.com>
912Date: Wed Oct 17 11:56:31 2007 -0500
913
914 Make MPC8266ADS command selection more robust
915
916 Fix MPC8266 command line definition so it won't break when new commands
917 are added to u-boot.
918 Signed-off-by Rune Torgersen <runet@innovsys.com>
919
992742a5
WD
920commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
921Author: Bartlomiej Sieka <tur@semihalf.com>
922Date: Tue Oct 23 13:14:10 2007 +0200
923
924 Motion-PRO: Update configuration to accomodate next generation board.
925
926 New board has faster oscillator and a different Flash chip. This affects:
927 - CFG_MPC5XXX_CLKIN
928 - SDRAM timings
929 - Flash CS configuration (timings)
930 - Flash sector size, and thus MTD partition layout
931 - malloc() arena size (due to bigger Flash sectors)
932 - smaller memory test range (due to bigger malloc() arena)
933
934 This patch also enables more extensive memory testing via "mtest".
935
936 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
937
938commit eff501904df2bf1724a750062628ba2c51dbb1f8
939Author: Bartlomiej Sieka <tur@semihalf.com>
940Date: Tue Oct 23 11:36:07 2007 +0200
941
942 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
943
944 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
945 register must be written a value of 0x00000004 as the first step of the
946 SDRAM contorller configuration.
947
948 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
949
950commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
951Author: Peter Pearse <peter.pearse@arm.com>
952Date: Tue Oct 23 10:22:16 2007 +0100
953
954 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
955
5947f699
WD
956commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
957Author: Stefan Roese <sr@denx.de>
958Date: Tue Oct 23 10:17:42 2007 +0200
959
960 ppc4xx: lwmon5: Some further GPIO config changes
961
962 Signed-off-by: Stefan Roese <sr@denx.de>
963
992742a5
WD
964commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
965Author: Vlad Lungu <vlad@comsys.ro>
966Date: Sun Oct 21 22:10:10 2007 +0900
967
968 [MIPS] Fix UNCACHED_SDRAM
969
970 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
971
972 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
973 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
974
975commit 00101dd7a32d12f698150123e47e4b3420279f86
976Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
977Date: Sun Oct 21 21:30:42 2007 +0900
978
979 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
980
981 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
982
983commit eb700636db017d310edaeb559b13d82588560674
984Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
985Date: Sun Oct 21 10:55:37 2007 +0900
986
987 [MIPS] u-boot.lds: Define _gp in a standard manner
988
989 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
990
991commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
992Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
993Date: Sun Oct 21 10:55:36 2007 +0900
994
995 [MIPS] Fix $gp usage
996
997 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
998 As a general principle, we should use _gp for $gp.
999
1000 Thanks to linker script's help we fortunately have _gp which equals to
1001 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
1002 be able to access to GOT entires, global variables and procedure entry
1003 points. The right thing to do is to use _gp.
1004
1005 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
1006 which holds the offset from _gp. When updating GOT entries, we use this
1007 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
1008
1009 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
1010 I made some change to leave over num_got_entries.
1011
1012 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1013 Cc: Vlad Lungu <vlad@comsys.ro>
1014
1015commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
1016Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1017Date: Sun Oct 21 10:55:36 2007 +0900
1018
1019 [MIPS] u-boot.lds: Fix __got_start and __got_end
1020
1021 Ensure that __got_start points to top of the `.got', and __got_end points
1022 to bottom as well, so that we never fail to count num_got_entries.
1023
1024 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1025
1026commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
1027Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1028Date: Sun Oct 21 10:55:36 2007 +0900
1029
1030 [MIPS] u-boot.lds: Remove duplicated .sdata section
1031
1032 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1033
41b4d282
WD
1034commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
1035Author: Wolfgang Denk <wd@denx.de>
1036Date: Sun Oct 21 01:01:17 2007 +0200
1037
1038 Minor coding style cleanup; update CHANGELOG
1039
1040 Signed-off-by: Wolfgang Denk <wd@denx.de>
1041
05bf4919
WD
1042commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
1043Author: Vlad Lungu <vlad@comsys.ro>
1044Date: Thu Oct 4 20:47:10 2007 +0300
1045
1046 Fix NE2000 driver:
1047
1048 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
1049 to do anything in eth_stop() if eth_init() was not called.
1050 Simplified RX path in order to avoid timeouts on really really
1051 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
1052 clever enough to cope with 1 packet per eth_rx().
1053
1054 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1055
992742a5
WD
1056commit df90968b48fb34fa9072fab150db2ac89678f537
1057Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
1058Date: Mon Sep 24 13:32:13 2007 -0400
1059
1060 Setting MSR[DE] in do_reset
1061
1062 Hello,
1063 This patch ensures the soft reset of the board for the 85xx boards
1064 by setting the MSR[DE] in the do_reset function.
1065
1066 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
1067
1068commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
1069Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
1070Date: Mon Sep 24 13:36:01 2007 -0400
1071
1072 MSR overwrite fix
1073
1074 Hello,
1075 This patch fixes the MSR overwrite in the start.S when moving out of
1076 the last 4K page.
1077
1078 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
1079
1080commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
1081Author: Dan Wilson <dwilson@fulcrummicro.com>
1082Date: Fri Oct 19 11:33:48 2007 -0500
1083
1084 tsec driver should clear RHALT on startup
1085
1086 This was causing problems for some people.
1087
1088 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
1089 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
1090 Signed-off-by: Andy Fleming <afleming@freescale.com>
1091
1092commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
1093Author: Kumar Gala <galak@kernel.crashing.org>
1094Date: Thu Oct 11 00:29:18 2007 -0500
1095
1096 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
1097
1098 On the MPC85xx CDS we have two issues:
1099
1100 1. The device tree fixup code did not check to see if the property we are
1101 trying to update is actually found. Its possible that it would update
1102 random memory starting at 0.
1103
1104 2. Newer Linux kernel's have moved the location of the PCI nodes to be
1105 sibilings of the soc node and not children. The explicit PATH to the PCI
1106 node would not be found for these device trees. Add the ability to handle
1107 both paths. In the future we shouldn't handle such fixups by explicit path.
1108
1109 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1110
1111commit a3063eec775719b7e91023bbec3f64b3118791df
1112Author: Kumar Gala <galak@kernel.crashing.org>
1113Date: Thu Oct 11 00:18:48 2007 -0500
1114
1115 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
1116
1117 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
1118 console. Make it so we match that config what we tell Linux as the early
1119 STDOUT console.
1120
1121 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1122
1123commit e1ce3cb617bb06f91f82f98915391175addf3e82
1124Author: Kumar Gala <galak@kernel.crashing.org>
1125Date: Tue Oct 2 11:12:27 2007 -0500
1126
1127 Remove magic numbers from cache related operations for mpc85xx
1128
1129 The mpc85xx start code uses some magic numbers that we actually
1130 have #defines for in <config.h> so use those instead.
1131
1132 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1133
05bf4919
WD
1134commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
1135Author: Detlev Zundel <dzu@denx.de>
1136Date: Fri Oct 19 16:47:26 2007 +0200
1137
1138 Fix two typos.
1139
1140 Signed-off-by: Detlev Zundel <dzu@denx.de>
1141
1142commit 281df457c1aa50d2752165d0c5c3282d4027b974
1143Author: Tony Li <tony.li@freescale.com>
1144Date: Thu Oct 18 17:47:19 2007 +0800
1145
1146 mpc83xx: Add configure entry for MPC83xx ATM support
1147
1148 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
1149 Makfile and MAKEALL
1150
1151 Signed-off-by: Tony Li <tony.li@freescale.com>
1152 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1153
1154commit d2646554f529a9577515eceb0ec5eceee18244ba
1155Author: Tony Li <tony.li@freescale.com>
1156Date: Thu Oct 18 17:44:38 2007 +0800
1157
1158 mpc83xx: pq-mds-pib.c typo error
1159
1160 Correct to val8 from val.
1161
1162 Signed-off-by: Tony Li <tony.li@freescale.com>
1163 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1164
1165commit 3e11ae80fec1ee12194940955431186abf6009c2
1166Author: Stefan Roese <sr@denx.de>
1167Date: Wed Oct 17 15:40:19 2007 +0200
1168
1169 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
1170
1171 Signed-off-by: Stefan Roese <sr@denx.de>
1172
1173commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
1174Author: runet@innovsys.com <runet@innovsys.com>
1175Date: Tue Oct 16 14:50:40 2007 -0500
1176
1177 Make MPC8266ADS board compile again.
1178
1179 Signed-off-by: Runet Torgersen <runet@innovsys.com>
1180
1181commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
1182Author: Jon Loeliger <jdl@freescale.com>
1183Date: Mon Aug 27 12:41:03 2007 -0500
1184
1185 86xx: Allow for fewer DDR slots per memory controller.
1186
1187 As a direct correlation exists between DDR DIMM slots
1188 and SPD EEPROM addresses used to configure them, use
1189 the individually defined SPD_EEPROM_ADDRESS* values to
1190 determine if a DDR DIMM slot should have its SPD
1191 configuration read or not.
1192
1193 Effectively, this now allows for 1 or 2 DIMM slots
1194 per memory controller.
1195
1196 Signed-off-by: Jon Loeliger <jdl@freescale.com>
1197
1198commit 4d4a945e189a2f384c66432316da2788a0ac1607
1199Author: Rodolfo Giometti <giometti@enneenne.com>
1200Date: Mon Oct 15 11:59:17 2007 +0200
1201
1202 PXA USB OHCI: "usb stop" implementation.
1203
1204 Some USB keys need to be switched off before loading the kernel
1205 otherwise they can remain in an undefined status which prevents them
1206 to be correctly recognized by the kernel.
1207
1208 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
1209
1210commit e2e93442e558cf1500e92861f99713b2f045ea22
1211Author: Stefan Roese <sr@denx.de>
1212Date: Mon Oct 15 11:39:00 2007 +0200
1213
1214 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
1215
1216 The I2C bootstrap values that can be setup via the "bootstrap" command,
1217 were setup incorrect regarding the generation of the internal sync PCI
1218 clock. The values for PLB clock == 133MHz were slighly incorrect and the
1219 values for PLB clock == 166MHz were totally incorrect. This could
1220 lead to a hangup upon booting while PCI configuration scan.
1221
1222 This patch fixes this issue and configures valid PCI divisor values
1223 for the sync PCI clock, with respect to the provided external async
1224 PCI frequency.
1225
1226 Here the values of the formula in the chapter 14.2 "PCI clocking"
1227 from the 440EPx users manual:
1228
1229 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
1230
1231 33MHz async PCI frequency:
1232 PLB = 133:
1233 => 32 <= 44.3 <= 65 (div = 3)
1234
1235 PLB = 166:
1236 => 32 <= 55.3 <= 65 (div = 3)
1237
1238 66MHz async PCI frequency:
1239 PLB = 133:
1240 => 65 <= 66.5 <= 132 (div = 2)
1241
1242 PLB = 166:
1243 => 65 <= 83 <= 132 (div = 2)
1244
1245 Signed-off-by: Stefan Roese <sr@denx.de>
1246
1247commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
1248Author: Stefan Roese <sr@denx.de>
1249Date: Mon Oct 15 11:29:33 2007 +0200
1250
1251 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
1252
1253 The BCSR status bit for the 66MHz PCI operation was correctly
1254 addressed (MSB/LSB problem). Now the correct currently setup
1255 PCI frequency is displayed upon bootup.
1256
1257 This patch also fixes this problem on Rainier & Yellowstone, since these
1258 boards use the same souce code as Sequoia & Yosemite do.
1259
1260 Signed-off-by: Stefan Roese <sr@denx.de>
1261
1262commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
1263Author: Martin Krause <martin.krause@tqs.de>
1264Date: Wed Sep 26 17:55:56 2007 +0200
1265
1266 TQM860M: adjust for doubled flash sector size.
1267
1268 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
1269 doubled sector size.
1270
1271 Signed-off-by: Martin Krause <martin.krause@tqs.de>
1272
1273commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
1274Author: Jens Gehrlein <jens.gehrlein@tqs.de>
1275Date: Wed Sep 26 17:55:54 2007 +0200
1276
1277 TQM8xx: Fix CAN timing.
1278
1279 Signed-off-by: Martin Krause <martin.krause@tqs.de>
1280
1281commit d43e489baf02afae49077791fb22332d240d8656
1282Author: Martin Krause <martin.krause@tqs.de>
1283Date: Thu Sep 27 14:54:36 2007 +0200
1284
1285 TQM866M: fix SDRAM refresh
1286
1287 At 133 MHz the current SDRAM refresh rate is too fast
1288 (measured 4 * 1.17 us).
1289 CFG_MAMR_PTA changes from 39 to 97. This result
1290 in a refresh rate of 4 * 7.8 us at the default clock
1291 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
1292 This is a compromise until a new method is found to
1293 adjust the refresh rate.
1294
1295 Signed-off-by: Martin Krause <martin.krause@tqs.de>
1296
1297commit 9ef57bbee1c67cc01da2026c242c4692db32be36
1298Author: Martin Krause <martin.krause@tqs.de>
1299Date: Wed Sep 26 17:55:55 2007 +0200
1300
1301 TQM866M: adjust for doubled flash sector size.
1302
1303 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
1304 doubled sector size.
1305
1306 Signed-off-by: Martin Krause <martin.krause@tqs.de>
1307
1308commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
1309Author: Michal Simek <monstr@monstr.eu>
1310Date: Sun Oct 14 16:12:29 2007 +0200
1311
1312 [FIX] XUPV2P change command handling
1313 and remove code violation
1314
1315commit 636400198228d96983c06657b17f760f5989958e
1316Author: Wolfgang Denk <wd@denx.de>
1317Date: Sun Oct 14 00:13:19 2007 +0200
1318
1319 Prepare for 1.3.0-rc3 release
1320
1321 Signed-off-by: Wolfgang Denk <wd@denx.de>
1322
63640019
WD
1323commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
1324Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1325Date: Sat Sep 29 13:41:37 2007 +0200
1326
1327 Fix warning differ in signedness in cpu/pxa/mmc.c
1328
1329 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1330
1331commit fc19e36f741e8bc727c0a330170b3b5db90399ef
1332Author: Wolfgang Denk <wd@denx.de>
1333Date: Sat Oct 13 23:51:14 2007 +0200
1334
1335 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
1336
1337 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1338 Signed-off-by: Wolfgang Denk <wd@denx.de>
1339
1340commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
1341Author: Wolfgang Denk <wd@denx.de>
1342Date: Sat Oct 13 21:15:39 2007 +0200
1343
1344 Coding Style cleanup.
1345
1346 Signed-off-by: Wolfgang Denk <wd@denx.de>
1347
de74b9ee
WD
1348commit e1893815b0999410d7a327589611c7b38e95299e
1349Author: Wolfgang Denk <wd@denx.de>
1350Date: Fri Oct 12 15:49:39 2007 +0200
1351
1352 GP3 SSA: enable RTC
1353
1354 Signed-off-by: Wolfgang Denk <wd@denx.de>
1355
1356commit 8002012041f1ff9f997a5727abe5015f70cd2e46
1357Author: Grzegorz Bernacki <gjb@semihalf.com>
1358Date: Tue Oct 9 13:58:24 2007 +0200
1359
1360 [ads5121] EEPROM support added.
1361
1362 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1363
63640019
WD
1364commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
1365Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
1366Date: Sat Oct 6 18:55:35 2007 +0200
1367
1368 AVR32: Initialize bi_flash* in board_init_r
1369
1370 The ATSTK1000-specific flash driver intializes bi_flashstart,
1371 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
1372 driver, don't.
1373
1374 Initialize these in board_init_r instead so that things will still be
1375 set up correctly when we switch to the CFI driver.
1376
1377 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1378
de74b9ee
WD
1379commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
1380Author: Marian Balakowicz <m8@semihalf.com>
1381Date: Fri Oct 5 10:40:54 2007 +0200
1382
1383 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
1384
1385 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1386
1387commit 92869195ef8210758d2176230c0a36897afd50ed
1388Author: Bartlomiej Sieka <tur@semihalf.com>
1389Date: Fri Oct 5 09:46:06 2007 +0200
1390
1391 CM5200: Fix missing null-termination in hostname manipulation code
1392
1393 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1394
63640019
WD
1395commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
1396Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
1397Date: Tue Oct 2 19:09:01 2007 +0200
1398
1399 Fix memtest breakage
1400
1401 CFG_MEMTEST_START uses weird magic involving gd, which fails to
1402 compile. Use hardcoded values instead (we actually know how much RAM
1403 we have on board.)
1404
1405 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1406
de74b9ee
WD
1407commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
1408Author: Stefan Roese <sr@denx.de>
1409Date: Tue Oct 2 11:44:46 2007 +0200
1410
1411 ppc4xx: Coding style cleanup
1412
1413 Signed-off-by: Stefan Roese <sr@denx.de>
1414
1415commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
1416Author: Stefan Roese <sr@denx.de>
1417Date: Tue Oct 2 11:44:19 2007 +0200
1418
1419 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
1420
1421 Signed-off-by: Stefan Roese <sr@denx.de>
1422
1423commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
1424Author: Grzegorz Bernacki <gjb@semihalf.com>
1425Date: Mon Oct 1 09:51:50 2007 +0200
1426
1427 Program EPLD to force full duplex mode for PHY.
1428
1429 EPLD forces modes of PHY operation. By default full duplex is turned off.
1430 This fix turns it on.
1431
1432 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1433
05bf4919
WD
1434commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
1435Author: Timo Ketola <timo.ketola@exertus.fi>
1436Date: Mon Sep 24 14:50:32 2007 +0300
1437
1438 Bugfix: Use only one PTD for one endpoint
1439
1440 Original isp116x-hcd code prepared multiple PTDs for longer than 16
1441 byte transfers for one endpoint. That is unnecessary because the
1442 ISP116x is able to split long data from one PTD into multiple
1443 transactions based on the buffer size of the endpoint. It also caused
1444 serious problems if the endpoint NAKed some of the transactions. In
1445 that case ISP116x wouldn't notice that the other PTDs were for the same
1446 endpoint and would try the other PTDs possibly out of order. That would
1447 break the whole transfer.
1448
1449 This patch makes isp116x_submit_job to use one PTD for one transfer.
1450
1451 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
1452 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1453
de74b9ee
WD
1454commit 86ec86c04326c3913178a7679aa910de071da75d
1455Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1456Date: Thu Sep 27 23:27:47 2007 +0200
1457
1458 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
1459
1460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1461
1462commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
1463Author: Stefan Roese <sr@denx.de>
1464Date: Tue Sep 11 14:12:55 2007 +0200
1465
1466 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
1467
1468 Signed-off-by: Stefan Roese <sr@denx.de>
1469
992742a5
WD
1470commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
1471Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1472Date: Wed Sep 26 16:35:54 2007 -0500
1473
1474 85xx io out functions need sync after write.
1475
1476 This fixes the mc146818 rtc_read/write functions for 85xx.
1477
1478 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1479
de74b9ee
WD
1480commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
1481Author: Grant Likely <grant.likely@secretlab.ca>
1482Date: Tue Sep 25 15:48:05 2007 -0600
1483
1484 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
1485
1486 CFG_FPGA_XILINX is a bit value used to test against the value in
1487 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
1488 think that is the intention in this code.
1489
1490 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1491
63640019
WD
1492commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
1493Author: Michal Simek <monstr@monstr.eu>
1494Date: Mon Sep 24 00:41:30 2007 +0200
1495
1496 [FIX] change command handling and removing code violation
1497
1498commit f240356507038e5ce55e8a24cb2607e9eae6d10c
1499Author: Michal Simek <monstr@monstr.eu>
1500Date: Mon Sep 24 00:36:06 2007 +0200
1501
1502 [FIX] change sets of commands
1503 because changing of command handling brings
1504 compilation problems
1505
1506commit cb1bc63b75a232571eb69aa2c8aa919321655845
1507Author: Michal Simek <monstr@monstr.eu>
1508Date: Mon Sep 24 00:30:42 2007 +0200
1509
1510 [FIX] Email reparation & Copyright
1511 Both codes are written by myself without any
1512 support from CTU
1513
1514commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
1515Author: Michal Simek <monstr@monstr.eu>
1516Date: Mon Sep 24 00:25:11 2007 +0200
1517
1518 [PATCH] Change macro name for UartLite
1519 because PowerPC 405 can use UartLite as console
1520
1521commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
1522Author: Michal Simek <monstr@monstr.eu>
1523Date: Mon Sep 24 00:21:19 2007 +0200
1524
1525 [PATCH] Add support for design without interrupt controller
1526 Polling timer
1527
1528commit 0731933ec8ec45d02ba89b52df673d526873cdde
1529Author: Michal Simek <monstr@monstr.eu>
1530Date: Mon Sep 24 00:19:48 2007 +0200
1531
1532 [FIX] resolve problem with cpu without barrel shifter
1533
1534commit db14d77995ce515b728b178b63f82babe60e3d56
1535Author: Michal Simek <monstr@monstr.eu>
1536Date: Mon Sep 24 00:18:46 2007 +0200
1537
1538 [FIX] repair email address
1539
1540commit 481d4328618804add1f818a6c96296121cd0528e
1541Author: Michal Simek <monstr@monstr.eu>
1542Date: Mon Sep 24 00:17:42 2007 +0200
1543
1544 [FIX] repair MFSL commands
1545
1546commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
1547Author: Michal Simek <monstr@monstr.eu>
1548Date: Mon Sep 24 00:08:37 2007 +0200
1549
1550 synchronizition with mainline
1551
de74b9ee
WD
1552commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
1553Author: Wolfgang Denk <wd@denx.de>
1554Date: Thu Sep 20 00:04:14 2007 +0200
1555
1556 v1.3.0-rc2
1557
1558 Signed-off-by: Wolfgang Denk <wd@denx.de>
1559
66dcad3a
WD
1560commit 135e19bc2773ebca487e9a8371f67e1ba202313a
1561Author: Wolfgang Denk <wd@denx.de>
1562Date: Tue Sep 18 21:36:35 2007 +0200
1563
1564 Avoid compiler warning.
1565
1566 Signed-off-by: Wolfgang Denk <wd@denx.de>
1567
1568commit 8a783a65851bc7421ab69f442261215e21b8891a
1569Author: Grant Likely <grant.likely@secretlab.ca>
1570Date: Tue Sep 18 12:24:57 2007 -0600
1571
1572 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
1573
1574 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
1575 nulls in a string differently. For example, the following statement:
1576 echo "this is a string\0" > afile
1577 Will produce the following with /bin/bash:
1578 "this is a string\0"
1579 But with /bin/dash, will produce:
1580 "this is a string
1581
1582 Bug fixed by moving the embedded null out of the makefile and into the
1583 config header. Also renamed the macro to avoid usage colision with the same
1584 macro used by other board ports.
1585
1586 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1587
1588commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
1589Author: Wolfgang Denk <wd@denx.de>
1590Date: Tue Sep 18 17:40:27 2007 +0200
1591
1592 MCC200: fix build warning
1593
1594 The MCC200 board config file includes version.h for some customer-
1595 specific setting, which causes warnings with "make depend"; build
1596 version.h before depend.
1597
1598 Signed-off-by: Wolfgang Denk <wd@denx.de>
1599
de74b9ee
WD
1600commit bd86220f58b99d6896198c385fda132f0c980915
1601Author: Peter Pearse <peter.pearse@arm.com>
1602Date: Tue Sep 18 13:07:54 2007 +0100
1603
1604 Move coloured led API to status_led.h
1605 Improve indentation in drivers/at45.c
1606
63640019
WD
1607commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
1608Author: Eirik Aanonsen <eaa@wprmedical.com>
1609Date: Tue Sep 18 08:47:20 2007 +0200
1610
1611 Update atstk1002 bootargs.
1612
1613 Updates to atstk1002 U-Boot header file:
1614 - Changed bootargs:
1615 * Set the bootargs for at1002 to point to the SD-card partition instead
1616 * ... of the boot flash.
1617 * Removing the rootfstype since that argument are not needed.
1618
1619 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
1620 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1621
1622commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
1623Author: Eirik Aanonsen <eaa@wprmedical.com>
1624Date: Wed Sep 12 13:32:37 2007 +0200
1625
1626 Add some comments to clocks in atstk1002.h
1627
1628 This patch applies some clarifying comments to how the different
1629 clocks are setup according to atstk1002.h Some of the previous
1630 comments where stating wrongful information.
1631
1632 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1633
de74b9ee
WD
1634commit 97213f32416ead885deafea86774e912ffd60ad0
1635Author: David Saada <David.Saada@ecitele.com>
1636Date: Mon Sep 17 17:04:47 2007 +0200
1637
1638 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
1639
1640 Signed-off-by: David Saada <david.saada@ecitele.com>
1641
63640019
WD
1642commit 30363e98fa470fbecea5e8bc0f1443352754f303
1643Author: Stefan Roese <sr@denx.de>
1644Date: Mon Sep 17 08:20:47 2007 +0200
1645
1646 Small whitespace cleanup of OneNAND patch
1647
1648 Signed-off-by: Stefan Roese <sr@denx.de>
1649
1650commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
1651Author: Kyungmin Park <kmpark@infradead.org>
1652Date: Mon Sep 10 17:15:14 2007 +0900
1653
1654 OneNAND support (take #2)
1655
1656 [PATCH 3/3] OneNAND support (take #2)
1657
1658 OneNAND support at U-Boot
1659
1660 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1661
1662commit 17aa2800457df0c06b41516f46f126712c196219
1663Author: Kyungmin Park <kmpark@infradead.org>
1664Date: Mon Sep 10 17:14:34 2007 +0900
1665
1666 OneNAND support (take #2)
1667
1668 [PATCH 2/3] OneNAND support (take #2)
1669
1670 OneNAND support at U-Boot
1671
1672 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1673
1674commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
1675Author: Kyungmin Park <kmpark@infradead.org>
1676Date: Mon Sep 10 17:13:49 2007 +0900
1677
1678 OneNAND support (take #2)
1679
1680 [PATCH 1/3] OneNAND support (take #2)
1681
1682 OneNAND support at U-Boot
1683
1684 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1685
05bf4919
WD
1686commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
1687Author: Michal Simek <monstr@monstr.eu>
1688Date: Sun Sep 16 20:51:57 2007 +0200
1689
1690 [FIX] remove files form repository
1691
66dcad3a
WD
1692commit 67c31036acaaaa992fc346cc89db0909a7e733c4
1693Author: Wolfgang Denk <wd@denx.de>
1694Date: Sun Sep 16 17:10:04 2007 +0200
1695
1696 TQM8xx[LM]: Fix broken environment alignment.
1697
1698 With recent toolchains, the environment sectors were no longer aligned to
1699 sector boundaries. The reason was a combination of two bugs:
1700
1701 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
1702 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
1703 this gets defined, is not included here (and cannot be included
1704 without causing lots of problems).
1705
1706 Added a new #define CFG_USE_PPCENV for all boards which really
1707 want to put the environment is a ".ppcenv" section.
1708
1709 2) The linker scripts just include environment.o, silently assuming
1710 that the objects in that file are really in the order in which
1711 they are coded in the C file, i. e. "environment" first, then
1712 "redundand_environment", and "env_size" last. However, current
1713 toolchains (GCC-4.x) reorder the objects, causing the environment
1714 data not to start on a flash sector boundary:
1715
1716 Instead of: we got:
1717
1718 40008000 T environment 40008000 T env_size
1719 4000c000 T redundand_environment 40008004 T redundand_environment
1720 40010000 T env_size 4000c004 T environment
1721
1722 Note: this patch fixes just the first part, and cures the alignment
1723 problem by making sure that "env_size" gets placed correctly. However,
1724 we still have a potential issue because primary and redundant
1725 environment sectors are actually swapped, i. e. we have now:
1726
1727 40008000 T redundand_environment
1728 4000c000 T environment
1729 40010000 T env_size
1730
1731 This shall be fixed in the next version.
1732
1733 Signed-off-by: Wolfgang Denk <wd@denx.de>
1734
1735commit eb6da8050797c204c9d010548424186c7ce32fc1
1736Author: Wolfgang Denk <wd@denx.de>
1737Date: Sun Sep 16 02:39:35 2007 +0200
1738
1739 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
1740
1741 Signed-off-by: Wolfgang Denk <wd@denx.de>
1742
1743commit cd2d1602c54cc6957bdef3872272a4b264893960
1744Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
1745Date: Mon Sep 10 14:54:56 2007 -0400
1746
1747 Typo fix in tsec.c
1748
1749 Fixup for the break statement in wrong place.
1750
1751 [Patch by urwithsughosh@gmail.com]
1752 Acked-by: Andy Fleming <afleming@freescale.com>
1753 Signed-off-by: Wolfgang Denk <wd@denx.de>
1754
1755commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
1756Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1757Date: Tue Sep 11 17:04:00 2007 +0200
1758
1759 Fix do_div() usage in nand process output
1760
1761 Fix usage of do_div() in nand erase|read|write process output.
1762
1763 The last patch to nand_util.c introduced do_div() instead of libgcc's
1764 implementation. But do_div() returns the quotient in its first
1765 macro parameter and not as result.
1766
1767 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1768
1769commit c750d2e6692a000a82f29de7bf24e3dc21239161
1770Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1771Date: Wed Sep 12 12:36:53 2007 +0200
1772
1773 NAND: Add CFG_NAND_QUIET option
1774
1775 This config option sets the default for the progress information
1776 output behavior that can also be configured through the 'quiet'
1777 environment variable.
1778
1779 The legacy NAND code does not print the current progress info
1780 on the console. So this option is for backward compatibility for
1781 units that are in the field and where setting the quiet variable
1782 is not an option. With CFG_NAND_QUIET set to '1' the console
1783 progress info is turned off. This can still be overwritten
1784 through the environment variable.
1785
1786 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1787
1788commit dcb88630290d2bcd803386dd4c2be73142994c4f
1789Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
1790Date: Thu Sep 13 16:06:05 2007 -0700
1791
1792 ColdFire: fix build error becasue of bad type of mii_init()
1793
1794 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1795
1796commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
1797Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
1798Date: Thu Sep 13 16:04:05 2007 -0700
1799
1800 ColdFire: Fix build error caused by pixis.c
1801
1802 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
1803
1804 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1805
1806commit e21659e30660a1377c42af135a6114efe39801d9
1807Author: Sam Sparks <SSparks@twacs.com>
1808Date: Fri Sep 14 11:14:42 2007 -0600
1809
1810 Update MPC8349ITX*_config to place config.tmp in right place.
1811
1812 MPC834ITX*_config does not store config.tmp at the correct locatation,
1813 causing MPC8349ITXGP to have the wrong TEXT_BASE.
1814
1815 Signed-off-by: Sam Sparks <SSparks@twacs.com>
1816 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1817
1818commit 1218abf1b5817a39a82399b4b928b00750575bda
1819Author: Wolfgang Denk <wd@denx.de>
1820Date: Sat Sep 15 20:48:41 2007 +0200
1821
1822 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
1823
1824 Signed-off-by: Wolfgang Denk <wd@denx.de>
1825
1826commit 66b3f24d665be678a9dbb125b1e84185400f63b5
1827Author: Dirk Behme <dirk.behme@googlemail.com>
1828Date: Sat Sep 15 11:55:42 2007 +0200
1829
1830 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
1831
1832 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
1833 function local.
1834
1835 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1836
1837 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
1838
05bf4919
WD
1839commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
1840Author: Michal Simek <monstr@monstr.eu>
1841Date: Sat Sep 15 00:03:35 2007 +0200
1842
1843 Synchronize with U-BOOT mainline
1844
1845commit d7fee32b7e61fe11c64e371cde79faa4768e8350
1846Author: Sam Sparks <SSparks@twacs.com>
1847Date: Fri Sep 14 11:14:42 2007 -0600
1848
1849 Update MPC8349ITX*_config to place config.tmp in right place.
1850
1851 MPC834ITX*_config does not store config.tmp at the correct locatation,
1852 causing MPC8349ITXGP to have the wrong TEXT_BASE.
1853
1854 Signed-off-by: Sam Sparks <SSparks@twacs.com>
1855 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1856 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1857
66dcad3a
WD
1858commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
1859Author: Bartlomiej Sieka <tur@semihalf.com>
1860Date: Thu Sep 13 18:21:48 2007 +0200
1861
1862 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
1863
1864 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1865
de74b9ee
WD
1866commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
1867Author: Bartlomiej Sieka <tur@semihalf.com>
1868Date: Thu Sep 13 16:33:59 2007 +0200
1869
1870 tqm5200: Restore customary env. variable boot commands for powerpc kernels
1871
1872 - update default definitions of kernel_addr and fdt_addr env. variables
1873 - make arch/powerpc booting the default scenario
1874 - update MTD partition layout to match the above
1875
1876 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1877
66dcad3a
WD
1878commit f34024d4a328e6edd906456da98d2c537155c4f7
1879Author: Wolfgang Denk <wd@denx.de>
1880Date: Wed Sep 12 00:48:57 2007 +0200
1881
1882 Fix memory corruption problem on STX GP3 SSA Board.
1883
1884 Signed-off-by: Wolfgang Denk <wd@denx.de>
1885
de74b9ee
WD
1886commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
1887Author: Peter Pearse <peter.pearse@arm.com>
1888Date: Tue Sep 11 15:35:01 2007 +0100
1889
1890 Final tidy
1891
66dcad3a
WD
1892commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
1893Author: Grzegorz Bernacki <gjb@semihalf.com>
1894Date: Tue Sep 11 15:42:11 2007 +0200
1895
1896 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
1897 scan on second pci bus.
1898
1899 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1900
1901commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
1902Author: Grzegorz Bernacki <gjb@semihalf.com>
1903Date: Tue Sep 11 12:57:52 2007 +0200
1904
1905 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
1906
1907 Bamboo has a file sdram.c which needs special treatment when building in
1908 separate directory. It has to be linked to build directory otherwise it is
1909 not seen.
1910
1911 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1912
63640019
WD
1913commit d45963854eff39d575124d859419bb4953ce2c87
1914Author: Michal Simek <monstr@monstr.eu>
1915Date: Tue Sep 11 00:37:04 2007 +0200
1916
1917 [FIX] Microblaze ML401 - repare FLASH handling
1918
66dcad3a
WD
1919commit 38c1ef728d19950414a8ab1ccfc53767848fa346
1920Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
1921Date: Mon Sep 10 16:55:59 2007 +0100
1922
1923 Allocate CPU Architecture Code for STMicroelectronics' ST200.
1924
1925 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
1926 ---------------------------------------------------
1927
1928commit 754bac48156f8958d8f6a53a51eda88ab5758929
1929Author: Wolfgang Denk <wd@denx.de>
1930Date: Mon Sep 10 20:42:31 2007 +0200
1931
1932 Update version to match current state.
1933
1934 Signed-off-by: Wolfgang Denk <wd@denx.de>
1935
1936commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
1937Author: Grzegorz Bernacki <gjb@semihalf.com>
1938Date: Mon Sep 10 17:39:08 2007 +0200
1939
1940 [MPC512x] Streamline frame handling in the FEC driver
1941
1942 - convert frame size settings to be derived from a single base
1943 - set frame size to the recommended default value
1944
1945 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1946
1947commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
1948Author: Kyungmin Park <kmpark@infradead.org>
1949Date: Mon Sep 10 11:34:00 2007 +0900
1950
1951 Remove compiler warning: target CPU does not support interworking
1952
1953 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1954
1955commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
1956Author: Wolfgang Denk <wd@denx.de>
1957Date: Sun Sep 9 21:21:33 2007 +0200
1958
1959 Fix compile error in spc1920 config.
1960
1961