<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/keymile/common, branch v2012.07</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.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/keymile/common?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-07-07T12:07:37Z</updated>
<entry>
<title>arm/km: enable BOCO2 FPGA download support</title>
<updated>2012-07-07T12:07:37Z</updated>
<author>
<name>Valentin Longchamp</name>
<email>valentin.longchamp@keymile.com</email>
</author>
<published>2012-07-05T05:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b37f772433ab44d1730423eccf11f287ce61ec5f'/>
<id>urn:sha1:b37f772433ab44d1730423eccf11f287ce61ec5f</id>
<content type='text'>
This adds a first support of the FPGA download for a PCIe FPGA based
on the BOCO2 CPLD.

This takes place in 3 steps, all done accessing the SPICTRL reg of the
BOCO2:
1) start the FPGA config with an access to the FPGA_PROG bit
2) later in the boot sequence, wait for the FPGA_DONE bit to toggle to 1
   for the end of the FPGA configuration (with a timeout)
3) reset the FPGA
4) finally remove the access to its config EEPROM from the FPGA so that
   the CPU can update the FPGA configuration when the kernel is running

The boards with a PCIe FPGA but without BOCO2 still are supported.

The config option name is CONFIG_KM_FPGA_CONFIG

Signed-off-by: Valentin Longchamp &lt;valentin.longchamp@keymile.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@keymile.com&gt;
cc: Gerlando Falauto &lt;gerlando.falauto@keymile.com&gt;
cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</content>
</entry>
<entry>
<title>km/common: check test_bank and testpin for testboot</title>
<updated>2012-06-15T22:12:52Z</updated>
<author>
<name>Thomas Herzmann</name>
<email>thomas.herzmann@keymile.com</email>
</author>
<published>2012-05-04T08:55:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c1b3d84168ad423b3932f671c0863327fb005599'/>
<id>urn:sha1:c1b3d84168ad423b3932f671c0863327fb005599</id>
<content type='text'>
If the testpin is asserted, first check if a test_bank
variable is defined before trying to boot this
test_bank.

Signed-off-by: Thomas Herzmann &lt;thomas.herzmann@keymile.com&gt;
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>powerpc/83xx: configure CONFIG_POST for kmcoge5ne</title>
<updated>2012-06-15T22:12:51Z</updated>
<author>
<name>Thomas Herzmann</name>
<email>thomas.herzmann@keymile.com</email>
</author>
<published>2012-05-04T08:55:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95209b66846276d1d598f579ae2dcd1988c49a53'/>
<id>urn:sha1:95209b66846276d1d598f579ae2dcd1988c49a53</id>
<content type='text'>
kmcoge5ne starts the post tests if the testpin on
the board was enabled. Currently it does simply a memory
test.

Signed-off-by: Thomas Herzmann &lt;thomas.herzmann@keymile.com&gt;
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>powerpc/83xx/km: added missing enable of application buffer</title>
<updated>2012-06-15T22:12:40Z</updated>
<author>
<name>Stefan Bigler</name>
<email>stefan.bigler@keymile.com</email>
</author>
<published>2012-05-04T08:55:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5758dd7633aead9ee4d0f453cef51f2acd3df3dc'/>
<id>urn:sha1:5758dd7633aead9ee4d0f453cef51f2acd3df3dc</id>
<content type='text'>
Enabled application buffers in uboot to allow application chipselect
access in uboot.

Signed-off-by: Stefan Bigler &lt;stefan.bigler@keymile.com&gt;
Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</content>
</entry>
<entry>
<title>km/common: fixed error in ethaddr (1-byte-shift)</title>
<updated>2012-06-15T22:12:40Z</updated>
<author>
<name>Thomas Herzmann</name>
<email>thomas.herzmann@keymile.com</email>
</author>
<published>2012-05-04T08:55:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d8f87f6c4ba22ecab84371206cac2e17913eba60'/>
<id>urn:sha1:d8f87f6c4ba22ecab84371206cac2e17913eba60</id>
<content type='text'>
The MAC address begins at offset 1.

Signed-off-by: Thomas Herzmann &lt;thomas.herzmann@keymile.com&gt;
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>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>
</feed>
