<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2020.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2020.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2020.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-09-25T16:55:06Z</updated>
<entry>
<title>Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq</title>
<updated>2020-09-25T16:55:06Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-09-25T16:55:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=253388acd6d0d52205ed9a32282f990e055bb87d'/>
<id>urn:sha1:253388acd6d0d52205ed9a32282f990e055bb87d</id>
<content type='text'>
- Bug fixes related to PCIe, pfe, xfi, gpio, reset, vid, env, and usb on
  layerscape products
</content>
</entry>
<entry>
<title>arm: kirkwood: dns325: Correct CONFIG_NR_DRAM_BANKS parameter</title>
<updated>2020-09-24T08:13:59Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-09-14T19:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e7e650e8bdb09ac46da017250394f8c589df10bb'/>
<id>urn:sha1:e7e650e8bdb09ac46da017250394f8c589df10bb</id>
<content type='text'>
Testing on a DNS-325 NAS has shown that in order for the device to work
we need to set CONFIG_NR_DRAM_BANKS to 1 and not 2.

Tested-by: Dmitry N. Kolesnikov &lt;dk.diklab@gmail.com&gt;
Reported-by: Dmitry N. Kolesnikov &lt;dk.diklab@gmail.com&gt;
Cc: Stefan Herbrechtsmeier &lt;stefan@herbrechtsmeier.net&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: Espressobin: Set environment variable fdtfile</title>
<updated>2020-09-24T08:13:42Z</updated>
<author>
<name>Andre Heider</name>
<email>a.heider@gmail.com</email>
</author>
<published>2020-09-11T04:35:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68e32e34436f406c60a26c79fdc4821d3b0de0ff'/>
<id>urn:sha1:68e32e34436f406c60a26c79fdc4821d3b0de0ff</id>
<content type='text'>
Required for the generic distro mechanism.

Linux ships with 4 variants:
marvell/armada-3720-espressobin-v7-emmc.dtb
marvell/armada-3720-espressobin-v7.dtb
marvell/armada-3720-espressobin-emmc.dtb
marvell/armada-3720-espressobin.dtb

Use available information to determine the appropriate filename.

Fixes booting GRUB EFI arm64 on Fedora.

Reported-by: Dennis Gilmore &lt;dennis@ausil.us&gt;
Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: mvebu: defconfig: espressobin: enable NET_RANDOM_ETHADDR</title>
<updated>2020-09-24T08:13:34Z</updated>
<author>
<name>Andre Heider</name>
<email>a.heider@gmail.com</email>
</author>
<published>2020-09-08T06:35:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=073ccfab5ffd522a35bef7b424a1ac824315b3c1'/>
<id>urn:sha1:073ccfab5ffd522a35bef7b424a1ac824315b3c1</id>
<content type='text'>
The hardware does not provide a MAC address. Enable this so that
network access works with just the default environment.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
Acked-by: Konstantin Porotchkin &lt;kostap@marvell.com&gt;
</content>
</entry>
<entry>
<title>configs: ls1012a/ls1046a: Add CONFIG_ENV_OVERWRITE in defconfig</title>
<updated>2020-09-23T14:03:44Z</updated>
<author>
<name>Kuldeep Singh</name>
<email>kuldeep.singh@nxp.com</email>
</author>
<published>2020-07-30T10:08:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7679afbfe39143c17079e3ee90413e6c391fa09c'/>
<id>urn:sha1:7679afbfe39143c17079e3ee90413e6c391fa09c</id>
<content type='text'>
CONFIG_ENV_OVERWRITE disables write protection on various environment
variables like "ethaddr" and "serial".

Enable this config in LS1046A and LS1012A defconfigs. This resolves an
error while setting multiple values of "ethaddr" variable.

Before the change:
=&gt; setenv ethaddr 00:E0:0C:00:06:0
=&gt; setenv ethaddr 00:E0:0C:00:06:1
Error: Can't overwrite "ethaddr"
Error inserting "ethaddr" variable, errno=1

After the change:
=&gt; setenv ethaddr 00:E0:0C:00:06:0
=&gt; setenv ethaddr 00:E0:0C:00:06:1

Signed-off-by: Kuldeep Singh &lt;kuldeep.singh@nxp.com&gt;
Reviewed-by: Priyanka Jain &lt;priyanka.jain@nxp.com&gt;
</content>
</entry>
<entry>
<title>mips: vocore2: fix various issues</title>
<updated>2020-09-22T22:14:56Z</updated>
<author>
<name>Mauro Condarelli</name>
<email>mc5686@mclink.it</email>
</author>
<published>2020-09-20T16:28:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d1538cc9bb87d12dcd8c9f9b07c17bb510042ef'/>
<id>urn:sha1:7d1538cc9bb87d12dcd8c9f9b07c17bb510042ef</id>
<content type='text'>
- fix SPL image generation
- fix incorrect console output
- increase malloc_f and malloc_r space to fix LZMA decompression errors
- increase SPI flash clock

Signed-off-by: Mauro Condarelli &lt;mc5686@mclink.it&gt;
[squashed to one patch, fix commit subject and description]
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>mips: pic32mzdask: enable CONFIG_BLK</title>
<updated>2020-09-22T22:14:21Z</updated>
<author>
<name>John Robertson</name>
<email>john.robertson@simiatec.com</email>
</author>
<published>2020-09-01T02:55:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95e714129434d8718500ad5d9faffc6507ffb0ce'/>
<id>urn:sha1:95e714129434d8718500ad5d9faffc6507ffb0ce</id>
<content type='text'>
CONFIG_BLK needs to be enabled by default to allow U-Boot to
compile after a 'make pic32mzdask_defconfig'.

Signed-off-by: John Robertson &lt;john.robertson@simiatec.com&gt;
</content>
</entry>
<entry>
<title>configs: powerpc: Don't set CONFIG_ENV_ADDR for QorIQ SPIFLASH</title>
<updated>2020-09-22T15:26:19Z</updated>
<author>
<name>Chris Packham</name>
<email>judge.packham@gmail.com</email>
</author>
<published>2020-09-06T22:37:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dc8368b7ee2b06c3b151074e4eb11fe3dbaa41d8'/>
<id>urn:sha1:dc8368b7ee2b06c3b151074e4eb11fe3dbaa41d8</id>
<content type='text'>
Setting CONFIG_ENV_ADDR to something other than 0 stops gd-&gt;env_addr
from being allocated dynamically. When the environment is in SPI we need
it to be allocated as we can't use a direct memory mapped address.

Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;
</content>
</entry>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2020-09-21T17:45:07Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-09-21T17:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d6b241bcd76f99fcc2233e7224eca1231ed2561a'/>
<id>urn:sha1:d6b241bcd76f99fcc2233e7224eca1231ed2561a</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: bcmstb: Disable networking support</title>
<updated>2020-09-18T20:19:58Z</updated>
<author>
<name>Thomas Fitzsimmons</name>
<email>fitzsim@fitzsim.org</email>
</author>
<published>2020-09-11T18:41:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e03dd8a05f5f0fc3d99289e84debe0ae99e805bb'/>
<id>urn:sha1:e03dd8a05f5f0fc3d99289e84debe0ae99e805bb</id>
<content type='text'>
Silence the "Driver Model for Ethernet drivers" migration warning for
the bcm7445 and bcm7260 ports, neither of which supports networking yet.

Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
