<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include, branch v2017.05</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include?h=v2017.05</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include?h=v2017.05'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-04-30T14:30:03Z</updated>
<entry>
<title>Convert CONFIG_CMD_BLOB to Kconfig</title>
<updated>2017-04-30T14:30:03Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-04-27T04:27:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c04b9b3440a2b2c55267bc76c594f49d101657fb'/>
<id>urn:sha1:c04b9b3440a2b2c55267bc76c594f49d101657fb</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CMD_BLOB

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
[trini: Add imply CMD_BLOB under CHAIN_OF_TRUST]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig</title>
<updated>2017-04-27T20:49:08Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2017-04-25T04:10:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a93fbf4a78924741a1fc157fd182de79ea15f327'/>
<id>urn:sha1:a93fbf4a78924741a1fc157fd182de79ea15f327</id>
<content type='text'>
In Linux, CONFIG_ARCH_OMAP2PLUS is used for OMAP2 or later SoCs.
Rename CONFIG_ARCH_OMAP2 to CONFIG_ARCH_OMAP2PLUS to follow this
naming.

Move the OMAP2+ board/SoC choice down to mach-omap2/Kconfig to slim
down the arch/arm/Kconfig level.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>omap3: i2c: correct register</title>
<updated>2017-04-27T12:13:47Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2017-04-08T22:34:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=71e48c26a6ec386f330eae3f8c5e002e95d864b9'/>
<id>urn:sha1:71e48c26a6ec386f330eae3f8c5e002e95d864b9</id>
<content type='text'>
The register names and offset were not correct as per the TRM for OMAP3530
and OMAP3630.  Correct the naing and offsets per the documentation

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-sunxi</title>
<updated>2017-04-25T20:12:42Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-04-25T20:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f008a2e16ec3b618363800e414023569007cd89'/>
<id>urn:sha1:6f008a2e16ec3b618363800e414023569007cd89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arm: psci: make psci usable on single core socs</title>
<updated>2017-04-24T16:07:12Z</updated>
<author>
<name>Yuantian Tang</name>
<email>andy.tang@nxp.com</email>
</author>
<published>2017-04-19T05:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=026f30ec3e846edb85b5df8265d8cad098184be6'/>
<id>urn:sha1:026f30ec3e846edb85b5df8265d8cad098184be6</id>
<content type='text'>
PSCI can be used on both multiple and single core socs. Current
implementation only allows PSCI to work on multiple core socs.
This patch removes this restriction so that PSCI can work on
single core socs as well.

Signed-off-by: Chenhui Zhao &lt;chenhui.zhao@nxp.com&gt;
Signed-off-by: Tang Yuantian &lt;andy.tang@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>sunxi: add basic V3s support</title>
<updated>2017-04-21T07:23:17Z</updated>
<author>
<name>Icenowy Zheng</name>
<email>icenowy@aosc.xyz</email>
</author>
<published>2017-04-08T07:30:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c199489f17c91ee4fed73263d1117d1c1a933c6f'/>
<id>urn:sha1:c199489f17c91ee4fed73263d1117d1c1a933c6f</id>
<content type='text'>
Basic U-Boot support is now present for V3s.

Some memory addresses are changed specially for V3s, as the original
address map cannot fit into a so small DRAM.

As the DRAM controller code needs a big refactor, the SPL support is
disabled in this version.

Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.io&gt;
Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs</title>
<updated>2017-04-20T11:37:31Z</updated>
<author>
<name>Jernej Skrabec</name>
<email>jernej.skrabec@siol.net</email>
</author>
<published>2017-03-27T17:22:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1ae5def6be484b0ee2c6ef72c750349b72342ac9'/>
<id>urn:sha1:1ae5def6be484b0ee2c6ef72c750349b72342ac9</id>
<content type='text'>
This is needed for HDMI, which will be added later.

Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>sunxi: video: Convert lcdc to use struct display_timing</title>
<updated>2017-04-20T11:34:52Z</updated>
<author>
<name>Jernej Skrabec</name>
<email>jernej.skrabec@siol.net</email>
</author>
<published>2017-03-27T17:22:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=30ca20234e0cdce6e514ee6c1e73c97578efaea3'/>
<id>urn:sha1:30ca20234e0cdce6e514ee6c1e73c97578efaea3</id>
<content type='text'>
Video driver for older Allwinner SoCs uses cfb console framework which
in turn uses struct ctfb_res_modes to hold timing informations. However,
DM video framework uses different structure - struct display_timing.

It makes more sense to convert lcdc to use new timing structure because
all new drivers should use DM video framework and older drivers might be
rewritten to use new framework too.

Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;
Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>sunxi: video: Split out TCON code</title>
<updated>2017-04-20T11:34:50Z</updated>
<author>
<name>Jernej Skrabec</name>
<email>jernej.skrabec@siol.net</email>
</author>
<published>2017-03-27T17:22:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5e023e7eb3c4dca6ddc2d7dbd862b5e781a6fbec'/>
<id>urn:sha1:5e023e7eb3c4dca6ddc2d7dbd862b5e781a6fbec</id>
<content type='text'>
TCON unit has similar layout and functionality also on newer SoCs. This
commit splits out TCON code for easier reuse later.

Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;
Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>sunxi: Fix CPUCFG address for R40</title>
<updated>2017-04-20T11:30:01Z</updated>
<author>
<name>Chen-Yu Tsai</name>
<email>wens@csie.org</email>
</author>
<published>2017-03-01T05:52:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=acef236454a97c65a9d95fc5845b38ce5602f506'/>
<id>urn:sha1:acef236454a97c65a9d95fc5845b38ce5602f506</id>
<content type='text'>
The R40 has the CPUCFG block at the same address as the A20.
Fix it.

Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;
Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
</feed>
