<?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.autoboot</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2fbb8462b0e18893b4b739705db047ffda82d4fc - autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#2fbb8462b0e18893b4b739705db047ffda82d4fc</link>
        <description>autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKAs the help message of CONFIG_BOOTDELAY says, CONFIG_BOOTDELAY=-2means the autoboot with no delay, with no abort check even ifCONFIG_ZERO_BOOTDELAY_CHECK is defined.To sum up, the autoboot behaves as follows: [1] CONFIG_BOOTDELAY=0 &amp;&amp; CONFIG_ZERO_BOOTDELAY_CHECK=y    autoboot with no delay, but you can abort it by key input [2] CONFIG_BOOTDELAY=0 &amp;&amp; CONFIG_ZERO_BOOTDELAY_CHECK=n    autoboot with no delay, with no check for abort [3] CONFIG_BOOTDELAY=-1    disable autoboot [4] CONFIG_BOOTDELAY=-2    autoboot with no delay, with no check for abortAs you notice, [2] and [4] come to the same result, which means wedo not need CONFIG_ZERO_BOOTDELAY_CHECK.  We can control all thecases only by CONFIG_BOOTDELAY, like this: [1] CONFIG_BOOTDELAY=0    autoboot with no delay, but you can abort it by key input [2] CONFIG_BOOTDELAY=-1    disable autoboot [3] CONFIG_BOOTDELAY=-2    autoboot with no delay, with no check for abortThis commit converts the logic as follow:  CONFIG_BOOTDELAY=0 &amp;&amp; CONFIG_ZERO_BOOTDELAY_CHECK=n    --&gt; CONFIG_BOOTDELAY=-2Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;Acked-by: Igor Grinberg &lt;grinberg@compulab.co.il&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;Acked-by: Christian Riesch &lt;christian.riesch@omicronenergy.com&gt;Acked-by: Hannes Schmelzer &lt;hannes.schmelzer@br-automation.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 27 Jun 2016 07:23:01 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>6f43ba70d15e15a08c25b3d956c70addb6740737 - 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/doc/README.autoboot#6f43ba70d15e15a08c25b3d956c70addb6740737</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Tue, 07 Jul 2015 09:38:44 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>2d908fa084a5b5e10a3726e80b42d2ce5100d079 - autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#2d908fa084a5b5e10a3726e80b42d2ce5100d079</link>
        <description>autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2These defines for a 2nd autoboot stop and delay string are nearly unused. Onlysc3 defines CONFIG_AUTOBOOT_DELAY_STR2. And a patch to remove this most likelyunmaintained board is also posted to the list.By removing these defines the code will become cleaner and moving the remainingcompile options to Kconfig will get easier.Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;Cc: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 18 May 2015 12:08:22 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>00ddacc1a1860bf777ba32ac0ece7a566c97bf48 - autoboot: add an option to override keyed autoboot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#00ddacc1a1860bf777ba32ac0ece7a566c97bf48</link>
        <description>autoboot: add an option to override keyed autobootAs originally implemented, setting the AUTOBOOT_KEYED config option willprevent users from breaking into the autoboot script with ctrl-c. Restorethat option with a new config symbol.Signed-off-by: Mark Langsdorf &lt;mark.langsdorf@calxeda.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Tue, 10 Sep 2013 20:20:23 +0000</pubDate>
        <dc:creator>Mark Langsdorf &lt;mark.langsdorf@calxeda.com&gt;</dc:creator>
    </item>
<item>
        <title>3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7 - Coding Style cleanup: remove trailing white space</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7</link>
        <description>Coding Style cleanup: remove trailing white spaceSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 07 Oct 2013 11:07:26 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>326ea986ac150acdc7656d57fca647db80b50158 - Merge git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#326ea986ac150acdc7656d57fca647db80b50158</link>
        <description>Merge git://git.denx.de/u-boot-armConflicts:	board/freescale/mx6qsabrelite/Makefile	board/freescale/mx6qsabrelite/mx6qsabrelite.c	include/configs/mx6qsabrelite.hSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Wed, 31 Jul 2013 09:30:38 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b485ba12b0defa0c4ed3559789250238f8331a8 - Merge branch &apos;u-boot/master&apos; into u-boot-arm/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Thu, 25 Jul 2013 15:57:46 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>1a4596601fd395f3afb8f82f3f840c5e00bdd57a - Add GPL-2.0+ SPDX-License-Identifier to source files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#1a4596601fd395f3afb8f82f3f840c5e00bdd57a</link>
        <description>Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 08 Jul 2013 07:37:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>7772c13ba07eaabd42499998f3713b23350fc119 - Merge branch &apos;favr-32&apos; of git://git.denx.de/u-boot-avr32</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#7772c13ba07eaabd42499998f3713b23350fc119</link>
        <description>Merge branch &apos;favr-32&apos; of git://git.denx.de/u-boot-avr32Conflicts:	MAINTAINERS	MAKEALL	Makefile

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Wed, 06 Aug 2008 13:12:38 +0000</pubDate>
        <dc:creator>Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>f2302d4430e7f3f48308d6a585320fe96af8afbd - Fix merge problems</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#f2302d4430e7f3f48308d6a585320fe96af8afbd</link>
        <description>Fix merge problemsSigned-off-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Wed, 06 Aug 2008 12:05:38 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>0f2b5d8ec0969a5b0992f5031bf3c61117a41d59 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#0f2b5d8ec0969a5b0992f5031bf3c61117a41d59</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 04 Aug 2008 17:18:14 +0000</pubDate>
        <dc:creator>Markus Klotzbuecher &lt;mk@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c37207d7f51e19c17f859966f314e27cc1231801 - Fix printf() format problems with configurable prompts</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#c37207d7f51e19c17f859966f314e27cc1231801</link>
        <description>Fix printf() format problems with configurable promptsU-Boot allows for configurable prompt strings using theCONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,the assumption was that any such user defined problts would containexactly one &quot;%d&quot; format specifier. But some boards did not.To allow for flexible boot prompts without adding too complex code wenow allow to specify the whole list of printf() arguments in the userdefinition. This is powerful, but requires a responsible user whoreally understands what he is doing, as he needs to know for exanplewhich variables are available in the respective context.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Wed, 16 Jul 2008 14:38:59 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b74bf31fe57edfc502f94e905977304eac943ca - Cleanup</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#8b74bf31fe57edfc502f94e905977304eac943ca</link>
        <description>Cleanup

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 11 Oct 2004 23:10:30 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>e1599e83d643c1667a4157d03609c6e29928fb2e - * Patch by Gridish Shlomi, 30 Aug 2004:</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#e1599e83d643c1667a4157d03609c6e29928fb2e</link>
        <description>* Patch by Gridish Shlomi, 30 Aug 2004:  - Add support to revA version of PQ27 and PQ27E.  - Reverted MPC8260ADS baudrate back to original 115200* Patch by Hojin, 17 Sep 2004:  Fix typo in cfi_flash.c* Patch by Mark Jonas, 09 September 2004:  mtest&apos;s data line test (with CFG_ALT_MEMTEST set) returned a wrong  error message* Patch by Mark Jonas, 31 August 2004:  Added option CFG_XLB_PIPELINING to enable XLB pipelining. This  improves FTP performance for MPC5200 systems. Enabled for IceCube  by default.

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Sun, 10 Oct 2004 23:27:33 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>8564acf936726c5568d71e4fa93a0ae9814e0d07 - * Patches by Yuli Barcohen, 13 Jul 2003:</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#8564acf936726c5568d71e4fa93a0ae9814e0d07</link>
        <description>* Patches by Yuli Barcohen, 13 Jul 2003:  - Correct flash and JFFS2 support for MPC8260ADS  - fix PVR values and clock generation for PowerQUICC II family    (8270/8275/8280)* Patch by Bernhard Kuhn, 08 Jul 2003:  - add support for M68K targets* Patch by Ken Chou, 3 Jul:  - Fix PCI config table for A3000  - Fix iobase for natsemi.c    (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)* Allow to enable &quot;slow&quot; POST routines by key press on power-on* Fix temperature dependend switching of LCD backlight on LWMON* Tweak output format for LWMON

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Mon, 14 Jul 2003 22:13:32 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>8bde7f776c77b343aca29b8c7b58464d915ac245 - * Code cleanup:</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#8bde7f776c77b343aca29b8c7b58464d915ac245</link>
        <description>* Code cleanup:  - remove trailing white space, trailing empty lines, C++ comments, etc.  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)* Patches by Kenneth Johansson, 25 Jun 2003:  - major rework of command structure    (work done mostly by Michal Cendrowski and Joakim Kristiansen)

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Fri, 27 Jun 2003 21:31:46 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e - Initial revision</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.autoboot#cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e</link>
        <description>Initial revision

            List of files:
            /rk3399_rockchip-uboot/doc/README.autoboot</description>
        <pubDate>Sat, 02 Nov 2002 22:58:18 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
</channel>
</rss>
