<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, branch v2021.01-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2021.01-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2021.01-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-11-20T09:42:54Z</updated>
<entry>
<title>microblaze: Detect NOR flash based on DT</title>
<updated>2020-11-20T09:42:54Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-11-04T15:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=631a241e4884579774ff6bad60ff3cadf28f80e6'/>
<id>urn:sha1:631a241e4884579774ff6bad60ff3cadf28f80e6</id>
<content type='text'>
Remove fixed configuration and detect flash based on DT.

Also increase amount of flash sectors to 2048 because on kc705 flash has
1027 sectors.

Bank # 1: CFI conformant flash (16 x 16)  Size: 128 MB in 1027 Sectors
  Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x8962
  Erase timeout: 4096 ms, write timeout: 2 ms
  Buffer write timeout: 5 ms, buffer size: 1024 bytes

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Unify of setting for SPL_NOR/XIP support</title>
<updated>2020-11-20T09:42:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-11-04T15:12:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=09996b4d8466a31c300d5de37c3cf8ff33f151a7'/>
<id>urn:sha1:09996b4d8466a31c300d5de37c3cf8ff33f151a7</id>
<content type='text'>
XIP is not enabled in SPL. SPL_NOR is enabled but any macro setting with
using SYS_FLASH_BASE are wrong because it is not aligned with DM.
That's why change these macro and align them with TEXT_BASE macro.
Information should be find at run time based on DT but implementation is
not done yet.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Remove CONFIG_SYS_FDT_SIZE</title>
<updated>2020-11-20T09:42:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-11-04T15:08:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a3c43fb01a1b63b9bb279835aeab730d55683097'/>
<id>urn:sha1:a3c43fb01a1b63b9bb279835aeab730d55683097</id>
<content type='text'>
CONFIG_SYS_FDT_SIZE is not use anywhere that's why remove it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Get rid of xparameters.h</title>
<updated>2020-11-20T09:42:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-11-04T15:00:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c5828dc4bdae40697f162645b76fe815bf548b3'/>
<id>urn:sha1:6c5828dc4bdae40697f162645b76fe815bf548b3</id>
<content type='text'>
There is no need to use this file anymore. Include it in main config file
and simplify logic based on it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Simplify cache handling</title>
<updated>2020-11-20T09:42:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-11-04T14:58:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7556fa09e0ec52a27e05206ada4aa5685e01f3c1'/>
<id>urn:sha1:7556fa09e0ec52a27e05206ada4aa5685e01f3c1</id>
<content type='text'>
Enable caches by default. For now just simplify config file but it should
be read from DT or PVRs.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Clean config file from ifdef mess</title>
<updated>2020-11-20T09:42:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-11-04T14:46:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=91218f4c242dfc7cb8230efd3966f01619e87804'/>
<id>urn:sha1:91218f4c242dfc7cb8230efd3966f01619e87804</id>
<content type='text'>
A lot of configs has been moved to Kconfig and it ends up in ifdef mess
with no bodies. That's why remove all of them.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>km/ppc: use Kconfig for MEMTEST configuration</title>
<updated>2020-11-19T14:45:49Z</updated>
<author>
<name>Holger Brunck</name>
<email>holger.brunck@hitachi-powergrids.com</email>
</author>
<published>2020-10-29T12:54:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c904a0b762aedccf603ce492687450efb0e8924c'/>
<id>urn:sha1:c904a0b762aedccf603ce492687450efb0e8924c</id>
<content type='text'>
Also change back SYS_MEMTEST_END to 0x00f00000. 0xe00000 was wrong and
introduced due to the global Kconfig migration of this option in u-boot.

CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
</content>
</entry>
<entry>
<title>km: replace hardcoded address for imported environment</title>
<updated>2020-11-19T14:45:49Z</updated>
<author>
<name>Matteo Ghidoni</name>
<email>matteo.ghidoni@hitachi-powergrids.com</email>
</author>
<published>2020-10-29T12:48:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aef04a8aa1164bf2605db102fa051a34f646c0a1'/>
<id>urn:sha1:aef04a8aa1164bf2605db102fa051a34f646c0a1</id>
<content type='text'>
Instead of using an hard coded address, make use of an
already defined address for importing the environment
for ramfs and nfs boot. This allows boards having different
mapping to use the same code.

CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Matteo Ghidoni &lt;matteo.ghidoni@hitachi-powergrids.com&gt;
Signed-off-by: Holger Brunck &lt;holger.brunck@hitachi-powergrids.com&gt;
</content>
</entry>
<entry>
<title>Nokia RX-51: Remove old comments from configs/nokia_rx51.h file</title>
<updated>2020-11-15T09:59:40Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali@kernel.org</email>
</author>
<published>2020-10-31T16:32:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e4f7592196570db82343cedf156f4d3477f69610'/>
<id>urn:sha1:e4f7592196570db82343cedf156f4d3477f69610</id>
<content type='text'>
These comments are relict for old, now removed config options.
So remove these obsoleted comments too.

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
</content>
</entry>
<entry>
<title>Nokia RX-51: Convert to CONFIG_DM_I2C</title>
<updated>2020-11-15T09:56:25Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali@kernel.org</email>
</author>
<published>2020-10-26T22:45:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d8c181703253e8162ed9b2bdfd353bf44448770'/>
<id>urn:sha1:8d8c181703253e8162ed9b2bdfd353bf44448770</id>
<content type='text'>
Use twl4030_i2c_read(), i2c_get_chip_for_busnum() and remove
CONFIG_SYS_I2C.

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
</content>
</entry>
</feed>
