<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/ti, branch v2012.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/ti?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/ti?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-10-01T17:02:14Z</updated>
<entry>
<title>OMAP: networking support for SPL</title>
<updated>2012-10-01T17:02:14Z</updated>
<author>
<name>Ilya Yanok</name>
<email>ilya.yanok@cogentembedded.com</email>
</author>
<published>2012-09-18T00:22:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56'/>
<id>urn:sha1:7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56</id>
<content type='text'>
This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok &lt;ilya.yanok@cogentembedded.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am335x evm: Enable support for spi0</title>
<updated>2012-09-01T12:58:19Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-08-08T21:35:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4a99fffd8a006d99958e5bcded36d7e7218bd36'/>
<id>urn:sha1:a4a99fffd8a006d99958e5bcded36d7e7218bd36</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am335x evm: Enable MMC1 pinmux</title>
<updated>2012-09-01T12:58:18Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-08-08T17:32:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6bfca5031b922b29d12c119910c04528173f1d86'/>
<id>urn:sha1:6bfca5031b922b29d12c119910c04528173f1d86</id>
<content type='text'>
MMC1 is available in profile 2 on the GP EVM and is exposed on the
expansion header on beaglebone.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am335x evm: Initial support for AM335x GP EVM Profiles</title>
<updated>2012-09-01T12:58:18Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-08-08T16:03:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=036fd65a8c71f0dcc7edcbd12ba33b7d645b5677'/>
<id>urn:sha1:036fd65a8c71f0dcc7edcbd12ba33b7d645b5677</id>
<content type='text'>
The AM335x GP EVM can have one of 8 different profiles selected.  Each
profile has a different set of peripherals and requires different pinmux
configurations that conflict with other profiles.  i2c1 is an example of
a conflicted mux currently.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am33xx: Rework pinmux functions</title>
<updated>2012-09-01T12:58:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-07-31T17:50:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=db7dd8109cad3ccdea23d2eebafe588f2ab585d6'/>
<id>urn:sha1:db7dd8109cad3ccdea23d2eebafe588f2ab585d6</id>
<content type='text'>
- Move definition of the EEPROM contents to &lt;asm/arch/sys_proto.h&gt;
  - Make some defines a little less generic now.
- Pinmux must be done by done by SPL now.
- Create 3 pinmux functions, uart0, i2c0 and board.
- Add pinmux specific to Starter Kit EVM for MMC now.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am33xx: Add support for TI AM335x StarterKit EVM</title>
<updated>2012-09-01T12:58:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-07-31T15:55:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65d750be590db1ad3f045f45a8fbac59c4ccb9b5'/>
<id>urn:sha1:65d750be590db1ad3f045f45a8fbac59c4ccb9b5</id>
<content type='text'>
- Board requires gpio0 #7 to be set to power DDR3.
- Board uses DDR3, add a way to determine which DDR type to call
  config_ddr with.
- Both of the above require filling in the header structure early, move
  it into the data section.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am33xx: Remove board/ti/am335x/evm.c</title>
<updated>2012-09-01T12:58:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-07-30T23:13:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=973b663820382c9d02bc6042a5901f3f74640c17'/>
<id>urn:sha1:973b663820382c9d02bc6042a5901f3f74640c17</id>
<content type='text'>
The intention has always been (and boards are to support) an i2c EEPROM
that will identify what hardware they are, allowing a single binary to
support multiple boards.  As such, remove the 'evm.c' file as there is
nothing EVM centric in it currently, only SoC peripheral configuration.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>am335x_evm: CPSW support</title>
<updated>2012-09-01T12:58:11Z</updated>
<author>
<name>Chandan Nath</name>
<email>chandan.nath@ti.com</email>
</author>
<published>2012-07-24T12:22:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9304296044337353181742ca7b9827ca5d5ce9c2'/>
<id>urn:sha1:9304296044337353181742ca7b9827ca5d5ce9c2</id>
<content type='text'>
This patch adds board-specific initialization for CPSW on
TI AM335X based boards. Tested on BeagleBone.

Signed-off-by: Chandan Nath &lt;chandan.nath@ti.com&gt;
[Ilya: split board-specific part into separate patch]
Signed-off-by: Ilya Yanok &lt;ilya.yanok@cogentembedded.com&gt;
</content>
</entry>
<entry>
<title>am335x_evm: read the on-board EEPROM</title>
<updated>2012-09-01T12:58:11Z</updated>
<author>
<name>Ilya Yanok</name>
<email>ilya.yanok@cogentembedded.com</email>
</author>
<published>2012-07-24T12:22:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c59a6a0dacd4061e9cba6efe6c8fcc99370a74b6'/>
<id>urn:sha1:c59a6a0dacd4061e9cba6efe6c8fcc99370a74b6</id>
<content type='text'>
Read the on-board EEPROM during startup to detect the version
of the board we are running on (as for now only BeagleBone vs
EVM detection is supported).

Signed-off-by: Ilya Yanok &lt;ilya.yanok@cogentembedded.com&gt;
</content>
</entry>
<entry>
<title>am33xx: pin mux defintions for CPSW switch</title>
<updated>2012-09-01T12:58:11Z</updated>
<author>
<name>Chandan Nath</name>
<email>chandan.nath@ti.com</email>
</author>
<published>2012-07-24T12:22:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89017e150e2e142c1b6d3239797bcfac47f7f098'/>
<id>urn:sha1:89017e150e2e142c1b6d3239797bcfac47f7f098</id>
<content type='text'>
This patch adds pin mux settings for CPSW switch found on
TI AM335X based boards (MII and RGMII modes).

Signed-off-by: Chandan Nath &lt;chandan.nath@ti.com&gt;
[Ilya: split pinmux into separate patch]
Signed-off-by: Ilya Yanok &lt;ilya.yanok@cogentembedded.com&gt;
</content>
</entry>
</feed>
