Commit | Line | Data |
---|---|---|
b29661fc WD |
1 | commit 00b48a48424894daa589d166d73277830b1c6ac4 |
2 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
3 | Date: Sat Feb 23 12:15:56 2008 +0100 | |
4 | ||
5 | ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected | |
6 | ||
7 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
8 | ||
9 | commit b075d74efb70ff68c49a2532f26b56d6703b69c1 | |
10 | Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
11 | Date: Sat Feb 23 17:24:16 2008 +0900 | |
12 | ||
13 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. | |
14 | ||
15 | ---------------------------------------------------------------- | |
16 | Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)] | |
17 | ||
18 | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on | |
19 | 32bit targets. | |
20 | ||
21 | GCC can be made to warn about usage of long long types with ISO C90 | |
22 | (-ansi), but only with -pedantic. You can write this in a way that even | |
23 | then it doesn't cause warnings, namely by: | |
24 | ||
25 | #ifdef __GNUC__ | |
26 | __extension__ typedef __signed__ long long __s64; | |
27 | __extension__ typedef unsigned long long __u64; | |
28 | #endif | |
29 | ||
30 | The __extension__ keyword in front of this switches off any pedantic | |
31 | warnings for this expression. | |
32 | ||
33 | Signed-off-by: Olaf Hering <olh@suse.de> | |
34 | Cc: <linux-arch@vger.kernel.org> | |
35 | Signed-off-by: Andrew Morton <akpm@linux-foundation.org> | |
36 | Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | |
37 | ---------------------------------------------------------------- | |
38 | ||
39 | Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
40 | ||
41 | commit 208acd112e6517b21fc30c420396902b103563ac | |
42 | Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
43 | Date: Sat Feb 23 17:07:57 2008 +0900 | |
44 | ||
45 | cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. | |
46 | ||
47 | This will reduce the build time. | |
48 | ||
49 | Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
50 | ||
51 | commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4 | |
52 | Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
53 | Date: Sat Feb 23 17:05:00 2008 +0900 | |
54 | ||
55 | cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. | |
56 | ||
57 | This will reduce the build time. | |
58 | ||
59 | Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
60 | ||
61 | commit e682ba399a1d76f09d8cc7af1e57066f1d360d91 | |
62 | Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
63 | Date: Sat Feb 23 16:58:41 2008 +0900 | |
64 | ||
65 | cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. | |
66 | ||
67 | This reduces the build time by ~10%. Here's the gth2_config example. | |
68 | ||
69 | BEFORE AFTER | |
70 | real 0m31.441s 0m27.833s | |
71 | user 0m24.766s 0m23.045s | |
72 | sys 0m10.425s 0m7.468s | |
73 | ||
74 | Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | |
75 | ||
76 | commit 02409f8cf54c7cd91981f0dfec135dbf3858090c | |
77 | Author: Marcel Moolenaar <marcelm@juniper.net> | |
78 | Date: Fri Feb 22 10:48:07 2008 -0800 | |
79 | ||
80 | make define2mk.sed work on FreeBSD | |
81 | ||
82 | In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", | |
83 | the define2mk.sed script was identified as the source of the link | |
84 | failure on FreeBSD. The problem is that sed(1) does not always support | |
85 | the '+' operator. It isn't on FreeBSD. The attach patch implements the | |
86 | equivalent, using the '*' operator instead and should work everywhere. | |
87 | ||
88 | Signed-off-by: Marcel Moolenaar <marcelm@juniper.net> | |
89 | ||
90 | commit e5084af8ded58453cd07ec1af8b0f29f34122bbc | |
91 | Author: Detlev Zundel <dzu@denx.de> | |
92 | Date: Fri Feb 22 17:21:32 2008 +0100 | |
93 | ||
94 | Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. | |
95 | ||
96 | The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove | |
97 | final traces of long-deprecated "ramdisk" kernel parm") makes these | |
98 | changes neccessary. | |
99 | ||
100 | Signed-off-by: Detlev Zundel <dzu@denx.de> | |
101 | ||
102 | commit d01b847c5cd070895c4ba178c85cd068a95cf7cd | |
103 | Author: Larry Johnson <lrj@acm.org> | |
104 | Date: Thu Feb 21 13:58:16 2008 -0500 | |
105 | ||
106 | LM75 bug fix for negative temperatures | |
107 | ||
108 | When the LM75 temperature sensor measures a temperature below 0 C, the | |
109 | current driver does not perform sign extension, so the result returned is | |
110 | 256 C too high. This patch fixes the problem. | |
111 | ||
112 | Signed-off-by: Larry Johnson <lrj@acm.org> | |
113 | ||
114 | commit 5a910c224b13e413bda41922379add6d75c32da3 | |
115 | Author: Heiko Schocher <hs@denx.de> | |
116 | Date: Thu Feb 21 18:33:45 2008 +0100 | |
117 | ||
118 | IDS8247: update MAINTAINER entry. | |
119 | ||
120 | Signed-off-by: Heiko Schocher <hs@denx.de> | |
121 | ||
122 | commit 79eac2bfb591f2b028ec1735049dc91e4320de4a | |
123 | Author: Heiko Schocher <hs@denx.de> | |
124 | Date: Thu Feb 21 18:31:15 2008 +0100 | |
125 | ||
126 | Fix device tree for mgsuvd board. | |
127 | ||
128 | Rename the "scc" node in "ethernet" for the mgsuvd board. | |
129 | ||
130 | Signed-off-by: Heiko Schocher <hs@denx.de> | |
131 | ||
132 | commit 2e721094a70a52206af2e1bf1208d9a7131f6dad | |
133 | Author: Yuri Tikhonov <yur@emcraft.com> | |
134 | Date: Thu Feb 21 14:23:42 2008 +0100 | |
135 | ||
136 | lwmon5: enable hardware watchdog | |
137 | ||
138 | Some boards (e.g. lwmon5) may use rather small watchdog intervals, so | |
139 | causing it to reboot the board if U-Boot does a long busy-wait with | |
140 | udelay(). Thus, for these boards we have to restart WD more | |
141 | frequently. | |
142 | ||
143 | This patch splits the busy-wait udelay() into smaller, predefined, | |
144 | intervals, so that the watchdog timer may be resetted with the | |
145 | configurable (CONFIG_WD_PERIOD) interval. | |
146 | ||
147 | Signed-off-by: Yuri Tikhonov <yur@emcraft.com> | |
148 | ||
149 | commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d | |
150 | Author: Anatolij Gustschin <agust@denx.de> | |
151 | Date: Thu Feb 21 12:52:29 2008 +0100 | |
152 | ||
153 | ppc4xx: Support for ATI Radeon 9200 card on sequoia | |
154 | ||
155 | Adds configuration option for ATI Radeon 9200 card | |
156 | support to sequoia config file. If CONFIG_VIDEO | |
157 | is enabled, TEXT_BASE should be changed to 0xFFF80000. | |
158 | ||
159 | Signed-off-by: Anatolij Gustschin <agust@denx.de> | |
160 | ||
161 | commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7 | |
162 | Author: Kumar Gala <galak@kernel.crashing.org> | |
163 | Date: Mon Feb 18 08:18:07 2008 -0600 | |
164 | ||
165 | Remove duplicate defines for ARRAY_SIZE | |
166 | ||
167 | A few duplicate of the ARRAY_SIZE macro sneaked in since we put | |
168 | the define in common.h. | |
169 | ||
170 | Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |
171 | ||
172 | commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a | |
173 | Author: Kumar Gala <galak@kernel.crashing.org> | |
174 | Date: Mon Feb 18 08:09:37 2008 -0600 | |
175 | ||
176 | ppc: Allow boards to specify effective amount of memory | |
177 | ||
178 | For historical reasons we limited the stack to 256M because some boards | |
179 | could only map that much via BATS. However newer boards are capable of | |
180 | mapping more memory (for example 85xx is capable of doing up to 2G). | |
181 | ||
182 | Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |
183 | ||
184 | commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b | |
185 | Author: Mike Frysinger <vapier@gentoo.org> | |
186 | Date: Mon Feb 18 05:24:13 2008 -0500 | |
187 | ||
188 | include autoconf.mk before any other .mk files | |
189 | ||
190 | This bumps the autoconf.mk include step above board/cpu/arch/etc... so that | |
191 | those .mk files can have make if statements based on the current config. | |
192 | ||
193 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |
194 | ||
195 | commit 16fe77752eee099b9fb61ed73460e51cc94b37ba | |
196 | Author: Mike Frysinger <vapier@gentoo.org> | |
197 | Date: Mon Feb 18 05:10:07 2008 -0500 | |
198 | ||
199 | error check autoconf.mk generation | |
200 | ||
201 | If any of the steps for generating autoconf.mk fail currently, they go | |
202 | unnoticed. To fix, we can simply add 'set -e' to the long list of commands. | |
203 | This is simpler and more robust than placing '|| exit $$?' after every line. | |
204 | ||
205 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |
206 | ||
207 | commit 019895a8dee71a9f00da05c03e379f45d581b0fe | |
208 | Author: Stefano Babic <sbabic@denx.de> | |
209 | Date: Mon Feb 18 08:03:51 2008 +0100 | |
210 | ||
211 | Fix bug in dependency checking | |
212 | ||
213 | By adding VERSION_FILE to the PHONY targets the script | |
214 | /tools/setlocalversion is always called and version_autogenerated.h | |
215 | is replaced only if the script find a modified source file. | |
216 | ||
217 | Signed-off-by: Stefano Babic <sbabic@denx.de> | |
218 | ||
219 | commit 98ba144ccc912eee90dd42699f023c497ce774c6 | |
220 | Author: Kyungmin Park <kmpark@infradead.org> | |
221 | Date: Mon Feb 18 14:35:43 2008 +0900 | |
222 | ||
223 | Fix GPMC CS2 memory setup at apollon | |
224 | ||
225 | It disables the current map first | |
226 | ||
227 | Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> | |
228 | ||
229 | commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f | |
230 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
231 | Date: Sun Feb 17 23:52:46 2008 +0100 | |
232 | ||
233 | uli526x: Fix multiple differ in signedness and parentheses around comparison | |
234 | ||
235 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
236 | ||
237 | commit beeccf7a5dc5415c202e0132a33c58fc316c2a62 | |
238 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
239 | Date: Sun Feb 17 16:58:04 2008 +0100 | |
240 | ||
241 | MIPS: Fix CFG_NO_FLASH support | |
242 | ||
243 | - Fix flash_init call when CFG_NO_FLASH is used | |
244 | - Remove no more needed flash.c for qemu-mips | |
245 | ||
246 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
247 | ||
248 | commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47 | |
249 | Author: Mike Frysinger <vapier@gentoo.org> | |
250 | Date: Sat Feb 16 02:40:18 2008 -0500 | |
251 | ||
252 | easylogo: clean up some more and add -r (rgb) support | |
253 | ||
254 | Michael Hennerich added support for outputting an image in RGB format rather | |
255 | than forcing YUYV all the time. This makes obvious sense if the display you | |
256 | have takes RGB input rather than YUYV. | |
257 | ||
258 | Rather than hack in support for options, I've converted it to use getopt and | |
259 | cleaned up the argument parsing in the process. | |
260 | ||
261 | Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> | |
262 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |
263 | ||
264 | commit f65c98129ccada3f7caf97d80395a95b84e911de | |
265 | Author: Mike Frysinger <vapier@gentoo.org> | |
266 | Date: Sat Feb 16 02:12:37 2008 -0500 | |
267 | ||
268 | Makefile: add target for $(LDSCRIPT) | |
269 | ||
270 | If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), | |
271 | then change into the board directory and try and create it. This allows you | |
272 | to generate the linker script on the fly based upon board defines (like the | |
273 | Blackfin boards do). | |
274 | ||
275 | There should be no regressions due to this change as the normal case is to | |
276 | already have a u-boot.lds file. If that's the case, then there's nothing to | |
277 | generate, and so make will always exit. The fix here is that if the linker | |
278 | script does not exist, the implicit rules take over and attempt to guess how | |
279 | to generate the file. | |
280 | ||
281 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |
282 | ||
283 | commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728 | |
284 | Author: Michael Schwingen <michael@schwingen.org> | |
285 | Date: Mon Feb 18 23:16:35 2008 +0100 | |
286 | ||
287 | CFI: Do not use uninitialized cmd_reset | |
288 | ||
289 | Do not use uninitialized cmd_reset; issue both AMD and Intel reset | |
290 | commands instead | |
291 | ||
292 | From a short test, it looks like AMD-style flash roms treat *any* unknown | |
293 | command write as a reset, at least when in CFI Query mode, so issuing the | |
294 | Intel reset command to AMD-style flashs seems safe (from the small sample I | |
295 | have), plus the 3-cycle magic sequence should kick the state machine into | |
296 | the right state even without a reset command. Since the AMD-style flashs | |
297 | require the unlock sequence for real operation, I chose to try the AMD reset | |
298 | command first, so that Intel flashs do no see an invalid command prior to | |
299 | the CFI query. | |
300 | ||
301 | I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix, | |
302 | plus Intel StrataFlash. | |
303 | ||
304 | Signed-off-by: Michael Schwingen <michael@schwingen.org> | |
305 | Signed-off-by: Stefan Roese <sr@denx.de> | |
306 | ||
307 | commit e7a85f26830c9f2e78506421c2d519a2965bc7a1 | |
308 | Author: Rafal Jaworowski <raj@semihalf.com> | |
309 | Date: Thu Feb 21 11:56:44 2008 +0100 | |
310 | ||
311 | API: Add (c) and licensing notice to the public API header. | |
312 | ||
313 | Signed-off-by: Rafal Jaworowski <raj@semihalf.com> | |
314 | ||
315 | commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6 | |
316 | Author: Yuri Tikhonov <yur@emcraft.com> | |
317 | Date: Thu Feb 21 11:06:07 2008 +0100 | |
318 | ||
319 | Fix CPU POST test failure | |
320 | ||
321 | The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the | |
322 | ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered | |
323 | by it. The gcc-4.2 with its more aggressive optimization exposes this fact. | |
324 | This patch just saves the CR value before running the test code, so allowing | |
325 | it to do anything it wants with CR. | |
326 | ||
327 | Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> | |
328 | Acked-by: Yuri Tikhonov <yur@emcraft.com> | |
329 | -- | |
330 | ||
331 | commit d5908b093955415f3d340706378b991f911af671 | |
332 | Author: Jon Loeliger <jdl@freescale.com> | |
333 | Date: Wed Feb 20 15:26:51 2008 -0600 | |
334 | ||
335 | 8610HPCD: Document the flashbank selection switches. | |
336 | ||
337 | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |
338 | ||
339 | commit a551cee99ad1d1da20fd23ad265de47448852f56 | |
340 | Author: Jon Loeliger <jdl@freescale.com> | |
341 | Date: Wed Feb 20 14:22:26 2008 -0600 | |
342 | ||
343 | 86xx: Fix GUR PCI config registers properly. | |
344 | ||
345 | Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where | |
346 | I tried to "8610HPCD: Fix typos in two PCI setup registers", I | |
347 | botched it due to not realizing that 8610 and 8641 had different | |
348 | Global Utility Register defintions, one of which was like 85xx, | |
349 | and the other wasn't. Correct this problem by introducing two | |
350 | symbols, one for each 86xx SoC, but neither of which is named | |
351 | anything like 85xx. | |
352 | ||
353 | My bad. Lovely Wednesday with git bisect. You know. | |
354 | ||
355 | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |
356 | ||
357 | commit cb06eb961bdffc8728b38c242473d802e83ab2b4 | |
358 | Author: Jon Loeliger <jdl@freescale.com> | |
359 | Date: Wed Feb 20 12:24:11 2008 -0600 | |
360 | ||
361 | 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. | |
362 | ||
363 | Without an actual supported video card hooked up, enabling | |
364 | the CONFIG_VIDEO by default just makes it look broken by | |
365 | routing all console output to the video card. Don't. | |
366 | ||
367 | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |
368 | ||
369 | commit 4d264eff4312f230776b913edade7ceb75f1b1e0 | |
370 | Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |
371 | Date: Wed Jan 30 15:08:15 2008 -0600 | |
372 | ||
373 | ColdFire: Fix missing code flash size for M5485EVB | |
374 | ||
375 | Signed-off-by: James Mahan <kmahan@freescale.com> | |
376 | Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> | |
377 | ||
378 | commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d | |
379 | Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |
380 | Date: Wed Jan 30 15:04:42 2008 -0600 | |
381 | ||
382 | ColdFire: Fix 5282 and 5271 interrupt mask bit | |
383 | ||
384 | Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> | |
385 | ||
386 | commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 | |
387 | Author: Jon Loeliger <jdl@freescale.com> | |
388 | Date: Tue Feb 19 12:31:08 2008 -0600 | |
389 | ||
390 | 8610HPCD: Fix typos in two PCI setup registers. | |
391 | ||
392 | The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA | |
393 | were erroneously present as 85xx names and values, leftover from | |
394 | the clone wars. Fix this by removing the 85xx cruft from the | |
395 | 86xx codebase. | |
396 | ||
397 | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |
398 | ||
399 | commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170 | |
400 | Author: Jon Loeliger <jdl@freescale.com> | |
401 | Date: Mon Feb 18 14:01:56 2008 -0600 | |
402 | ||
403 | 86xx: Convert sbc8641d to use libfdt. | |
404 | ||
405 | This is the proper fix for a missing closing brace in the function | |
406 | ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com. | |
407 | The ft_cpu_setup() function in mpc8641hpcn.c should have been | |
408 | removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE, | |
409 | but was missed. Only, the sbc8641d was nominally still using it. | |
410 | It all got ripped out, and the funcality that was in ft_board_setup() | |
411 | was refactored to remove the CPU portions into the new file | |
412 | cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now. | |
413 | ||
414 | Based loosely on an original patch from joe.hamman@embeddedspecialties.com | |
415 | ||
416 | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |
417 | ||
418 | commit 04efddc87c50c84f85dad5c331c634a6ce830a83 | |
419 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
420 | Date: Sun Feb 17 23:35:31 2008 +0100 | |
421 | ||
422 | mpc86xx: Fix unused variable 'config' and 'immap' | |
423 | ||
424 | and remove useless CONFIG_DDR_INTERLEAVE | |
425 | ||
426 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
427 | ||
428 | commit 83d1b3876695c4f21faff2b731d9ef83f38ed208 | |
429 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
430 | Date: Sun Feb 17 23:03:36 2008 +0100 | |
431 | ||
432 | mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' | |
433 | ||
434 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
435 | ||
436 | commit b6f29c84c208a091f95a10cbc9852d729659ba20 | |
437 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
438 | Date: Sun Feb 17 14:15:31 2008 +0100 | |
439 | ||
440 | s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' | |
441 | ||
442 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
443 | ||
444 | commit 0937b8d869fdb42d6ad4fe312958639bd62c973f | |
445 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
446 | Date: Sun Feb 17 14:15:32 2008 +0100 | |
447 | ||
448 | pxa: fix assignment from incompatible pointer type | |
449 | ||
450 | fix mmc_bread function prototype | |
451 | ||
452 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
453 | ||
454 | commit 64d792063fff90b8118179b092feee09fe5cae13 | |
455 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
456 | Date: Sun Feb 17 14:15:30 2008 +0100 | |
457 | ||
458 | at91cap9adk: fix implicit declaration of function 'eth_init' | |
459 | ||
460 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
461 | ||
462 | commit 375c4353db8f900f7ec772e26fab116ec00f7d3a | |
463 | Author: Wolfgang Denk <wd@denx.de> | |
464 | Date: Sun Feb 17 15:43:44 2008 +0100 | |
465 | ||
466 | Remove files added by mistake, update CHANGELOG. | |
467 | ||
468 | Signed-off-by: Wolfgang Denk <wd@denx.de> | |
469 | ||
375c4353 WD |
470 | commit b738654d3c84a30f2bfd9a8d7652ff20807c890c |
471 | Author: Mike Nuss <mike@terascala.com> | |
472 | Date: Wed Feb 6 11:10:11 2008 -0500 | |
473 | ||
474 | PPC440EPx: Optionally enable second I2C bus | |
475 | ||
476 | The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the | |
477 | PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board | |
478 | code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected. | |
479 | ||
480 | Signed-off-by: Mike Nuss <mike@terascala.com> | |
481 | Cc: Stefan Roese <sr@denx.de> | |
482 | ||
483 | commit ef5b4f221c22d05770878513951745f236b5b43f | |
484 | Author: Niklaus Giger <niklaus.giger@netstal.com> | |
485 | Date: Tue Feb 5 10:26:44 2008 +0100 | |
486 | ||
487 | ppc4xx: HCU4/5. Cleanup configs | |
488 | ||
489 | - hcu4.h: Removed define of CONFIG_PPC405GPr | |
490 | - Corrected phy addresses | |
491 | - Fix boot variables | |
492 | - Respect line length of 80 chars | |
493 | ||
494 | Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> | |
495 | ||
496 | commit 74973126d1be63ac75bdc192f46234dca3a7c421 | |
497 | Author: Niklaus Giger <niklaus.giger@netstal.com> | |
498 | Date: Tue Feb 5 11:31:28 2008 +0100 | |
499 | ||
500 | ppc4xx: HCU4/5. Cleanups | |
501 | ||
502 | - Fix some coding style violations. | |
503 | - Use in/out_u16/32 where appropriate. | |
504 | - Use register names from ppc405.h. | |
505 | - Fix trace useage for Lauterbach. | |
506 | - Remove obsolete generation HCU2. | |
507 | - Renamed fixed_hcu4_sdram to init_ppc405_sdram. | |
508 | ||
509 | Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> | |
510 | ||
511 | commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555 | |
512 | Author: Niklaus Giger <niklaus.giger@netstal.com> | |
513 | Date: Tue Feb 5 10:26:41 2008 +0100 | |
514 | ||
515 | ppc4xx: PPC405GPr fix missing register definitions | |
516 | ||
517 | Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> | |
518 | ||
519 | commit 214398d9cb22268d9d4f7563359edca0f78297a2 | |
520 | Author: Larry Johnson <lrj@acm.org> | |
521 | Date: Fri Jan 18 21:49:05 2008 -0500 | |
522 | ||
523 | ppc4xx: Beautify configuration files for Sequoia and Korat boards | |
524 | ||
525 | Signed-off-by: Larry Johnson <lrj@acm.org> | |
526 | ||
527 | commit 30c6a241e88499f536e86d325759e29ba00ff67f | |
528 | Author: Anatolij Gustschin <agust@denx.de> | |
529 | Date: Fri Feb 15 20:09:01 2008 +0100 | |
530 | ||
531 | Wipe out assembler warnings while compiling x86 biosemu | |
532 | ||
533 | This patch tries to get rid of some assembler warnings about | |
534 | changed .got2 section type while compiling x86 bios emulator | |
535 | code. | |
536 | ||
537 | Signed-off-by: Anatolij Gustschin <agust@denx.de> | |
538 | ||
539 | commit 67a4389e39ad853d65b72e2b7cad15c7e8291147 | |
540 | Author: Wolfgang Denk <wd@denx.de> | |
541 | Date: Fri Feb 15 00:57:09 2008 +0100 | |
542 | ||
543 | Prepare v1.3.2-rc1 release candidate | |
544 | ||
67a4389e WD |
545 | commit f33e9653c9c09868995d788511d573771c209fe5 |
546 | Author: Anatolij Gustschin <agust@denx.de> | |
547 | Date: Fri Feb 15 00:13:20 2008 +0100 | |
548 | ||
549 | Fix compile warning on lib_ppc/board.c | |
550 | ||
551 | Signed-off-by: Anatolij Gustschin <agust@denx.de> | |
552 | ||
553 | commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4 | |
554 | Author: Anatolij Gustschin <agust@denx.de> | |
555 | Date: Thu Feb 14 18:22:04 2008 +0100 | |
556 | ||
557 | Add Radeon Mobility 9200 pci device id to the radeon driver | |
558 | ||
559 | This patch extends PCI device id table of the | |
560 | radeon driver so that the driver will also support | |
561 | Radeon Mobility 9200 (M9+) based boards. | |
562 | ||
563 | Signed-off-by: Anatolij Gustschin <agust@denx.de> | |
564 | ||
565 | commit 1b8607e1f7143548c6062c28371449ec69588c00 | |
566 | Author: Anatolij Gustschin <agust@denx.de> | |
567 | Date: Thu Feb 14 18:19:50 2008 +0100 | |
568 | ||
569 | Extend ATI Radeon driver to support more video modes | |
570 | ||
571 | Adds ATI Radeon 9200 support for 1280x1024, 1024x768, | |
572 | 800x600, 640x480 at 24, 16 and 8 bpp. | |
573 | ||
574 | Signed-off-by: Anatolij Gustschin <agust@denx.de> | |
575 | ||
576 | commit 4124382de029d361162a4b8cecc773eb8f26e2a8 | |
577 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
578 | Date: Sun Feb 10 17:05:20 2008 +0100 | |
579 | ||
580 | xsengine: fix typo and few coding style | |
581 | ||
582 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
583 | ||
584 | commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e | |
585 | Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | |
586 | Date: Fri Feb 8 21:25:58 2008 +0100 | |
587 | ||
588 | Fix wrong memory limit calculation in memory-test | |
589 | ||
590 | If the length of the memory address range passed to the "mtest" command is | |
591 | not of the form 2^x - 1, not all address lines are tested. This bug is | |
592 | inherited from the original software at | |
593 | http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix | |
594 | this. | |
595 | ||
596 | Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | |
597 | ||
598 | commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db | |
599 | Author: Wolfgang Denk <wd@denx.de> | |
600 | Date: Fri Feb 15 00:11:39 2008 +0100 | |
601 | ||
602 | Coding STyle cleanup. | |
603 | ||
604 | Signed-off-by: Wolfgang Denk <wd@denx.de> | |
605 | ||
606 | commit f6921e3dc331293c873ec4d109fd5517a42a90b3 | |
607 | Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |
608 | Date: Tue Feb 5 13:30:43 2008 +0900 | |
609 | ||
610 | sh: Fix register address of SH7722 | |
611 | ||
612 | The address of SH7722 is wrong by old document. | |
613 | This patch fixes this problem. | |
614 | ||
615 | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |
616 | ||
617 | commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2 | |
618 | Author: Mike Frysinger <vapier@gentoo.org> | |
619 | Date: Mon Feb 4 17:44:23 2008 -0500 | |
620 | ||
621 | only update version header as needed | |
622 | ||
623 | Constantly rebuilding the version header will force useless relinking, so we | |
624 | simply need to compare the new header with the existing one before updating | |
625 | it. | |
626 | ||
627 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |
628 | ||
629 | commit 208447f8e953f347425eb92c8e28d59e6d911363 | |
630 | Author: Mike Frysinger <vapier@gentoo.org> | |
631 | Date: Mon Jan 28 05:56:19 2008 -0500 | |
632 | ||
633 | Do not specify a CROSS_COMPILE default when executing size | |
634 | ||
635 | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |
636 | ||
637 | commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e | |
638 | Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | |
639 | Date: Wed Feb 13 11:19:19 2008 +0100 | |
640 | ||
641 | Fix return value of mtest when CFG_ALT_MEMTEST set | |
642 | ||
643 | Fix a missing return statement from a non-void function. | |
644 | ||
645 | Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | |
646 | ||
647 | commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602 | |
648 | Author: Timur Tabi <timur@freescale.com> | |
649 | Date: Wed Jan 9 14:35:26 2008 -0600 | |
650 | ||
651 | 85xx, 86xx: Determine I2C clock frequencies and store in global_data | |
652 | ||
653 | Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. | |
654 | ||
655 | Update the get_clocks() function in 85xx and 86xx to determine the I2C | |
656 | clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. | |
657 | ||
658 | Signed-off-by: Timur Tabi <timur@freescale.com> | |
659 | ||
660 | commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08 | |
661 | Author: Wolfgang Denk <wd@denx.de> | |
662 | Date: Thu Feb 14 23:18:01 2008 +0100 | |
663 | ||
664 | TQM834x: clean up configuration | |
665 | ||
666 | Get board name consistent with Linux and elsewhere; | |
667 | get rid of local network definitions etc. | |
668 | ||
669 | Signed-off-by: Wolfgang Denk <wd@denx.de> | |
670 | ||
671 | commit 38cc09c55b1d7f233789052c6fc462e5377669a9 | |
672 | Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
673 | Date: Thu Feb 14 08:02:12 2008 +0100 | |
674 | ||
675 | TFTP: fix search of ':' in BootFile | |
676 | ||
677 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |
678 | ||
679 | commit 0bc9efada170096c6b273f19165e32936d330d80 | |
680 | Author: Wolfgang Denk <wd@denx.de> | |
681 | Date: Thu Feb 14 22:46:55 2008 +0100 | |
682 | ||
683 | Coding style cleanup; update CHANGELOG. | |
684 | ||
685 | Signed-off-by: Wolfgang Denk <wd@denx.de> | |
686 | ||
0bc9efad WD |
687 | commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b |
688 | Author: Wolfgang Denk <wd@denx.de> | |
689 | Date: Thu Feb 14 22:43:22 2008 +0100 | |
690 | ||
691 | PPC: Use r2 instead of r29 as global data pointer | |
692 | ||
693 | R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc | |
694 | will refuse to use load/store multiple insns; instead, it issues a | |
695 | list of simple load/store instructions upon function entry and exit, | |
696 | resulting in bigger code size, which in turn makes the build for a | |
697 | few boards fail. | |
698 | ||
699 | Use r2 instead. | |
700 | ||
701 | Signed-off-by: Wolfgang Denk <wd@denx.de> | |
702 | ||
703 | commit 3c234efa693bc59906c2be55c7918ecbb55392ea | |
704 | Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | |
705 | Date: Wed Jan 30 09:08:49 2008 +0100 | |
706 | ||
707 | ARM: make the machid configurable via the environment | |
708 | ||
709 | If the variable "machid" exists, let do_bootm_linux use that instead | |
710 | of bd->bi_arch_number. | |
711 | ||
712 |