<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/powerpc/include, branch v2017.01-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/powerpc/include?h=v2017.01-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/powerpc/include?h=v2017.01-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-12-15T19:56:17Z</updated>
<entry>
<title>fsl/ddr: Enable erratum-a009942 workaround for B/T-series</title>
<updated>2016-12-15T19:56:17Z</updated>
<author>
<name>Shengzhou Liu</name>
<email>Shengzhou.Liu@nxp.com</email>
</author>
<published>2016-11-15T09:15:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=473f1fc280505f03a250ac77052b5b0fd51fe590'/>
<id>urn:sha1:473f1fc280505f03a250ac77052b5b0fd51fe590</id>
<content type='text'>
Enable ERRATUM_A009942 workaround for B-series and T-series platforms.

Signed-off-by: Shengzhou Liu &lt;Shengzhou.Liu@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>fsl/ddr: Add erratum_a009942_check_cpo and clean related erratum</title>
<updated>2016-12-05T16:31:45Z</updated>
<author>
<name>Shengzhou Liu</name>
<email>Shengzhou.Liu@nxp.com</email>
</author>
<published>2016-11-21T03:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=02fb2761576be8096ebf1b3f961a2cdb21b422ae'/>
<id>urn:sha1:02fb2761576be8096ebf1b3f961a2cdb21b422ae</id>
<content type='text'>
- add additional function erratum_a009942_check_cpo to check if the
  board needs tuning CPO calibration for optimal setting.
- move ERRATUM_A009942(with revision to check cpo_sample option) from
  fsl_ddr_gen4.c to ctrl_regs.c for reuse on all DDR4/DDR3 parts.
- move ERRATUM_A008378 from fsl_ddr_gen4.c to ctrl_regs.c
- remove obsolete ERRATUM_A004934 which is replaced with ERRATUM_A009942.

Signed-off-by: Shengzhou Liu &lt;Shengzhou.Liu@nxp.com&gt;
[YS: Replaced CONFIG_QEMU_E500 with CONFIG_ARCH_QEMU_E500]
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option</title>
<updated>2016-12-04T16:59:11Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-12-01T22:10:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54db3c20bdc43c458854446939b706b4adee46cf'/>
<id>urn:sha1:54db3c20bdc43c458854446939b706b4adee46cf</id>
<content type='text'>
Use Kconfig instead of defining this macro in header file.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option</title>
<updated>2016-12-02T20:38:42Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-12-01T22:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8303acbce8269048b29ee72b33ebbfadef41b6f2'/>
<id>urn:sha1:8303acbce8269048b29ee72b33ebbfadef41b6f2</id>
<content type='text'>
Move the macro to Kconfig SYS_FSL_NUM_LAWS.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig option</title>
<updated>2016-12-02T16:52:34Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-12-01T21:26:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=830fc1bfe7c0c735c479804ce66c1c6a705260ee'/>
<id>urn:sha1:830fc1bfe7c0c735c479804ce66c1c6a705260ee</id>
<content type='text'>
Move default value definitions to to Kconfig SYS_CCSRBAR_DEFAULT.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: Drop default CONFIG_MAX_CPUS</title>
<updated>2016-11-24T07:42:17Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-23T22:18:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e8a390f0189c5868f2fa305004821bcfcd71d32c'/>
<id>urn:sha1:e8a390f0189c5868f2fa305004821bcfcd71d32c</id>
<content type='text'>
This configuration has been moved into Kconfig for mpc85xx, and
dropped for mpc86xx. Remove the default value in config.h.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc86xx: Remove macro CONFIG_MAX_CPUS</title>
<updated>2016-11-24T07:42:16Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-23T22:16:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c691a1c7efa9f43e7b9fac94e6377b9dc7067a8'/>
<id>urn:sha1:6c691a1c7efa9f43e7b9fac94e6377b9dc7067a8</id>
<content type='text'>
This macro CONFIG_MAX_CPUS is not used for MPC86xx SoCs.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: MPC8641: Remove macro CONFIG_MPC8641</title>
<updated>2016-11-24T07:42:16Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-23T22:08:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12'/>
<id>urn:sha1:4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12</id>
<content type='text'>
Replace CONFIG_MPC8641 with ARCH_MPC8641 in Kconfig and clean up
existing macros.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: MPC8610: Remove macro CONFIG_MPC8610</title>
<updated>2016-11-24T07:42:16Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-23T22:06:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1425a87b1478bdb2620a46f2a23af7ca2e4b6073'/>
<id>urn:sha1:1425a87b1478bdb2620a46f2a23af7ca2e4b6073</id>
<content type='text'>
Replace CONFIG_MPC8610 with ARCH_MPC8610 in Kconfig and clean up
existing macros.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>powerpc: mpc85xx: Move CONFIG_MAX_CPUS to Kconfig</title>
<updated>2016-11-24T07:42:16Z</updated>
<author>
<name>York Sun</name>
<email>york.sun@nxp.com</email>
</author>
<published>2016-11-23T20:30:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f82b56d41292ad824555978b9f934c1eea1ba0b'/>
<id>urn:sha1:3f82b56d41292ad824555978b9f934c1eea1ba0b</id>
<content type='text'>
Use Kconfig to set MAX_CPUS for mpc85xx.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
