<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/README.uniphier, branch v2016.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/README.uniphier?h=v2016.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/README.uniphier?h=v2016.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-03-08T16:10:30Z</updated>
<entry>
<title>ARM: uniphier: document how-to-build for Ace and Sanji boards</title>
<updated>2016-03-08T16:10:30Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-03-01T04:10:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c6c7eed741981e12111ef6fa25265cc5f0b53908'/>
<id>urn:sha1:c6c7eed741981e12111ef6fa25265cc5f0b53908</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: merge two defconfig files</title>
<updated>2016-02-28T18:50:16Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-02-26T09:59:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe7c95ee5c2e4a757941221ae3b624c78bdaf068'/>
<id>urn:sha1:fe7c95ee5c2e4a757941221ae3b624c78bdaf068</id>
<content type='text'>
PH1-Pro5 support and ProXstream2/PH1-LD6b support can coexist in one
image and there is bit more room in SPL to accommodate all of them.
Merge uniphier_pro5_defconfig into uniphier_pxs2_defconfig.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: add emmcupdate command</title>
<updated>2016-02-28T18:50:16Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-02-16T08:08:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c231c4367ace6574e27ff0d1844d163fc471287b'/>
<id>urn:sha1:c231c4367ace6574e27ff0d1844d163fc471287b</id>
<content type='text'>
The Boot ROM expects the boot image (SPL) in the Boot Partition 1.
So, updating images involves the hardware partition switch.  It might
be a bit advanced for some users.

To be user-friendly, this commit adds a useful command to update the
images; just put SPL and U-Boot proper into the public directory of
the TFTP server and execute "run emmcupdate" from the command line.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>mmc: uniphier: add driver for UniPhier SD/MMC host controller</title>
<updated>2016-02-28T18:50:15Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-02-18T10:52:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a111bfbfad21dd83aae5a6d96c620c3666e9b654'/>
<id>urn:sha1:a111bfbfad21dd83aae5a6d96c620c3666e9b654</id>
<content type='text'>
Add a driver for the on-chip SD/eMMC host controller used by
UniPhier SoC family.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>gpio: uniphier: add driver for UniPhier GPIO controller</title>
<updated>2016-02-28T18:50:15Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-02-16T08:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9a66b63b49ce8ce7a43de68e46ef8c1c0a781fc'/>
<id>urn:sha1:b9a66b63b49ce8ce7a43de68e46ef8c1c0a781fc</id>
<content type='text'>
This GPIO controller device is used on UniPhier SoCs.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: update U-Boot file names in workflow</title>
<updated>2016-02-14T07:36:13Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-02-02T03:53:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3cb9abc9c512ca733d2de4cca20c5d7feca829c7'/>
<id>urn:sha1:3cb9abc9c512ca733d2de4cca20c5d7feca829c7</id>
<content type='text'>
Since commit ad1ecd2063da ("fdt: Build a U-Boot binary without device
tree") and commit 03c25bcd263a ("fdt: Build an SPL binary without
device tree"), we can use shorter file names for the output images.

The default configuration for UniPhier SoCs enables CONFIG_OF_SEPARATE
and CONFIG_SPL_OF_CONTROL.  In this case, spl/u-boot-spl.bin is the
same as spl/u-boot-spl-dtb.bin.  Likewise, u-boot.img is the same as
as u-boot-dtb.img.  So, this change of the flow has no impact.

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: fix recommended board setting in document</title>
<updated>2016-01-12T16:55:02Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-01-08T16:51:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e69514cc7087255d0e9754a9bf04129309d81ed5'/>
<id>urn:sha1:e69514cc7087255d0e9754a9bf04129309d81ed5</id>
<content type='text'>
The mem_is_flash() in arch/arm/mach-uniphier/micro-support_card.c
writes/reads the tail of each NOR flash bank to check if the device
really resides there.

If CS1_SPLIT were enabled, the support card would always require two
NOR flash devices to be inserted for the correct NOR detection.
This is not probably what we want.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<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>ARM: uniphier: support ProXstream2, PH1-LD6b boards in single defconfig</title>
<updated>2015-12-22T15:08:57Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-12-17T09:00:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a2645341a1fd6adda37deb8b9bc9f92c2fb9dbd'/>
<id>urn:sha1:1a2645341a1fd6adda37deb8b9bc9f92c2fb9dbd</id>
<content type='text'>
These boards are similar enough to be supported in a single defconfig
file.  Distinguish one from another by "DEVICE_TREE" from the command
line.  The how-to-build in doc/README.uniphier should be also updated.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfig</title>
<updated>2015-12-22T15:08:57Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-12-17T09:00:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5fd3f4346e7d3b11c593c13cbccec7095513c380'/>
<id>urn:sha1:5fd3f4346e7d3b11c593c13cbccec7095513c380</id>
<content type='text'>
These two are similar enough to be merged into a single
defconfig file.  Distinguish one from another by "DEVICE_TREE"
from the command line.  The how-to-build in doc/README.uniphier
should be also updated.

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