<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/freescale/mx6qsabreauto, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx6qsabreauto?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx6qsabreauto?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-07-12T07:44:22Z</updated>
<entry>
<title>mx6sabreauto: Update to SPL only mode</title>
<updated>2017-07-12T07:44:22Z</updated>
<author>
<name>Vanessa Maegima</name>
<email>vanessa.maegima@nxp.com</email>
</author>
<published>2017-06-29T12:33:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d7c11502dfc5bb82d2321c95732481dc73e103bb'/>
<id>urn:sha1:d7c11502dfc5bb82d2321c95732481dc73e103bb</id>
<content type='text'>
As mx6sabreauto supports SPL now, all variants can boot using the same
defconfig.

This patch:
- Removes non-SPL targets.
- Renames target to mx6sabreauto_defconfig.
- Renames folder and board files to mx6sabreauto.
- Updates MAINTAINERS, Makefile and Kconfig accordingly.
- Removes .cfg files.
- Adds a README with instructions to build and flash SPL and u-boot.img.

Signed-off-by: Vanessa Maegima &lt;vanessa.maegima@nxp.com&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>mx6qsabreauto: Add SPL support</title>
<updated>2017-07-12T07:44:22Z</updated>
<author>
<name>Vanessa Maegima</name>
<email>vanessa.maegima@nxp.com</email>
</author>
<published>2017-06-29T12:33:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=823dff9d02b8a7801b8dc71d9b081367ad8490c9'/>
<id>urn:sha1:823dff9d02b8a7801b8dc71d9b081367ad8490c9</id>
<content type='text'>
Add support for mx6q, mx6dl and mx6qp sabreauto boards in SPL.

Retrieved the mx6q DCD table from:
board/freescale/mx6qsabreauto/imximage.cfg

Retrieved the mx6dl DCD table from:
board/freescale/mx6qsabreauto/mx6dl.cfg

Retrieved the mx6qp DCD table from:
board/freescale/mx6qsabreauto/mx6qp.cfg

Flashed SPL and u-boot.img to an SD card and could successfully boot it
on mx6q, mx6qp and mx6dl sabreauto boards.

Signed-off-by: Vanessa Maegima &lt;vanessa.maegima@nxp.com&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Reviewed-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>mx6qsabreauto: Fix the EIM clock for the mx6qp variant</title>
<updated>2017-01-02T16:12:37Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-12-27T01:04:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfb37772a1a5ce011651ac67d1c6abb77687ab89'/>
<id>urn:sha1:cfb37772a1a5ce011651ac67d1c6abb77687ab89</id>
<content type='text'>
On the MX6Q the aclk_eim_slow_podf field is '1' after POR, while on the
MX6DQP it is '3'.

This makes the EIM clock to be only 66MHz on the mx6qp variant, instead of
132 MHz.

Instead of relying on the POR values for the CSMR1 register, make sure to
manually configure the clk_eim_slow_sel field as '00' so that EIM clock is
derived from AXI clock and the aclk_eim_slow_podf field as '1' so that EIM
clock can be AXI clock divided by 2.

This way a consistent EIM clock frequency is configured for all the mx6
variants.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace #include &lt;asm/errno.h&gt; with &lt;linux/errno.h&gt;</title>
<updated>2016-09-23T21:55:42Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-09-21T02:28:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1221ce459d04a428f8880f58581f671b736c3c27'/>
<id>urn:sha1:1221ce459d04a428f8880f58581f671b736c3c27</id>
<content type='text'>
Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have
the same content.  (both just wrap &lt;asm-generic/errno.h&gt;)

Replace all include directives for &lt;asm/errno.h&gt; with &lt;linux/errno.h&gt;.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
[trini: Fixup include/clk.]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>mx6qsabreauto: Avoid hardcoded RAM size</title>
<updated>2016-07-12T15:58:48Z</updated>
<author>
<name>Vanessa Maegima</name>
<email>vanessa.maegima@nxp.com</email>
</author>
<published>2016-06-08T18:17:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=369012e7e96761c1ac4ccb0cd9052c6f56468082'/>
<id>urn:sha1:369012e7e96761c1ac4ccb0cd9052c6f56468082</id>
<content type='text'>
Instead of passing the total RAM size via PHYS_SDRAM_SIZE option,
we should better use imx_ddr_size() function, which automatically
determines the RAM size.

Signed-off-by: Vanessa Maegima &lt;vanessa.maegima@nxp.com&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: mx6qsabreauto: drop duplicated net phy configuration</title>
<updated>2016-05-31T15:36:47Z</updated>
<author>
<name>Peng Fan</name>
<email>van.freenix@gmail.com</email>
</author>
<published>2016-05-24T12:28:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=73f366bb5bec7c728dcfed51110818fa412dd878'/>
<id>urn:sha1:73f366bb5bec7c728dcfed51110818fa412dd878</id>
<content type='text'>
In 'commit d584c68ce0f5bf2f430ccfb2ba00bd506206fb91',
ar8031 is changed to use ar8035_config. ar8035_config
actually does the same thing as mx6_rgmii_rework, so
drop mx6_rgmii_rework and board_phy_config.

Signed-off-by: Peng Fan &lt;van.freenix@gmail.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>board: mx6sabresd/auto: use simpler runtime cpu dection macros</title>
<updated>2016-05-24T12:59:57Z</updated>
<author>
<name>Peng Fan</name>
<email>van.freenix@gmail.com</email>
</author>
<published>2016-05-23T10:36:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83e1394242180f683ce6ba4840f4a5f6a14d2fa0'/>
<id>urn:sha1:83e1394242180f683ce6ba4840f4a5f6a14d2fa0</id>
<content type='text'>
Use simpler runtime cpu dection macros.

Signed-off-by: Peng Fan &lt;van.freenix@gmail.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS: Update Peng Fan's email address</title>
<updated>2016-03-02T13:48:52Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-02-21T12:57:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=047cc75df6f5190c30b7813aace2d8a333ab5edf'/>
<id>urn:sha1:047cc75df6f5190c30b7813aace2d8a333ab5edf</id>
<content type='text'>
Use Peng Fan's new NXP email address in MAINTAINERS files.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS/mailmap: Update my email address</title>
<updated>2016-01-11T16:22:43Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-01-11T12:22:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c5f18a0b695c43847a740c313a4a91c7a49f9d60'/>
<id>urn:sha1:c5f18a0b695c43847a740c313a4a91c7a49f9d60</id>
<content type='text'>
Update my email address to the NXP account.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: mx6qsabreauto: support lvds display</title>
<updated>2016-01-03T15:03:14Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-12-15T08:27:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ccf4326bac0371774265be0a8b13c150b445e703'/>
<id>urn:sha1:ccf4326bac0371774265be0a8b13c150b445e703</id>
<content type='text'>
Move setup_display from board_early_init_f to board_init.
Add more clock settings.
Add blacklight iomux setting.
Add display_info_t info for the lvds screen.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
