<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/microblaze-generic.h, branch v2021.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs/microblaze-generic.h?h=v2021.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs/microblaze-generic.h?h=v2021.01'/>
<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>microblaze: Add support for distro boot</title>
<updated>2020-10-27T07:01:36Z</updated>
<author>
<name>T Karthik Reddy</name>
<email>t.karthik.reddy@xilinx.com</email>
</author>
<published>2020-09-22T11:18:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=44d2be8d6aa5b73a8d8ca1b1d36d2e1e794f449d'/>
<id>urn:sha1:44d2be8d6aa5b73a8d8ca1b1d36d2e1e794f449d</id>
<content type='text'>
Add distro boot support for microblaze and enable jtag, qspi,
dhcp, pxe boot targets for distro boot.
Enable DISTRO_DEFAULTS config in microblaze defconfig and also
enable support for spi xilinx driver &amp; spi vendors to access
spi flash by distro boot.

Signed-off-by: T Karthik Reddy &lt;t.karthik.reddy@xilinx.com&gt;
Signed-off-by: Ashok Reddy Soma &lt;ashok.reddy.soma@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: trivial code fixes</title>
<updated>2020-10-27T07:01:36Z</updated>
<author>
<name>T Karthik Reddy</name>
<email>t.karthik.reddy@xilinx.com</email>
</author>
<published>2020-09-22T11:18:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=581d6a6da7f619281f3bf6181a2cb438051b0e48'/>
<id>urn:sha1:581d6a6da7f619281f3bf6181a2cb438051b0e48</id>
<content type='text'>
Set proper indentation for env variables in microblaze header file.

Signed-off-by: T Karthik Reddy &lt;t.karthik.reddy@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: start.S: Use board_init_f_alloc/init in early init</title>
<updated>2020-10-27T07:01:36Z</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-09-24T08:54:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f5d8b1a1f9f08911636dc095c7f4f281a0dfc59d'/>
<id>urn:sha1:f5d8b1a1f9f08911636dc095c7f4f281a0dfc59d</id>
<content type='text'>
Implement early init by calling generic board_init_f_alloc_reserve and
board_init_f_init_reserve functions:
* drop SYS_MALLOC_F_LEN related code, as allocation and gd-&gt;malloc_base
  assignment are taken care of by the generic functions
* drop _gd logic

Cc: Michal Simek &lt;monstr@monstr.eu&gt;
Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
</content>
</entry>
<entry>
<title>treewide: Remove CONFIG_SYS_UBOOT_START from configs board files</title>
<updated>2020-01-08T14:27:44Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2019-12-06T14:01:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=74bb4570a952b06fecfafc5b961a5cb5147ec544'/>
<id>urn:sha1:74bb4570a952b06fecfafc5b961a5cb5147ec544</id>
<content type='text'>
As previous CONFIG_SYS_UBOOT_START is now set by default to
CONFIG_SYS_TEXT_BASE when not defined, CONFIG_SYS_UBOOT_START
can be removed from include/configs board files.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Acked-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
</feed>
