<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs/ph1_pro4_defconfig, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs/ph1_pro4_defconfig?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs/ph1_pro4_defconfig?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-12-22T15:08:58Z</updated>
<entry>
<title>ARM: uniphier: rename rest of defconfig files</title>
<updated>2015-12-22T15:08:58Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-12-17T09:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e90b36862888055c4cbb3b9f964d106aaf0ef5c8'/>
<id>urn:sha1:e90b36862888055c4cbb3b9f964d106aaf0ef5c8</id>
<content type='text'>
Rename rest of defconfig files of UniPhier SoC family to have the
prefix uniphier_.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>Reorder defconfigs with 'savedefconfig'</title>
<updated>2015-09-28T13:06:13Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2015-09-28T12:14:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=80df6913499a93bfa9529b6f0f8113bfe3b0d734'/>
<id>urn:sha1:80df6913499a93bfa9529b6f0f8113bfe3b0d734</id>
<content type='text'>
Some boards' defconfigs are disordered. Reorder them.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: allow to enable multiple SoCs</title>
<updated>2015-09-24T15:58:38Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-09-21T15:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=323d1f9d5bebfe55e97e23c8094055685665afef'/>
<id>urn:sha1:323d1f9d5bebfe55e97e23c8094055685665afef</id>
<content type='text'>
Before this commit, the Kconfig menu in mach-uniphier only allowed us
to choose one SoC to be compiled.  Each SoC has its own defconfig file
for the build-test coverage.  Consequently, some defconfig files are
duplicated with only the difference in CONFIG_DEFAULT_DEVICE_TREE and
CONFIG_{SOC_NAME}=y.

Now, most of board-specific parameters have been moved to device trees,
so it makes sense to include init code of multiple SoCs into a single
image as long as the SoCs have similar architecture.  In fact, some
SoCs of UniPhier family are very similar:
 - PH1-LD4 and PH1-sLD8
 - PH1-LD6b and ProXstream2 (will be added in the upcoming commit)

This commit will be helpful to merge some defconfig files for better
maintainability.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: enable setexpr command</title>
<updated>2015-09-24T15:27:53Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-09-11T11:17:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ef542efd54e24c523506df174c4d1978800ef9c'/>
<id>urn:sha1:4ef542efd54e24c523506df174c4d1978800ef9c</id>
<content type='text'>
This command will be used in the next commit to calculate
base-offseted addresses.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: drop DCC micro support card support</title>
<updated>2015-09-24T15:27:52Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-09-11T11:17:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9879842c6fdb64d95085ac66647ed77d7abfd439'/>
<id>urn:sha1:9879842c6fdb64d95085ac66647ed77d7abfd439</id>
<content type='text'>
Historically (for compatibility with very old platforms), two
different types of micro support cards have been used with the
UniPhier SoC development boards.  It has been painful to maintain
both.  Having one of them is enough.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: enable PINCTRL and SPL_PINCTRL</title>
<updated>2015-09-24T15:27:52Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-09-11T11:17:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=759ba3a87444b9a159b0c0f71ec47bc1415f5bde'/>
<id>urn:sha1:759ba3a87444b9a159b0c0f71ec47bc1415f5bde</id>
<content type='text'>
Now, UniPhier SoCs are ready to enable pinctrl drivers.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN to bind all nodes</title>
<updated>2015-09-24T15:27:52Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-09-11T11:17:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76c52ce29fd75ca8802383ef1aed6c8f13461e37'/>
<id>urn:sha1:76c52ce29fd75ca8802383ef1aed6c8f13461e37</id>
<content type='text'>
In the next commit, I will add "u-boot,dm-pre-reloc" to the "soc"
(simple-bus) nodes in UniPhier device trees.  But, before that,
CONFIG_SYS_MALLOC_F_LEN must be increased.

Adding "u-boot,dm-pre-reloc" to a simple-bus node causes it to bind
all of its child nodes.  (See simple_bus_post_bind() function)

Actually, I want only UART0 and pinctrl to be bound in SPL and before
relocation in U-boot proper.  But, with "u-boot,dm-pre-reloc" in the
simple-bus node, all the other unwanted nodes are also bound.  The
default value for CONFIG_SYS_MALLOC_F_LEN, 0x400, is not enough for
that.  Increase the pre-reloc malloc size to 0x2000, hoping the root
cause will be fixed later.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: enable simple-bus driver for SPL</title>
<updated>2015-09-24T15:27:52Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-09-11T11:17:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be262b62f0f919f2b04ae217764daed10608a0fa'/>
<id>urn:sha1:be262b62f0f919f2b04ae217764daed10608a0fa</id>
<content type='text'>
In UniPhier device trees, pinctrl device nodes are located under the
simple-bus (AMBA).

This is needed to bind pinctrl devices in SPL.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: select SPL_DM rather than default in defconfig</title>
<updated>2015-08-30T13:20:20Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-08-28T11:13:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e'/>
<id>urn:sha1:9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e</id>
<content type='text'>
Now UniPhier SoCs highly depend on Driver Model for SPL, too.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: UniPhier: disable CONFIG_FIT</title>
<updated>2015-07-23T14:42:11Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-07-21T05:04:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2'/>
<id>urn:sha1:d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2</id>
<content type='text'>
To use FIT boot, we have to describe Image Tree Source in addition.
So, it is not intended for beginners.  Disable it by default.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
</feed>
