<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/logicpd, branch v2016.07</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.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/logicpd?h=v2016.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-03-14T23:18:48Z</updated>
<entry>
<title>ARM: Various: Future-proof serial platdata</title>
<updated>2016-03-14T23:18:48Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-03-08T03:08:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f6ed3b89a1760ffa73123fb266de3d56eb5d88e'/>
<id>urn:sha1:2f6ed3b89a1760ffa73123fb266de3d56eb5d88e</id>
<content type='text'>
A few boards still use ns16550_platdata structures, but assume the structure
is going to be in a specific order. By explicitly naming each entry,
this should also help 'future-proof' in the event the structure changes.

Tested on the Logic PD Torpedo + Wireless.

I only changed a handful of devices that used the same syntax as the Logic
board.  Appologies if I missed one or stepped on toes.  Thanks to Derald Woods
and Alexander Graf.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;

V6: Add fix to arch/arm/cpu/armv7/am33xx/board.c

V5: Add fix to arch/arm/cpu/arm926ejs/lpc32xx/devices.c

V4: Fix subject heading

V3: Remove  reg_offset out in all the structs. It was reverted out, and and if
it did exist, it would get initialized to 0 by default.

V2: I hastily copy-pasted the boards without looking at the UART number.
This addresses 3 boards that use UART3 and not UART1.
Reviewed-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<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>
</feed>
