<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch, branch v2020.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2020.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch?h=v2020.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-08-08T02:31:32Z</updated>
<entry>
<title>board: presidio: add LED support</title>
<updated>2020-08-08T02:31:32Z</updated>
<author>
<name>Jway Lin</name>
<email>jway.lin@cortina-access.com</email>
</author>
<published>2020-07-01T04:08:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=edca8edd79583e6dd04d8d07767288c4fc0948b9'/>
<id>urn:sha1:edca8edd79583e6dd04d8d07767288c4fc0948b9</id>
<content type='text'>
Add LED support for Cortina Access Presidio Engineering Board

Signed-off-by: Jway Lin &lt;jway.lin@cortina-access.com&gt;
Signed-off-by: Alex Nemirovsky &lt;alex.nemirovsky@cortina-access.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

CC: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board_f: ppc: Factor out ppc-specific bdinfo setup</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1e504a3eaa59923a294685050b423fa4d7e49e7'/>
<id>urn:sha1:f1e504a3eaa59923a294685050b423fa4d7e49e7</id>
<content type='text'>
Factor out ppc-specific bdinfo setup from generic init sequence to
arch_setup_bdinfo in arch/powerpc/lib/bdinfo.c.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>board_f: m68k: Factor out m68k-specific bdinfo setup</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee9c3adc85791ad887dc798c294c2d8756dfb0b9'/>
<id>urn:sha1:ee9c3adc85791ad887dc798c294c2d8756dfb0b9</id>
<content type='text'>
Factor out m68k-specific bdinfo setup to arch_setup_bdinfo in
arch/m68k/lib/bdinfo.c. Also, use if(IS_ENABLED()) instead of #ifdef where
possible.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4aa188948e637fe5951a59958ae1ed5c2f8271b'/>
<id>urn:sha1:a4aa188948e637fe5951a59958ae1ed5c2f8271b</id>
<content type='text'>
Move all assignments to gd-&gt;bd-&gt;bi_mem{start,size} to generic code in
setup_bdinfo.

Xtensa architecture is special in this regard as it defines its own
handling of gd-&gt;bd-&gt;bi_mem{start,size} fields. In order to avoid defining
a weak SDRAM function, let arch_setup_bdinfo overwrite the generic flags.

For ARC architecture, remove ARCH_EARLY_INIT_R from Kconfig since it is
not needed anymore.

Also, use gd-&gt;ram_base to populate bi_memstart to avoid an ifdef.

Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
Acked-by: Alexey Brodkin &lt;abrokdin@synopsys.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>cmd: bdinfo: Move sram info prints to generic code</title>
<updated>2020-08-06T18:26:35Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-07-24T11:12:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6ecefcfb6d0cfdd0c34db5d25ed58859eb266416'/>
<id>urn:sha1:6ecefcfb6d0cfdd0c34db5d25ed58859eb266416</id>
<content type='text'>
bi_sramstart and bi_sramsize are generic members of the bd_info structure,
so move the m68k/powerpc-specific prints to generic code. Also, print them
only if SRAM support is enabled via CONFIG_SYS_HAS_SRAM.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: Update CRS305-1G-4S board flash layout</title>
<updated>2020-08-06T12:12:14Z</updated>
<author>
<name>Luka Kovacic</name>
<email>luka.kovacic@sartura.hr</email>
</author>
<published>2020-07-23T08:56:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=14133650d85532b99accdd5f13bf415d94301ef9'/>
<id>urn:sha1:14133650d85532b99accdd5f13bf415d94301ef9</id>
<content type='text'>
Update the MikroTik CRS305-1G-4S flash layout to support redundant UBI
partitions.
Additionally enable the UBI commands in crs305-1g-4s_defconfig.

Signed-off-by: Luka Kovacic &lt;luka.kovacic@sartura.hr&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: Add CRS328-4C-20S-4S board</title>
<updated>2020-08-06T12:12:14Z</updated>
<author>
<name>Luka Kovacic</name>
<email>luka.kovacic@sartura.hr</email>
</author>
<published>2020-07-23T08:56:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=537eaf4ea77efb643615cf9a7e9b33578c171e35'/>
<id>urn:sha1:537eaf4ea77efb643615cf9a7e9b33578c171e35</id>
<content type='text'>
MikroTik CRS328-4C-20S-4S board has a switch chip with an integrated
Marvell Prestera 98DX3236 CPU.

This commit includes two board variants, namely the factory
default one and a Bit variant. The Bit board variant has a
bigger Macronix flash.

Add basic U-Boot, UART and SPI flash support.

Signed-off-by: Luka Kovacic &lt;luka.kovacic@sartura.hr&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: Add CRS326-24G-2S board</title>
<updated>2020-08-06T12:12:14Z</updated>
<author>
<name>Luka Kovacic</name>
<email>luka.kovacic@sartura.hr</email>
</author>
<published>2020-07-23T08:56:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d4cc179fcd364f534149c80f2b9a95797fca90a1'/>
<id>urn:sha1:d4cc179fcd364f534149c80f2b9a95797fca90a1</id>
<content type='text'>
MikroTik CRS326-24G-2S board has a switch chip with an integrated
Marvell Prestera 98DX3236 CPU.

This commit includes two board variants, namely the factory
default one and a Bit variant. The Bit board variant has a
bigger Macronix flash.

Add basic U-Boot, UART and SPI flash support.

Signed-off-by: Luka Kovacic &lt;luka.kovacic@sartura.hr&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: Add CRS305-1G-4S Bit board</title>
<updated>2020-08-06T12:12:14Z</updated>
<author>
<name>Luka Kovacic</name>
<email>luka.kovacic@sartura.hr</email>
</author>
<published>2020-07-23T08:56:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a263df59be47e6e6383ffc17f75b127e0b5034c7'/>
<id>urn:sha1:a263df59be47e6e6383ffc17f75b127e0b5034c7</id>
<content type='text'>
MikroTik CRS305-1G-4S Bit board has a switch chip with an integrated
Marvell Prestera 98DX3236 CPU.

The Bit board variant is added, which has a bigger Macronix flash.

Add basic U-Boot, UART and Winbond SPI flash support.

Signed-off-by: Luka Kovacic &lt;luka.kovacic@sartura.hr&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Cc: Jakov Petrina &lt;jakov.petrina@sartura.hr&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh</title>
<updated>2020-08-05T20:06:42Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-08-05T20:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89150a9314bd432ed8cca9a03034435346fb0b16'/>
<id>urn:sha1:89150a9314bd432ed8cca9a03034435346fb0b16</id>
<content type='text'>
- r2dplus updates
</content>
</entry>
</feed>
