<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/env/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-06-17T15:32:22Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-spi</title>
<updated>2019-06-17T15:32:22Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-06-17T15:32:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c3f43185eeb9e600c6cc0e7721f52c749e14c666'/>
<id>urn:sha1:c3f43185eeb9e600c6cc0e7721f52c749e14c666</id>
<content type='text'>
- Drop zipitz2 board (Tom)
- Add DEPRECATED option (Tom)
- Mark legacy or non-dm drivers as DEPRECATED (Jagan)
</content>
</entry>
<entry>
<title>Kconfig: Add SPI / SPI_FLASH as dependencies</title>
<updated>2019-06-13T07:21:06Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-05-29T21:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a4298ddaf8bbccf8a14acb6be33764eecbea9abd'/>
<id>urn:sha1:a4298ddaf8bbccf8a14acb6be33764eecbea9abd</id>
<content type='text'>
In order to use CMD_SF / CMD_SPI / ENV_IS_IN_SPI_FLASH we need to have
the SPI (or SPI_FLASH/DM_SPI_FLASH, for CMD_SF) enabled.  Express this
in the Kconfigs.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>env: allow ENV_IS_NOWHERE with other storage target</title>
<updated>2019-06-06T15:40:13Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2019-05-07T09:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=208bd2b85ecce9ecf2d661f51dba682f8ce0b074'/>
<id>urn:sha1:208bd2b85ecce9ecf2d661f51dba682f8ce0b074</id>
<content type='text'>
Allow U-Boot to get default environment for some boot mode
(USB for example), and to select storage location when it is
booting from flash device;
ENVL_NOWHERE is present in env_locations with other one.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig</title>
<updated>2019-05-23T09:36:46Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2019-04-18T15:32:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=579a3e7bf98ee1a60b40b04f24858939cc34b322'/>
<id>urn:sha1:579a3e7bf98ee1a60b40b04f24858939cc34b322</id>
<content type='text'>
Add arch stm32mp for ENV migration step and drop more
items from include/configs/xxx.h.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>env: spi: Fix incorrect entry description</title>
<updated>2019-05-09T23:52:55Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-05-04T17:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=dd30961ca10b6cec605881e6350253a80163440c'/>
<id>urn:sha1:dd30961ca10b6cec605881e6350253a80163440c</id>
<content type='text'>
Fix the max frequency entry description, it's incorrect.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Chris Brandt &lt;chris.brandt@renesas.com&gt;
Cc: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_ENV_SPI_* to Kconfig</title>
<updated>2019-03-25T21:36:59Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2019-02-27T14:20:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=abe66b1b5decf9cc2fb5daad42c9e870e5b99b67'/>
<id>urn:sha1:abe66b1b5decf9cc2fb5daad42c9e870e5b99b67</id>
<content type='text'>
This converts the following to Kconfig:
  CONFIG_ENV_SPI_BUS
  CONFIG_ENV_SPI_CS
  CONFIG_ENV_SPI_MAX_HZ
  CONFIG_ENV_SPI_MODE

Most of time these value are not needed, CONFIG_SF_DEFAULT
with same value is used, so I introduced CONFIG_USE_ENV_SPI_*
to force the associated value for the environment.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>ARC: Move ENV_SIZE and ENV_OFFSET to Kconfig</title>
<updated>2019-01-25T05:38:18Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2019-01-15T08:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=70b5ea74063e55bef59190833b5d83039e3d3ae8'/>
<id>urn:sha1:70b5ea74063e55bef59190833b5d83039e3d3ae8</id>
<content type='text'>
Join the party of some ARM boards and drop more
items from include/configs/xxx.h.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm64: versal: Add support for new Xilinx Versal ACAPs</title>
<updated>2018-10-16T14:53:21Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2018-08-22T12:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ec48b6c991f400c8583ac2f875d65a8539f0b437'/>
<id>urn:sha1:ec48b6c991f400c8583ac2f875d65a8539f0b437</id>
<content type='text'>
Xilinx is introducing Versal, an adaptive compute acceleration platform
(ACAP), built on 7nm FinFET process technology. Versal ACAPs combine
Scalar Processing Engines, Adaptable Hardware Engines, and Intelligent
Engines with leading-edge memory and interfacing technologies to deliver
powerful heterogeneous acceleration for any application. The Versal AI
Core series has five devices, offering 128 to 400 AI Engines. The series
includes dual-core Arm Cortex™-A72 application processors, dual-core Arm
Cortex-R5 real-time processors, 256KB of on-chip memory with ECC, more
than 1,900 DSP engines optimized for high-precision floating point with
low latency.

The patch is adding necessary infrastructure in place without enabling
platform which is done in separate patch.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>env: Merge Rockchip, Sunxi, Zynq and ZynqMP</title>
<updated>2018-08-19T16:14:38Z</updated>
<author>
<name>Michal Simek</name>
</author>
<published>2018-07-19T06:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4aee624c927519fc9edc79ccc247486ac3f68392'/>
<id>urn:sha1:4aee624c927519fc9edc79ccc247486ac3f68392</id>
<content type='text'>
There is no reason to have the same Kconfig options for different SoCs
separately. The patch is merging them together.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;
[trini: Fix ENV_SIZE around ENV_IS_NOWHERE]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>env: Simplify Makefile using $(SPL_TPL_)</title>
<updated>2018-07-21T16:24:31Z</updated>
<author>
<name>York Sun</name>
</author>
<published>2018-06-26T17:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=474ecd2c84d97314b8145fbe3a57887f41b2edb3'/>
<id>urn:sha1:474ecd2c84d97314b8145fbe3a57887f41b2edb3</id>
<content type='text'>
Add Kconfig options SPL_ENV_* and TPL_ENV_* and simplify Makefile.
This allows SPL/TPL image has different environment setting from
full feature U-Boot.

Signed-off-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
