<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>84a42069f253554dbc2c7b4bbd28149a7a88c0ab - env: Add &apos;envtools&apos; target to &apos;make help&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#84a42069f253554dbc2c7b4bbd28149a7a88c0ab</link>
        <description>env: Add &apos;envtools&apos; target to &apos;make help&apos;The target is not currently mentioned anywhere. Add it to the help sopeople can find it.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 05 Sep 2017 07:53:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>573329571435eae967182baf94b2146188fb1ee5 - env: Fix operation of &apos;make environ&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#573329571435eae967182baf94b2146188fb1ee5</link>
        <description>env: Fix operation of &apos;make environ&apos;This was broken by the recent environment refactoring. Specifically:$  make environscripts/Makefile.build:59: tools/environ/Makefile: No such file or directorymake[1]: *** No rule to make target &apos;tools/environ/Makefile&apos;.  Stop.make: *** [Makefile:1469: environ] Error 2Fix this by updating the Makefile and adjusting the #include filesnames intwo C files.Fixes: ec74f5f (Makefile: Rename &apos;env&apos; target to &apos;environ&apos;)Reported-by: M&#229;ns Rullg&#229;rd &lt;mans@mansr.com&gt;Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 05 Sep 2017 07:53:58 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1ad6364eeb4f578e423081d1748e8a3fdf1ab01d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#1ad6364eeb4f578e423081d1748e8a3fdf1ab01d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Wed, 05 Mar 2014 11:51:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>3e11350255d9c5d4bd03c2a65769da84c05d3294 - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#3e11350255d9c5d4bd03c2a65769da84c05d3294</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Conflicts:	Makefile	drivers/net/npe/MakefileThese two conflicts arise from commit 0b2d3f20(&quot;ARM: NET: Remove the IXP NPE ethernet driver&quot;) and areresolved by deleting the drivers/net/npe/Makefile fileand removing the CONFIG_IXP4XX_NPE line from Makefile.

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Thu, 20 Feb 2014 12:16:05 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>79fc0c5f498c3982aa4740c273ab1a9255063d9c - tools/env: cross-compile fw_printenv without setting HOSTCC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#79fc0c5f498c3982aa4740c273ab1a9255063d9c</link>
        <description>tools/env: cross-compile fw_printenv without setting HOSTCCfw_printenv is a program which mostly runs on the target Linux.Before switching to Kbuild, we needed to set HOSTCC at thecommand line like this:    make HOSTCC=&lt;your CC cross-compiler&gt; envGoing forward we can cross compile it by specifying CROSS_COMPILE:    make CROSS_COMPILE=&lt;your cross-compiler prefix&gt; envThis looks more natural.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Tested-by: Gerhard Sittig &lt;gsi@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 04 Feb 2014 08:24:45 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>55011539172b6ca6022e0f5581c73eaa30b57882 - Fix a couple typoes in tools/env/README</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#55011539172b6ca6022e0f5581c73eaa30b57882</link>
        <description>Fix a couple typoes in tools/env/READMESigned-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Wed, 27 Feb 2013 11:28:45 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;</dc:creator>
    </item>
<item>
        <title>1c4ea78aa7ca53fa5b1d09753fea35908922ce55 - tools: Add a README note about fw_printenv lock file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#1c4ea78aa7ca53fa5b1d09753fea35908922ce55</link>
        <description>tools: Add a README note about fw_printenv lock fileAdd 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;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Thu, 04 Oct 2012 08:31:00 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>566e5cf451ae7e33e31bb62ae5b9b258e33f8609 - ARM: drop unsupported &apos;trab&apos; board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#566e5cf451ae7e33e31bb62ae5b9b258e33f8609</link>
        <description>ARM: drop unsupported &apos;trab&apos; boardThe &apos;trab&apos; board configuration is broken, and there is nobody who isinterested and willing to fix it.  Drop it.This includes support for VFD displays which have always been used bythis board only.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Sun, 01 May 2011 18:44:23 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>56c1769806a437c994355422f5b52ca3eee70834 - tools/env: document current cross-compilation issues and workaround</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#56c1769806a437c994355422f5b52ca3eee70834</link>
        <description>tools/env: document current cross-compilation issues and workaroundSigned-off-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Thu, 07 Apr 2011 22:11:20 +0000</pubDate>
        <dc:creator>Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;</dc:creator>
    </item>
<item>
        <title>cb5473205206c7f14cbb1e747f28ec75b48826e2 - Merge branch &apos;fixes&apos; into cleanups</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#cb5473205206c7f14cbb1e747f28ec75b48826e2</link>
        <description>Merge branch &apos;fixes&apos; into cleanupsConflicts:	board/atmel/atngw100/atngw100.c	board/atmel/atstk1000/atstk1000.c	cpu/at32ap/at32ap700x/gpio.c	include/asm-avr32/arch-at32ap700x/clk.h	include/configs/atngw100.h	include/configs/atstk1002.h	include/configs/atstk1003.h	include/configs/atstk1004.h	include/configs/atstk1006.h	include/configs/favr-32-ezkit.h	include/configs/hammerhead.h	include/configs/mimc200.h

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Wed, 17 Dec 2008 15:53:07 +0000</pubDate>
        <dc:creator>Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>650a9e7abc44ce1ce73d6668eaf0ba2d6b8025e9 - Merge branch &apos;denx&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#650a9e7abc44ce1ce73d6668eaf0ba2d6b8025e9</link>
        <description>Merge branch &apos;denx&apos;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 09 Sep 2008 21:16:20 +0000</pubDate>
        <dc:creator>Andy Fleming &lt;afleming@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>5608692104efa8d56df803dc79ea41ac3607eee5 - fw_env: add NAND support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#5608692104efa8d56df803dc79ea41ac3607eee5</link>
        <description>fw_env: add NAND supportAdd support for environment in NAND with automatic NOR / NAND recognition,including unaligned environment, bad-block skipping, redundant environmentcopy.Signed-off-by: Guennadi Liakhovetski &lt;lg@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Thu, 04 Sep 2008 11:01:49 +0000</pubDate>
        <dc:creator>Guennadi Liakhovetski &lt;lg@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8d79953d03e6c5b24215609997dafe4daa623cd6 - Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#8d79953d03e6c5b24215609997dafe4daa623cd6</link>
        <description>Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Sun, 13 Jan 2008 14:04:37 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6a40ef62c4300e9f606deef0a4618cbc4b514a51 - Merge git://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#6a40ef62c4300e9f606deef0a4618cbc4b514a51</link>
        <description>Merge git://www.denx.de/git/u-bootConflicts:	board/tqm5200/tqm5200.c

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Wed, 09 Jan 2008 12:57:10 +0000</pubDate>
        <dc:creator>Markus Klotzbuecher &lt;mk@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c1d16334091653de8eabcc9eb4f3447c98ba5506 - Merge branch &apos;master&apos; of /home/wd/git/u-boot/master/</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#c1d16334091653de8eabcc9eb4f3447c98ba5506</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/master/

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Wed, 09 Jan 2008 10:17:59 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>64b3727b9779d86127cd576e392a987de5ebb9fd - tools: fix fw_printenv tool to compile again</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#64b3727b9779d86127cd576e392a987de5ebb9fd</link>
        <description>tools: fix fw_printenv tool to compile againThis patch updates the fw_printenv/fw_setenv userspace tool to includethe correct MTD header in order to compile against current kernelheaders. Backward compatibility is preserved by introducing an optionMTD_VERSION which can be set to &quot;old&quot; for compilation using the old MTDheaders. Along with this a number of warnings are fixed.Signed-off-by: Markus Klotzbuecher &lt;mk@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 27 Nov 2007 09:23:20 +0000</pubDate>
        <dc:creator>Markus Klotzb&#252;cher &lt;mk@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6de66b35426312a21174a9bf0576a094e2904bea - tools: fix fw_printenv tool to compile again</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#6de66b35426312a21174a9bf0576a094e2904bea</link>
        <description>tools: fix fw_printenv tool to compile againThis patch updates the fw_printenv/fw_setenv userspace tool to includethe correct MTD header in order to compile against current kernelheaders. Backward compatibility is preserved by introducing an optionMTD_VERSION which can be set to &quot;old&quot; for compilation using the old MTDheaders. Along with this a number of warnings are fixed.Signed-off-by: Markus Klotzbuecher &lt;mk@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 27 Nov 2007 09:23:20 +0000</pubDate>
        <dc:creator>Markus Klotzb&#252;cher &lt;mk@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d0fb80c3021e15853895e9ae45ab9368d0fb52fa - * Restrict baudrate settings on LWMON to higher speeds</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#d0fb80c3021e15853895e9ae45ab9368d0fb52fa</link>
        <description>* Restrict baudrate settings on LWMON to higher speeds  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&apos;s environment  (figuration of the utility, using a config file)

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Sat, 11 Jan 2003 09:48:40 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>6aff3115b90780933d390d2b471479179927468d - * Use 1-byte-read instead of -write for iprobe() function</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/env/README#6aff3115b90780933d390d2b471479179927468d</link>
        <description>* Use 1-byte-read instead of -write for iprobe() function  Add i2c commands to PM826 config* extend I2C POST code: check for list on known addresses

            List of files:
            /rk3399_rockchip-uboot/tools/env/README</description>
        <pubDate>Tue, 17 Dec 2002 01:51:00 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
</channel>
</rss>
