<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/ti, branch v2016.01</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=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/ti?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-11-22T02:50:19Z</updated>
<entry>
<title>ARM: dra7x/am57x: Remove pin input/output config from WAKEUP pins</title>
<updated>2015-11-22T02:50:19Z</updated>
<author>
<name>Cooper Jr., Franklin</name>
<email>fcooper@ti.com</email>
</author>
<published>2015-11-19T14:03:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc622966c9fc00d0b6fc211932e377ce27af8f75'/>
<id>urn:sha1:bc622966c9fc00d0b6fc211932e377ce27af8f75</id>
<content type='text'>
The WAKEUP_X pins are always an input no matter the pinmux mode.
However, the 18th bit that typical configures a pin as an input is
considered reserved for the WAKEUP_X pins. Therefore, for any WAKEUP
pin remove any configuration that sets that pin as an input. Since
those pins are only inputs remove any output configuration from those
pins.

Signed-off-by: Franklin S Cooper Jr &lt;fcooper@ti.com&gt;
</content>
</entry>
<entry>
<title>ns16550: unify serial_omap</title>
<updated>2015-11-22T02:50:17Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-11-19T13:48:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7b9686d5d482c8e952598841ea467e6ec0ec0de'/>
<id>urn:sha1:c7b9686d5d482c8e952598841ea467e6ec0ec0de</id>
<content type='text'>
Unify serial_omap, and use the generic binding.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board/ti/am335x: add support for BeagleBone Green</title>
<updated>2015-11-18T19:50:07Z</updated>
<author>
<name>robertcnelson@gmail.com</name>
<email>robertcnelson@gmail.com</email>
</author>
<published>2015-11-11T15:10:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dfd1bb4ec89e8b1e87f0605af2345ad6dcf777da'/>
<id>urn:sha1:dfd1bb4ec89e8b1e87f0605af2345ad6dcf777da</id>
<content type='text'>
SeeedStudio BeagleBone Green (BBG) is clone of the BeagleBone Black (BBB) minus
the HDMI port and addition of two Grove connectors (i2c2 and usart2).

This board can be identified by the 1A value after A335BNLT (BBB) in the at24 eeprom:
1A: [aa 55 33 ee 41 33 33 35  42 4e 4c 54 1a 00 00 00 |.U3.A335BNLT....|]

http://beagleboard.org/green
http://www.seeedstudio.com/wiki/Beaglebone_green

In Mainline Kernel as of:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=79a4e64c679d8a0b1037da174e4aea578c80c4e6

Patch tested on BeagleBone Black (rev C) and BeagleBone Green (production model)

Signed-off-by: Robert Nelson &lt;robertcnelson@gmail.com&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
CC: Jason Kridner &lt;jkridner@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: ti: beagle_x15: Rename to indicate support for TI am57xx evms</title>
<updated>2015-11-18T13:47:03Z</updated>
<author>
<name>Kipisz, Steven</name>
<email>s-kipisz2@ti.com</email>
</author>
<published>2015-10-29T21:50:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=74cc8b097d9aff8b8671396f66ece4cf2de0a36d'/>
<id>urn:sha1:74cc8b097d9aff8b8671396f66ece4cf2de0a36d</id>
<content type='text'>
BeagleBoard X15 (http://beagleboard.org/x15) support in u-boot does
actually support two different platform configuration offered by
TI. In addition to BeagleBoard X15, it also supports the TMDXEVM5728
(or more commonly known as AM5728-evm).

Information about the TI AM57xx EVM can be found here
http://www.ti.com/tool/tmdxevm5728

The EVM configuration is 1-1 compatible with BeagleBoard X15 with the
additional support for mPCIe, mSATA, LCD, touchscreen, Camera, push
button and TI's wlink8 offering.

Hence, we rename the beagle_x15 directory to am57xx to support TI
EVMs that use the AM57xx processor. By doing this we have common code
reuse. This sets the stage to have a common u-boot image solution for
multiple TI EVMs such as that already done for am335x and am437x. This
sets the stage for upcoming multiple TI EVMs that share the same code
base.

NOTE: Commit eae7ae185335 ("am437x: Add am57xx_evm_defconfig using
CONFIG_DM") introduced DT support for beagle_x15 under am57xx_evm
platform name. However, this ignored the potential confusion arising for
users as a result. To prevent this, existing beagle_x15_defconfig is
renamed as am57xx_evm_nodt_defconfig to denote that this is the "non
device tree" configuration for the same platform. We still retain
am57xx-beagle-x15.dts at this point, since we just require the common
minimum dts.

As a result of this change, users should expect changes in build
procedures('make am57xx_evm_nodt_defconfig' instead of 'make
beagle_x15_defconfig'). Hopefully, this would be a one-time change.

Signed-off-by: Steve Kipisz &lt;s-kipisz2@ti.com&gt;
Signed-off-by: Schuyler Patton &lt;spatton@ti.com&gt;
Acked-by: Nishanth Menon &lt;nm@ti.com&gt;
Acked-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>board/ti/am335x: beaglebone stop muxing i2c1_pin_mux</title>
<updated>2015-11-12T18:19:02Z</updated>
<author>
<name>robertcnelson@gmail.com</name>
<email>robertcnelson@gmail.com</email>
</author>
<published>2015-10-21T14:25:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9606f71002a97ebc02281ca06ff8981cba5becba'/>
<id>urn:sha1:9606f71002a97ebc02281ca06ff8981cba5becba</id>
<content type='text'>
On the BeagleBone these i2c1 pins are routed to the expanasion header, where
they can be defined as either pr1_usart0_Xxd/pwm0/spi0/i2c1, dont assume i2c1

Fixes: https://e2e.ti.com/support/arm/sitara_arm/f/791/p/313894/1387696

Signed-off-by: Robert Nelson &lt;robertcnelson@gmail.com&gt;
Reported-by: Matthijs van Duin &lt;matthijsvanduin@gmail.com&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board/ti: Update MAINTAINERS entries with more boards</title>
<updated>2015-11-10T14:20:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-11-10T14:13:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d89059beed2f6625f60c90a2f334e613998f9503'/>
<id>urn:sha1:d89059beed2f6625f60c90a2f334e613998f9503</id>
<content type='text'>
A few config files have been added without updating MAINTAINERS.

Reported-by: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio</title>
<updated>2015-10-22T18:44:03Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2015-10-13T08:32:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9f13b6d147dc74f2400ce18d9d4005ba53f21fd3'/>
<id>urn:sha1:9f13b6d147dc74f2400ce18d9d4005ba53f21fd3</id>
<content type='text'>
Currently omap_hsmmc driver doesn't use sdcd pin to detect
whether the card is present or not. Instead the same pin is used
as GPIO to detect card presence. So change the pin mux mode from
mmc0_sdcd to gpio0_6.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: k2g: Add config file</title>
<updated>2015-10-22T18:22:27Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2015-09-19T10:56:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9ca4ab45392b7fac1538506b112454a603922ce'/>
<id>urn:sha1:b9ca4ab45392b7fac1538506b112454a603922ce</id>
<content type='text'>
Add config file for k2g

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Signed-off-by: Vitaly Andrianov &lt;vitalya@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: k2g: Enable SPI flash</title>
<updated>2015-10-22T18:22:26Z</updated>
<author>
<name>Lokesh Vutla</name>
<email>lokeshvutla@ti.com</email>
</author>
<published>2015-09-19T10:56:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83b9bf11feb1a88588eaf7f89c763bc59a7010d1'/>
<id>urn:sha1:83b9bf11feb1a88588eaf7f89c763bc59a7010d1</id>
<content type='text'>
GPIO1_9 controls SPI flash on k2g evm.
So make GPIO1_9 as output pin, inorder to use SPI.

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: k2g: add SD card and eMMC support</title>
<updated>2015-10-22T18:22:25Z</updated>
<author>
<name>Roger Quadros</name>
<email>rogerq@ti.com</email>
</author>
<published>2015-09-19T10:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3b68939fa0b4191028e4cc5817b59219fd4baecd'/>
<id>urn:sha1:3b68939fa0b4191028e4cc5817b59219fd4baecd</id>
<content type='text'>
Add MMC support for k2g

Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Tested-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
</content>
</entry>
</feed>
