]>
Commit | Line | Data |
---|---|---|
375c4353 WD |
1 | commit b738654d3c84a30f2bfd9a8d7652ff20807c890c |
2 | Author: Mike Nuss <[email protected]> | |
3 | Date: Wed Feb 6 11:10:11 2008 -0500 | |
4 | ||
5 | PPC440EPx: Optionally enable second I2C bus | |
6 | ||
7 | The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the | |
8 | PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board | |
9 | code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected. | |
10 | ||
11 | Signed-off-by: Mike Nuss <[email protected]> | |
12 | Cc: Stefan Roese <[email protected]> | |
13 | ||
14 | commit ef5b4f221c22d05770878513951745f236b5b43f | |
15 | Author: Niklaus Giger <[email protected]> | |
16 | Date: Tue Feb 5 10:26:44 2008 +0100 | |
17 | ||
18 | ppc4xx: HCU4/5. Cleanup configs | |
19 | ||
20 | - hcu4.h: Removed define of CONFIG_PPC405GPr | |
21 | - Corrected phy addresses | |
22 | - Fix boot variables | |
23 | - Respect line length of 80 chars | |
24 | ||
25 | Signed-off-by: Niklaus Giger <[email protected]> | |
26 | ||
27 | commit 74973126d1be63ac75bdc192f46234dca3a7c421 | |
28 | Author: Niklaus Giger <[email protected]> | |
29 | Date: Tue Feb 5 11:31:28 2008 +0100 | |
30 | ||
31 | ppc4xx: HCU4/5. Cleanups | |
32 | ||
33 | - Fix some coding style violations. | |
34 | - Use in/out_u16/32 where appropriate. | |
35 | - Use register names from ppc405.h. | |
36 | - Fix trace useage for Lauterbach. | |
37 | - Remove obsolete generation HCU2. | |
38 | - Renamed fixed_hcu4_sdram to init_ppc405_sdram. | |
39 | ||
40 | Signed-off-by: Niklaus Giger <[email protected]> | |
41 | ||
42 | commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555 | |
43 | Author: Niklaus Giger <[email protected]> | |
44 | Date: Tue Feb 5 10:26:41 2008 +0100 | |
45 | ||
46 | ppc4xx: PPC405GPr fix missing register definitions | |
47 | ||
48 | Signed-off-by: Niklaus Giger <[email protected]> | |
49 | ||
50 | commit 214398d9cb22268d9d4f7563359edca0f78297a2 | |
51 | Author: Larry Johnson <[email protected]> | |
52 | Date: Fri Jan 18 21:49:05 2008 -0500 | |
53 | ||
54 | ppc4xx: Beautify configuration files for Sequoia and Korat boards | |
55 | ||
56 | Signed-off-by: Larry Johnson <[email protected]> | |
57 | ||
58 | commit 30c6a241e88499f536e86d325759e29ba00ff67f | |
59 | Author: Anatolij Gustschin <[email protected]> | |
60 | Date: Fri Feb 15 20:09:01 2008 +0100 | |
61 | ||
62 | Wipe out assembler warnings while compiling x86 biosemu | |
63 | ||
64 | This patch tries to get rid of some assembler warnings about | |
65 | changed .got2 section type while compiling x86 bios emulator | |
66 | code. | |
67 | ||
68 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
69 | ||
70 | commit 67a4389e39ad853d65b72e2b7cad15c7e8291147 | |
71 | Author: Wolfgang Denk <[email protected]> | |
72 | Date: Fri Feb 15 00:57:09 2008 +0100 | |
73 | ||
74 | Prepare v1.3.2-rc1 release candidate | |
75 | ||
67a4389e WD |
76 | commit f33e9653c9c09868995d788511d573771c209fe5 |
77 | Author: Anatolij Gustschin <[email protected]> | |
78 | Date: Fri Feb 15 00:13:20 2008 +0100 | |
79 | ||
80 | Fix compile warning on lib_ppc/board.c | |
81 | ||
82 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
83 | ||
84 | commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4 | |
85 | Author: Anatolij Gustschin <[email protected]> | |
86 | Date: Thu Feb 14 18:22:04 2008 +0100 | |
87 | ||
88 | Add Radeon Mobility 9200 pci device id to the radeon driver | |
89 | ||
90 | This patch extends PCI device id table of the | |
91 | radeon driver so that the driver will also support | |
92 | Radeon Mobility 9200 (M9+) based boards. | |
93 | ||
94 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
95 | ||
96 | commit 1b8607e1f7143548c6062c28371449ec69588c00 | |
97 | Author: Anatolij Gustschin <[email protected]> | |
98 | Date: Thu Feb 14 18:19:50 2008 +0100 | |
99 | ||
100 | Extend ATI Radeon driver to support more video modes | |
101 | ||
102 | Adds ATI Radeon 9200 support for 1280x1024, 1024x768, | |
103 | 800x600, 640x480 at 24, 16 and 8 bpp. | |
104 | ||
105 | Signed-off-by: Anatolij Gustschin <[email protected]> | |
106 | ||
107 | commit 4124382de029d361162a4b8cecc773eb8f26e2a8 | |
108 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
109 | Date: Sun Feb 10 17:05:20 2008 +0100 | |
110 | ||
111 | xsengine: fix typo and few coding style | |
112 | ||
113 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
114 | ||
115 | commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e | |
116 | Author: Guennadi Liakhovetski <[email protected]> | |
117 | Date: Fri Feb 8 21:25:58 2008 +0100 | |
118 | ||
119 | Fix wrong memory limit calculation in memory-test | |
120 | ||
121 | If the length of the memory address range passed to the "mtest" command is | |
122 | not of the form 2^x - 1, not all address lines are tested. This bug is | |
123 | inherited from the original software at | |
124 | http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix | |
125 | this. | |
126 | ||
127 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
128 | ||
129 | commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db | |
130 | Author: Wolfgang Denk <[email protected]> | |
131 | Date: Fri Feb 15 00:11:39 2008 +0100 | |
132 | ||
133 | Coding STyle cleanup. | |
134 | ||
135 | Signed-off-by: Wolfgang Denk <[email protected]> | |
136 | ||
137 | commit f6921e3dc331293c873ec4d109fd5517a42a90b3 | |
138 | Author: Nobuhiro Iwamatsu <[email protected]> | |
139 | Date: Tue Feb 5 13:30:43 2008 +0900 | |
140 | ||
141 | sh: Fix register address of SH7722 | |
142 | ||
143 | The address of SH7722 is wrong by old document. | |
144 | This patch fixes this problem. | |
145 | ||
146 | Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |
147 | ||
148 | commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2 | |
149 | Author: Mike Frysinger <[email protected]> | |
150 | Date: Mon Feb 4 17:44:23 2008 -0500 | |
151 | ||
152 | only update version header as needed | |
153 | ||
154 | Constantly rebuilding the version header will force useless relinking, so we | |
155 | simply need to compare the new header with the existing one before updating | |
156 | it. | |
157 | ||
158 | Signed-off-by: Mike Frysinger <[email protected]> | |
159 | ||
160 | commit 208447f8e953f347425eb92c8e28d59e6d911363 | |
161 | Author: Mike Frysinger <[email protected]> | |
162 | Date: Mon Jan 28 05:56:19 2008 -0500 | |
163 | ||
164 | Do not specify a CROSS_COMPILE default when executing size | |
165 | ||
166 | Signed-off-by: Mike Frysinger <[email protected]> | |
167 | ||
168 | commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e | |
169 | Author: Guennadi Liakhovetski <[email protected]> | |
170 | Date: Wed Feb 13 11:19:19 2008 +0100 | |
171 | ||
172 | Fix return value of mtest when CFG_ALT_MEMTEST set | |
173 | ||
174 | Fix a missing return statement from a non-void function. | |
175 | ||
176 | Signed-off-by: Guennadi Liakhovetski <[email protected]> | |
177 | ||
178 | commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602 | |
179 | Author: Timur Tabi <[email protected]> | |
180 | Date: Wed Jan 9 14:35:26 2008 -0600 | |
181 | ||
182 | 85xx, 86xx: Determine I2C clock frequencies and store in global_data | |
183 | ||
184 | Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. | |
185 | ||
186 | Update the get_clocks() function in 85xx and 86xx to determine the I2C | |
187 | clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. | |
188 | ||
189 | Signed-off-by: Timur Tabi <[email protected]> | |
190 | ||
191 | commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08 | |
192 | Author: Wolfgang Denk <[email protected]> | |
193 | Date: Thu Feb 14 23:18:01 2008 +0100 | |
194 | ||
195 | TQM834x: clean up configuration | |
196 | ||
197 | Get board name consistent with Linux and elsewhere; | |
198 | get rid of local network definitions etc. | |
199 | ||
200 | Signed-off-by: Wolfgang Denk <[email protected]> | |
201 | ||
202 | commit 38cc09c55b1d7f233789052c6fc462e5377669a9 | |
203 | Author: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
204 | Date: Thu Feb 14 08:02:12 2008 +0100 | |
205 | ||
206 | TFTP: fix search of ':' in BootFile | |
207 | ||
208 | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | |
209 | ||
210 | commit 0bc9efada170096c6b273f19165e32936d330d80 | |
211 | Author: Wolfgang Denk <[email protected]> | |
212 | Date: Thu Feb 14 22:46:55 2008 +0100 | |
213 | ||
214 | Coding style cleanup; update CHANGELOG. | |
215 | ||
216 | Signed-off-by: Wolfgang Denk <[email protected]> | |
217 | ||
0bc9efad WD |
218 | commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b |
219 | Author: Wolfgang Denk <[email protected]> | |
220 | Date: Thu Feb 14 22:43:22 2008 +0100 | |
221 | ||
222 | PPC: Use r2 instead of r29 as global data pointer | |
223 | ||
224 | R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc | |
225 | will refuse to use load/store multiple insns; instead, it issues a | |
226 | list of simple load/store instructions upon function entry and exit, | |
227 | resulting in bigger code size, which in turn makes the build for a | |
228 | few boards fail. | |
229 | ||
230 | Use r2 instead. | |
231 | ||
232 | Signed-off-by: Wolfgang Denk <[email protected]> | |
233 | ||
234 | commit 3c234efa693bc59906c2be55c7918ecbb55392ea | |
235 | Author: Uwe Kleine-König <[email protected]> | |
236 | Date: Wed Jan 30 09:08:49 2008 +0100 | |
237 | ||
238 | ARM: make the machid configurable via the environment | |
239 | ||
240 | If the variable "machid" exists, let do_bootm_linux use that instead | |
241 | of bd->bi_arch_number. | |
242 | ||
243 |