<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/keymile/common, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/keymile/common?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/keymile/common?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-11-03T23:27:51Z</updated>
<entry>
<title>powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c</title>
<updated>2011-11-03T23:27:51Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-09-14T08:54:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e792affe21686788ee7fdbabbb5fc1bcc799eaa8'/>
<id>urn:sha1:e792affe21686788ee7fdbabbb5fc1bcc799eaa8</id>
<content type='text'>
The common code should be valid for more than one architecture.
Therefore this code was reorganized and moved to the new
file km83xx_i2c.c

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</content>
</entry>
<entry>
<title>km/common: remove obsolete header file</title>
<updated>2011-10-21T22:29:30Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-09-13T23:06:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=370853aedf9e42aa695a141301e509fd7e06fefa'/>
<id>urn:sha1:370853aedf9e42aa695a141301e509fd7e06fefa</id>
<content type='text'>
This header is unneeded due to code which was removed in the
past.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: fix ramfs development target</title>
<updated>2011-10-21T22:29:09Z</updated>
<author>
<name>Andreas Huber</name>
<email>andreas.huber@keymile.com</email>
</author>
<published>2011-09-13T23:06:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2a7714ce64cfd954535f0c96f2809e2fd80d84f0'/>
<id>urn:sha1:2a7714ce64cfd954535f0c96f2809e2fd80d84f0</id>
<content type='text'>
Calucations of PRAM needs to take into account the 'rootfssize'.
Memory available to the linux kernel 'mem=' is in all cases set to the total
memory size minus the pram size.

Signed-off-by: Andreas Huber &lt;andreas.huber@keymile.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: force set ethaddr only for KM kirkwood boards</title>
<updated>2011-10-21T22:28:36Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-09-13T23:06:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0eb0e59ed3955cd73548c8769bf594c665025dd5'/>
<id>urn:sha1:0eb0e59ed3955cd73548c8769bf594c665025dd5</id>
<content type='text'>
This prevents u-boot to print out "Can't overwrite "ethaddr""
each time a powerpc board starts.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: fix bug in IVM mac address access</title>
<updated>2011-09-21T21:38:41Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-09-20T05:05:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6478021f12db3e248b8b495dde02c51d05a38054'/>
<id>urn:sha1:6478021f12db3e248b8b495dde02c51d05a38054</id>
<content type='text'>
The MAC address stored in the inventory eeprom begins at offset 1.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: i2c deblock: enabled print of i2c deblock status</title>
<updated>2011-07-28T13:40:48Z</updated>
<author>
<name>Stefan Bigler</name>
<email>stefan.bigler@keymile.com</email>
</author>
<published>2011-07-04T22:24:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7506c2b0325efc5c586425feca9f0e567f2e8b4'/>
<id>urn:sha1:c7506c2b0325efc5c586425feca9f0e567f2e8b4</id>
<content type='text'>
Enable printout of i2c deblocking status if chips were in block
state or deblocking failed.

Signed-off-by: Stefan Bigler &lt;stefan.bigler@keymile.com&gt;
cc: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: add printings to boardid commands</title>
<updated>2011-07-28T13:39:18Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-07-04T22:23:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9485e779a3fb969e026c145bfa645083404e0c1e'/>
<id>urn:sha1:9485e779a3fb969e026c145bfa645083404e0c1e</id>
<content type='text'>
Be verbose if do_setboardid was called and print
correct names of variables in do_checkboardidhwk.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>powerpc/km82xx: remove 82xx specific functions from common.c</title>
<updated>2011-07-27T21:44:35Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-06-05T22:22:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1adfd9dd3fc1bacc3c3a1fe8790f258916483fce'/>
<id>urn:sha1:1adfd9dd3fc1bacc3c3a1fe8790f258916483fce</id>
<content type='text'>
Common code should be valid for more than one architecture,
therefore the km82xx specific code was removed from common.c.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: remove fdt_(gs)et_node_and_value</title>
<updated>2011-07-27T21:44:30Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-06-05T22:22:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fc9a7441d9a1d450994524e51657a37e880ec198'/>
<id>urn:sha1:fc9a7441d9a1d450994524e51657a37e880ec198</id>
<content type='text'>
This code is unused and therefore dead code.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>km/common: move ivm functions from to ivm.c</title>
<updated>2011-07-27T21:44:20Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@keymile.com</email>
</author>
<published>2011-06-05T22:22:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4f745bf4c8d8fa44ce640e551be974808a529889'/>
<id>urn:sha1:4f745bf4c8d8fa44ce640e551be974808a529889</id>
<content type='text'>
The file common.c grows in the past. So move the IVM specific
code into an ivm.c file.

Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
cc: Heiko Schocher &lt;hs@denx.de&gt;
cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
</feed>
