<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/tools/env/README, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2017-09-06T00:34:09Z</updated>
<entry>
<title>env: Add 'envtools' target to 'make help'</title>
<updated>2017-09-06T00:34:09Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-09-05T07:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=84a42069f253554dbc2c7b4bbd28149a7a88c0ab'/>
<id>urn:sha1:84a42069f253554dbc2c7b4bbd28149a7a88c0ab</id>
<content type='text'>
The target is not currently mentioned anywhere. Add it to the help so
people can find it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>env: Fix operation of 'make environ'</title>
<updated>2017-09-06T00:34:08Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-09-05T07:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=573329571435eae967182baf94b2146188fb1ee5'/>
<id>urn:sha1:573329571435eae967182baf94b2146188fb1ee5</id>
<content type='text'>
This was broken by the recent environment refactoring. Specifically:

$  make environ
scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory
make[1]: *** No rule to make target 'tools/environ/Makefile'.  Stop.
make: *** [Makefile:1469: environ] Error 2

Fix this by updating the Makefile and adjusting the #include filesnames in
two C files.

Fixes: ec74f5f (Makefile: Rename 'env' target to 'environ')
Reported-by: Måns Rullgård &lt;mans@mansr.com&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>tools/env: cross-compile fw_printenv without setting HOSTCC</title>
<updated>2014-02-19T16:10:04Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2014-02-04T08:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=79fc0c5f498c3982aa4740c273ab1a9255063d9c'/>
<id>urn:sha1:79fc0c5f498c3982aa4740c273ab1a9255063d9c</id>
<content type='text'>
fw_printenv is a program which mostly runs on the target Linux.

Before switching to Kbuild, we needed to set HOSTCC at the
command line like this:
    make HOSTCC=&lt;your CC cross-compiler&gt; env

Going forward we can cross compile it by specifying CROSS_COMPILE:
    make CROSS_COMPILE=&lt;your cross-compiler prefix&gt; env
This looks more natural.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Tested-by: Gerhard Sittig &lt;gsi@denx.de&gt;
</content>
</entry>
<entry>
<title>Fix a couple typoes in tools/env/README</title>
<updated>2013-03-11T21:00:28Z</updated>
<author>
<name>Robert P. J. Day</name>
</author>
<published>2013-02-27T11:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=55011539172b6ca6022e0f5581c73eaa30b57882'/>
<id>urn:sha1:55011539172b6ca6022e0f5581c73eaa30b57882</id>
<content type='text'>
Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
</content>
</entry>
<entry>
<title>tools: Add a README note about fw_printenv lock file</title>
<updated>2012-10-15T18:54:05Z</updated>
<author>
<name>Joe Hershberger</name>
</author>
<published>2012-10-04T08:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1c4ea78aa7ca53fa5b1d09753fea35908922ce55'/>
<id>urn:sha1:1c4ea78aa7ca53fa5b1d09753fea35908922ce55</id>
<content type='text'>
Add a mention of the lock file to the README for the fw_printenv tool.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reported-by: Luka Perkov &lt;uboot@lukaperkov.net&gt;
</content>
</entry>
<entry>
<title>ARM: drop unsupported 'trab' board</title>
<updated>2011-06-22T18:00:51Z</updated>
<author>
<name>Wolfgang Denk</name>
</author>
<published>2011-05-01T18:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=566e5cf451ae7e33e31bb62ae5b9b258e33f8609'/>
<id>urn:sha1:566e5cf451ae7e33e31bb62ae5b9b258e33f8609</id>
<content type='text'>
The 'trab' board configuration is broken, and there is nobody who is
interested and willing to fix it.  Drop it.

This includes support for VFD displays which have always been used by
this board only.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>tools/env: document current cross-compilation issues and workaround</title>
<updated>2011-04-29T23:10:28Z</updated>
<author>
<name>Luca Ceresoli</name>
</author>
<published>2011-04-07T22:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=56c1769806a437c994355422f5b52ca3eee70834'/>
<id>urn:sha1:56c1769806a437c994355422f5b52ca3eee70834</id>
<content type='text'>
Signed-off-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
</content>
</entry>
<entry>
<title>fw_env: add NAND support</title>
<updated>2008-09-09T08:39:55Z</updated>
<author>
<name>Guennadi Liakhovetski</name>
</author>
<published>2008-09-04T11:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=5608692104efa8d56df803dc79ea41ac3607eee5'/>
<id>urn:sha1:5608692104efa8d56df803dc79ea41ac3607eee5</id>
<content type='text'>
Add support for environment in NAND with automatic NOR / NAND recognition,
including unaligned environment, bad-block skipping, redundant environment
copy.

Signed-off-by: Guennadi Liakhovetski &lt;lg@denx.de&gt;
</content>
</entry>
<entry>
<title>tools: fix fw_printenv tool to compile again</title>
<updated>2008-01-08T21:53:01Z</updated>
<author>
<name>Markus Klotzbücher</name>
</author>
<published>2007-11-27T09:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=6de66b35426312a21174a9bf0576a094e2904bea'/>
<id>urn:sha1:6de66b35426312a21174a9bf0576a094e2904bea</id>
<content type='text'>
This patch updates the fw_printenv/fw_setenv userspace tool to include
the correct MTD header in order to compile against current kernel
headers. Backward compatibility is preserved by introducing an option
MTD_VERSION which can be set to "old" for compilation using the old MTD
headers. Along with this a number of warnings are fixed.

Signed-off-by: Markus Klotzbuecher &lt;mk@denx.de&gt;
</content>
</entry>
<entry>
<title>* Restrict baudrate settings on LWMON to higher speeds</title>
<updated>2003-01-11T09:48:40Z</updated>
<author>
<name>wdenk</name>
</author>
<published>2003-01-11T09:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d0fb80c3021e15853895e9ae45ab9368d0fb52fa'/>
<id>urn:sha1:d0fb80c3021e15853895e9ae45ab9368d0fb52fa</id>
<content type='text'>
  when watchdog is on

* Update baudrate in bd_info when it gets changed

* Add watchdog trigger points while waiting for serial port
  (so far only 8xx -- needed on LWMON with 100ms watchdog)

* Improve command line tool to access the U-Boot's environment
  (figuration of the utility, using a config file)
</content>
</entry>
</feed>
