<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/logicpd, branch v2016.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/logicpd?h=v2016.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/logicpd?h=v2016.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-02-24T23:44:00Z</updated>
<entry>
<title>OMAP3SOM BOARD: Auto detect Logic PD Models</title>
<updated>2016-02-24T23:44:00Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-02-18T03:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=26ef7a27dade2c4cdf16579c8dc1375e0635face'/>
<id>urn:sha1:26ef7a27dade2c4cdf16579c8dc1375e0635face</id>
<content type='text'>
Logic PD makes four different system on modules.  This patch will auto
detect the board type and identify the corresponding device tree image.

V2:
Added 'default:' case to switch statement
Since board_late_init() is defined as int, we now return 0

Signed-off-by: Derald Woods &lt;woods.technical@gmail.com&gt;
Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>OMAP3LOGIC: Update maintainer</title>
<updated>2016-02-15T17:04:45Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-02-09T03:27:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6febd8ca5aef84de67a2d7da9450d9385352bd04'/>
<id>urn:sha1:6febd8ca5aef84de67a2d7da9450d9385352bd04</id>
<content type='text'>
I will take this over from Peter Barada, since I work with it daily
at Logic PD.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Acked-by: Peter Barada &lt;peter.barada@logicpd.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: omap3_logic: Enable Android Fastboot</title>
<updated>2016-02-08T15:10:43Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-01-31T19:34:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=588e41d2c7cd689295822e8fb00428aa8d91a580'/>
<id>urn:sha1:588e41d2c7cd689295822e8fb00428aa8d91a580</id>
<content type='text'>
Android Fastboot requires USB.  The TWL4030 PMIC on omap3_logic handles USB traffic.
This patch sets up the USB gadget and Android Fastboot to match what is done in the
omap3_beagle project.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Enable SPL on omap3_logic</title>
<updated>2016-02-08T15:10:39Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-01-30T02:12:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=49c7303f0e526d46f8d16c5556963faf47c59d35'/>
<id>urn:sha1:49c7303f0e526d46f8d16c5556963faf47c59d35</id>
<content type='text'>
Previously, Omap3_logic assumed X-loader was present.  With this
patch, we can finally replace X-loader with an MLO generated by
U-Boot.  This requires ECC to be setup to match the Linux Kernel
and the PBIAS confgured for the SD card.

Signed-off-by: Derald D. Woods &lt;woods.technical@gmail.com&gt;
Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3_logic: Fix pin muxing</title>
<updated>2016-02-08T15:10:33Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-01-22T01:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b17b7ea044646cdf0fba0fddb394fe38c3a9af9f'/>
<id>urn:sha1:b17b7ea044646cdf0fba0fddb394fe38c3a9af9f</id>
<content type='text'>
Enhance pin muxing to enable more board features and reduce power
based on Tony's device tree work.

Signed-off-by: Adam Ford &lt;aford173@gmail.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>omap-common: Common function to display die id, replacing omap3-specific version</title>
<updated>2015-10-22T18:18:30Z</updated>
<author>
<name>Paul Kocialkowski</name>
<email>contact@paulk.fr</email>
</author>
<published>2015-08-27T17:37:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=679f82c349473c894159795c14a7fc0a8db0cd43'/>
<id>urn:sha1:679f82c349473c894159795c14a7fc0a8db0cd43</id>
<content type='text'>
This introduces omap_die_id_display to display the full die id.
There is no need to store it in an environment variable, that no boot script
is using anyway.

Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: Remove mx31_litekit board</title>
<updated>2015-09-11T18:52:46Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-08-31T01:19:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=36d14178fc4b3c31be7327209c8347ebe4774830'/>
<id>urn:sha1:36d14178fc4b3c31be7327209c8347ebe4774830</id>
<content type='text'>
This board has not been converted to generic board by the deadline.
Remove it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: Remove imx27lite, imx27_litekit and magnesium boards</title>
<updated>2015-09-11T18:52:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-08-31T01:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bc0840bcb73277bb36a8ecd59653d6b0e4287e99'/>
<id>urn:sha1:bc0840bcb73277bb36a8ecd59653d6b0e4287e99</id>
<content type='text'>
These boards have not been converted to generic board by the deadline.
Remove them.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert omap3_logic to ti_omap3_common.h</title>
<updated>2015-09-02T15:33:20Z</updated>
<author>
<name>Adam Ford</name>
<email>adam.ford@logicpd.com</email>
</author>
<published>2015-09-02T14:18:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7b77b1f63bd0fb2640a445b7f677b366b0616889'/>
<id>urn:sha1:7b77b1f63bd0fb2640a445b7f677b366b0616889</id>
<content type='text'>
Convert to using the common config files.

Signed-off-by: Adam Ford &lt;adam.ford@logicpd.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
