<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2017.09-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2017.09-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2017.09-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-08-26T19:10:46Z</updated>
<entry>
<title>Merge branch 'rmobile' of git://git.denx.de/u-boot-sh</title>
<updated>2017-08-26T19:10:46Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-08-26T19:10:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f72b96ec8f7a7b2e2952333c00d907cf0fd726a3'/>
<id>urn:sha1:f72b96ec8f7a7b2e2952333c00d907cf0fd726a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-x86</title>
<updated>2017-08-26T19:10:40Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2017-08-26T19:10:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0031af9ce7b1c2d98ce77cc20bd7546d64e334fe'/>
<id>urn:sha1:0031af9ce7b1c2d98ce77cc20bd7546d64e334fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igep00x0: merge igep0020 and igep0030 defconfigs to igep00x0_defconfig</title>
<updated>2017-08-26T18:56:12Z</updated>
<author>
<name>Pau Pajuelo</name>
<email>ppajuel@gmail.com</email>
</author>
<published>2017-08-17T01:09:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=195dc23185400fa605d268c3d903c83286ecae37'/>
<id>urn:sha1:195dc23185400fa605d268c3d903c83286ecae37</id>
<content type='text'>
Update igep00x0 code with the following features:
- Add board and revision detection for the boards:
  - IGEP0020-RF
  - IGEP0020-RC
  - IGEP0030-RG
  - IGEP0030-RE
- Merge IGEP0020 and IGEP0030 mux tables
- Add suport to use GPIO_126, GPIO_127 and GPIO_129
- board_name and board_rev environment variables display board and
  revision informations
- Move dtb name selection from code to boot script

Signed-off-by: Pau Pajuelo &lt;ppajuel@gmail.com&gt;
Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Tested-by: Pau Pajuelo &lt;ppajuel@gmail.com&gt;
</content>
</entry>
<entry>
<title>igep00x0: move SPL routines into separate file</title>
<updated>2017-08-26T18:56:12Z</updated>
<author>
<name>Ladislav Michl</name>
<email>ladis@linux-mips.org</email>
</author>
<published>2017-08-17T01:06:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c699a4747e763e82cc813c955d318b966303b81'/>
<id>urn:sha1:4c699a4747e763e82cc813c955d318b966303b81</id>
<content type='text'>
Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs
by moving SPL related functions into separate file.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Tested-by: Pau Pajuelo &lt;ppajuel@gmail.com&gt;
Acked-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;
</content>
</entry>
<entry>
<title>board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/</title>
<updated>2017-08-26T18:56:10Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-08-15T20:52:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c25c4fd0104e8a6695783e41f896ce5f288a6a70'/>
<id>urn:sha1:c25c4fd0104e8a6695783e41f896ce5f288a6a70</id>
<content type='text'>
The code in board/spear/common/ is not board-specific but
SoC-specific. Therefore, boards from other vendors than "spear" may
want to re-use this code, which is currently difficult with the code
being placed in board/spear/common/.

Since this code really is SoC-specific, this commit moves it to
arch/arm/cpu/arm926ejs/spear/, with the rest of the SPEAr related
code.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: Remove SH SDHI probing from ULCB board</title>
<updated>2017-08-25T22:04:49Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2017-08-20T15:13:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f380854923aae93fd0d7310459c2d130f48f90e'/>
<id>urn:sha1:6f380854923aae93fd0d7310459c2d130f48f90e</id>
<content type='text'>
Drop the SH SDHI bit from the board since SD now probes from DT instead.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: Remove SH SDHI probing from Salvator-X board</title>
<updated>2017-08-25T22:04:49Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2017-08-20T15:13:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ddb39a075b9ea020e71b8fce234332f4f00df290'/>
<id>urn:sha1:ddb39a075b9ea020e71b8fce234332f4f00df290</id>
<content type='text'>
Drop the SH SDHI bit from the board since SD now probes from DT instead.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: Remove Serial SH probing from ULCB board</title>
<updated>2017-08-25T22:04:49Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2017-08-20T15:13:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f63551471b6cf72bf81e497aac9bada705b4f57'/>
<id>urn:sha1:3f63551471b6cf72bf81e497aac9bada705b4f57</id>
<content type='text'>
Drop the Serial SH bit from the board since UART now probes from DT instead.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: Remove Serial SH probing from Salvator-X board</title>
<updated>2017-08-25T22:04:49Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2017-08-20T15:13:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c30aea5b14ff6a6f9c490865048acebccb8f30e'/>
<id>urn:sha1:1c30aea5b14ff6a6f9c490865048acebccb8f30e</id>
<content type='text'>
Drop the Serial SH bit from the board since UART now probes from DT instead.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
<entry>
<title>ARM: rmobile: Remove RAVB probing from ULCB board</title>
<updated>2017-08-25T22:04:49Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2017-08-20T15:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=75ba2bf99f3aaae3f05bf281159ffd6af31dc89e'/>
<id>urn:sha1:75ba2bf99f3aaae3f05bf281159ffd6af31dc89e</id>
<content type='text'>
Drop the RAVB bit from the board since RAVB now probes from DT instead.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
</content>
</entry>
</feed>
