<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-arm/arch-spear, branch v2010.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-spear?h=v2010.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-spear?h=v2010.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-03-21T21:22:53Z</updated>
<entry>
<title>mod change 755 =&gt; 644 for multiple files</title>
<updated>2010-03-21T21:22:53Z</updated>
<author>
<name>Thomas Weber</name>
<email>swirl@gmx.li</email>
</author>
<published>2010-03-13T22:14:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5647f78d04174b0b99857d2a7cbf25141bd14a45'/>
<id>urn:sha1:5647f78d04174b0b99857d2a7cbf25141bd14a45</id>
<content type='text'>
I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;'

Signed-off-by: Thomas Weber &lt;swirl@gmx.li&gt;
Add some more: neither Makefile nor config.mk need execute permissions.
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>SPEAr : emi controller initialization for CFI driver support</title>
<updated>2010-01-23T14:15:50Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4bfacad4e796f2e121ee7432705ecc9c61e7b6ca'/>
<id>urn:sha1:4bfacad4e796f2e121ee7432705ecc9c61e7b6ca</id>
<content type='text'>
SPEAr310 and SPEAr320 SoCs contain an EMI controller to interface
Paraller NOR flashes. This patch adds the support for this IP

The standard CFI driver is used to interface with NOR flashes

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
<entry>
<title>SPEAr : Support for HW mac id read/write from i2c mem</title>
<updated>2010-01-23T14:15:49Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f92994f0f7403b84366ce04e554e461f624e6868'/>
<id>urn:sha1:f92994f0f7403b84366ce04e554e461f624e6868</id>
<content type='text'>
This patch adds the  support to read and write mac id from i2c
memory.
For reading:
	if (env contains ethaddr)
		pick env ethaddr
	else
		pick ethaddr from i2c memory
For writing:
	chip_config ethaddr XX:XX:XX:XX:XX:XX writes the mac id
	in i2c memory

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
<entry>
<title>SPEAr : Support added for SPEAr600 board</title>
<updated>2010-01-23T14:15:49Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=566c9c16fe4e501c3193ae6605bc9c663c6ea706'/>
<id>urn:sha1:566c9c16fe4e501c3193ae6605bc9c663c6ea706</id>
<content type='text'>
SPEAr600 SoC support contains basic spear600 support along with the
usage of following drivers
- serial driver(UART)
- i2c driver
- smi driver
- nand driver(FSMC)
- usbd driver

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
<entry>
<title>SPEAr : nand driver support for SPEAr SoCs</title>
<updated>2010-01-23T14:15:49Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=165fa406ad8c39c0c32a31476a8a9bda3db72851'/>
<id>urn:sha1:165fa406ad8c39c0c32a31476a8a9bda3db72851</id>
<content type='text'>
SPEAr SoCs contain an FSMC controller which can be used to interface
with a range of memories eg. NAND, SRAM, NOR.
Currently, this driver supports interfacing FSMC with NAND memories

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
<entry>
<title>SPEAr : smi driver support for SPEAr SoCs</title>
<updated>2010-01-23T14:15:49Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a6e34f76c51c8514f1b691fc60394f09ae4fb2ff'/>
<id>urn:sha1:a6e34f76c51c8514f1b691fc60394f09ae4fb2ff</id>
<content type='text'>
SPEAr SoCs contain a serial memory interface controller. This
controller is used to interface with spi based memories.
This patch adds the driver for this IP.

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
<entry>
<title>SPEAr : i2c driver support added for SPEAr SoCs</title>
<updated>2010-01-23T14:15:49Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2403f8f417b1b94701bb5949903d701f1f414a42'/>
<id>urn:sha1:2403f8f417b1b94701bb5949903d701f1f414a42</id>
<content type='text'>
SPEAr SoCs contain a synopsys i2c controller.
This patch adds the driver for this IP.

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
<entry>
<title>SPEAr : Adding basic SPEAr architecture support.</title>
<updated>2010-01-23T14:15:49Z</updated>
<author>
<name>Vipin KUMAR</name>
<email>vipin.kumar@st.com</email>
</author>
<published>2010-01-15T13:45:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=81c0ebf623ddbb6a4da8e051441c83e99a01b00b'/>
<id>urn:sha1:81c0ebf623ddbb6a4da8e051441c83e99a01b00b</id>
<content type='text'>
SPEAr Architecture support added. It contains the support for
following SPEAr blocks
- Timer
- System controller
- Misc registers

Signed-off-by: Vipin &lt;vipin.kumar@st.com&gt;
</content>
</entry>
</feed>
