<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs/mx53ppd_defconfig, branch v2020.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs/mx53ppd_defconfig?h=v2020.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs/mx53ppd_defconfig?h=v2020.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-02-28T18:28:38Z</updated>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-02-28T18:28:38Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-02-28T18:28:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9e1d65f36b83c5422ece3c0ea28d07a2246cb07f'/>
<id>urn:sha1:9e1d65f36b83c5422ece3c0ea28d07a2246cb07f</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: ge: mx53ppd: use DM for uart</title>
<updated>2020-02-09T20:47:20Z</updated>
<author>
<name>Ian Ray</name>
<email>ian.ray@ge.com</email>
</author>
<published>2020-01-31T13:08:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=30f0909c7ec68066295a5b115c08fdb703118d33'/>
<id>urn:sha1:30f0909c7ec68066295a5b115c08fdb703118d33</id>
<content type='text'>
Drop PPD_UART_PAD_CTRL since it matches defaults.
Enable DM serial and MXC uart.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
</content>
</entry>
<entry>
<title>board: ge: mx53ppd: Use DM for ethernet</title>
<updated>2020-02-09T20:47:20Z</updated>
<author>
<name>Robert Beckett</name>
<email>bob.beckett@collabora.com</email>
</author>
<published>2020-01-31T13:08:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d1ea19b551023bfd14629cdf38718c8e7e57f26'/>
<id>urn:sha1:2d1ea19b551023bfd14629cdf38718c8e7e57f26</id>
<content type='text'>
Remove legacy iomux setup for fec.
Enable phylib and DM fec.
Use Kconfig for enabling fec.

Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
</content>
</entry>
<entry>
<title>board: ge: mx53ppd: enable DM_VIDEO</title>
<updated>2020-02-09T20:47:20Z</updated>
<author>
<name>Ian Ray</name>
<email>ian.ray@ge.com</email>
</author>
<published>2020-01-31T13:07:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9167c20692b2a7a3166a511da22a42e0e8fa1261'/>
<id>urn:sha1:9167c20692b2a7a3166a511da22a42e0e8fa1261</id>
<content type='text'>
Enable DM_VIDEO for mx53ppd.
Enable DM_REGULATOR_FIXED and DM_PWM for the backlight.
Remove unused MX53PPD_LCD_POWER.
Remove old (incorrect) setup_iomux_lcd.
Enable backlight via display enable handler.
Use cls command to initiate display in HW agnostic manner.
Modify `failbootcmd' to use lcdputs.

Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
</content>
</entry>
<entry>
<title>board: ge: mx53ppd: add i2c eeprom bootcount storage</title>
<updated>2020-02-09T20:47:20Z</updated>
<author>
<name>Robert Beckett</name>
<email>bob.beckett@collabora.com</email>
</author>
<published>2020-01-31T13:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1d06dc6d16a94611d916bef79deeaf73a726487b'/>
<id>urn:sha1:1d06dc6d16a94611d916bef79deeaf73a726487b</id>
<content type='text'>
Add bootcount node, linking to i2c eeprom "bootcount" partitions for
storage.
Enable i2c eeprom bootcount backend storage.
Enable bootcount command and use it for failbootcmd.

Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
</content>
</entry>
<entry>
<title>board: ge: bx50v3, imx53ppd: use DM I2C</title>
<updated>2020-02-09T20:47:20Z</updated>
<author>
<name>Robert Beckett</name>
<email>bob.beckett@collabora.com</email>
</author>
<published>2020-01-31T13:07:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1dec7fa79716adb478052798ceb0cf5c3a412f61'/>
<id>urn:sha1:1dec7fa79716adb478052798ceb0cf5c3a412f61</id>
<content type='text'>
Remove old (pre-DM) i2c setup code.
Enable DM i2c.
Convert common code to use DM rtc.
Convert common code to read VPD from eeprom partition.
Convert the generic i2c PMIC init code to use the new da9063 driver.

mx53ppd only:
Correct RTC compatible in device tree.
Enable MXC DM i2c driver.
Define CONFIG_SYS_MALLOC_F_LEN so that DM is available in pre-reloc.
Make GPIO banks available during preloc, since initialisation is done
in board_early_init_f().
Add gpio_request() calls to satisfy the DM_GPIO compatibility API.
Remove unused power configuration.

Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
Signed-off-by: Ian Ray &lt;ian.ray@ge.com&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-02-06T18:42:52Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-02-06T18:42:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4244429ff03ae76b93b4cf98005b2c2b3701649f'/>
<id>urn:sha1:4244429ff03ae76b93b4cf98005b2c2b3701649f</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-01-22T18:38:00Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-01-22T18:38:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=052170c6a043eec4e73fad80955876cf1ba5e4f2'/>
<id>urn:sha1:052170c6a043eec4e73fad80955876cf1ba5e4f2</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: ge: mx53ppd: use imx wdt</title>
<updated>2020-01-07T09:26:56Z</updated>
<author>
<name>Robert Beckett</name>
<email>bob.beckett@collabora.com</email>
</author>
<published>2019-11-12T19:15:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7915e150d6d070172f5e280373c7955d69012f16'/>
<id>urn:sha1:7915e150d6d070172f5e280373c7955d69012f16</id>
<content type='text'>
Enable DM imx WDT
Enable SYSRESET_WATCHDOG to maintain WDT based reset ability

Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
</content>
</entry>
<entry>
<title>configs: ppd: DM for USB and regulators PPD</title>
<updated>2020-01-07T09:26:56Z</updated>
<author>
<name>Denis Zalevskiy</name>
<email>denis.zalevskiy@ge.com</email>
</author>
<published>2019-11-12T19:15:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=833dd6444bfeabc66cc1b0918fa2986d50c12a11'/>
<id>urn:sha1:833dd6444bfeabc66cc1b0918fa2986d50c12a11</id>
<content type='text'>
DM should be used for USB since 2019.07, it also requires DM for
regulators.

Signed-off-by: Denis Zalevskiy &lt;denis.zalevskiy@ge.com&gt;
Signed-off-by: Robert Beckett &lt;bob.beckett@collabora.com&gt;
</content>
</entry>
</feed>
