<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/ge, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/ge?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/ge?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-07-28T11:27:20Z</updated>
<entry>
<title>bx50v3: Use imx_ddr_size() for calculating the DDR size</title>
<updated>2016-07-28T11:27:20Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-07-23T16:23:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c6a51bab174ecb4c6bebfada951ac556ffc13fcd'/>
<id>urn:sha1:c6a51bab174ecb4c6bebfada951ac556ffc13fcd</id>
<content type='text'>
imx_ddr_size() can be used to calculate the DDR size in runtime.

By using this function we no longer need to define PHYS_SDRAM_SIZE.

Cc: Martin Donnelly &lt;martin.donnelly@ge.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: don't configure the backlight when there's no display</title>
<updated>2016-06-07T16:13:05Z</updated>
<author>
<name>Andrew Shadura</name>
<email>andrew.shadura@collabora.co.uk</email>
</author>
<published>2016-05-24T13:56:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0c344e6e7a05a83556bbd291c39f8456b287abca'/>
<id>urn:sha1:0c344e6e7a05a83556bbd291c39f8456b287abca</id>
<content type='text'>
Don't try to configure the backlight when CONFIG_VIDEO_IPUV3 isn't set.

Signed-off-by: Andrew Shadura &lt;andrew.shadura@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Fix to meet LVDS display power on timing</title>
<updated>2016-04-19T14:05:51Z</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2016-04-12T22:14:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d293f49b419dd394cdf4b7a501ad86b782efc3f'/>
<id>urn:sha1:8d293f49b419dd394cdf4b7a501ad86b782efc3f</id>
<content type='text'>
On a reset/reboot, the display power needs to be off for atleast 500ms
before turning it back on. So add a delay to the boot process to meet
the display timing requirement.

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Use pwm for display backlight</title>
<updated>2016-04-19T14:05:51Z</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2016-04-12T22:13:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54971ac6de20b8834882efb69dc6ad5c1d4a9915'/>
<id>urn:sha1:54971ac6de20b8834882efb69dc6ad5c1d4a9915</id>
<content type='text'>
Setup the LCD backlight brightness control pin to use PWM

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Setup LDB_DI_CLK source</title>
<updated>2016-04-19T14:05:13Z</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2016-04-12T22:13:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=494d43ec35ff3d27926ed9d668e0df4b7e6ae6d3'/>
<id>urn:sha1:494d43ec35ff3d27926ed9d668e0df4b7e6ae6d3</id>
<content type='text'>
To generate accurate pixel clocks required by the displays we need to
set the ldb_di_clk source on bx50v3 to PLL3 and b850v3 to PLL5. Since
PLL5 is disabled on reset, we need to enable PLL5.

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Split display setup function</title>
<updated>2016-04-19T14:05:13Z</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2016-04-12T22:13:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de708da0e87f39d99f902a5434702d6ba0f4c5e0'/>
<id>urn:sha1:de708da0e87f39d99f902a5434702d6ba0f4c5e0</id>
<content type='text'>
B450v3/B650v3 uses single channel LVDS and does not support HDMI.
B850v3 uses dual channel LVDS and supports HDMI. Hence split the display
setup into two different functions.

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3: Disable unused pins</title>
<updated>2016-04-19T13:54:59Z</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2016-04-13T21:03:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d0b8cfeaa930b5946b993373a21b41ea0746be0'/>
<id>urn:sha1:7d0b8cfeaa930b5946b993373a21b41ea0746be0</id>
<content type='text'>
Certain pins are not used on the i.MX6, and should have a neutral
pad configuration in order to reduce electrical interference on
the board. This commit defines these pins with a default value
rather than relying on the system defaults.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: imx: Add support for GE Bx50v3 boards</title>
<updated>2016-03-09T11:45:42Z</updated>
<author>
<name>Akshay Bhat</name>
<email>akshay.bhat@timesys.com</email>
</author>
<published>2016-01-29T20:16:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9162b15c12c009e882574c58457cd31d163dcae'/>
<id>urn:sha1:f9162b15c12c009e882574c58457cd31d163dcae</id>
<content type='text'>
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
 - FEC Ethernet
 - USB Ports
 - SDHC and MMC boot
 - SPI NOR
 - LVDS and HDMI display

Basic information about the module:
 - Module manufacturer: Advantech
 - CPU: Freescale ARM Cortex-A9 i.MX6D
 - SPECS:
     Up to 2GB Onboard DDR3 Memory;
     Up to 16GB Onboard eMMC NAND Flash
     Supports OpenGL ES 2.0 and OpenVG 1.1
     HDMI, 24-bit LVDS
     1x UART, 2x I2C, 8x GPIO,
     4x Host USB 2.0 port, 1x USB OTG port,
     1x micro SD (SDHC),1x SDIO, 1x SATA II,
     1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2

Signed-off-by: Akshay Bhat &lt;akshay.bhat@timesys.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
</feed>
