<?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.commands</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1cad23c5f471d695bed1e3907e30caee3c2a3056 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm into master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#1cad23c5f471d695bed1e3907e30caee3c2a3056</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm into masterConflicts:	arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg	arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfgSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Fri, 04 Apr 2014 09:35:30 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>ab6423cae0323e8db2c8fdd0a99138d93fde2137 - 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.commands#ab6423cae0323e8db2c8fdd0a99138d93fde2137</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Trivial merge conflict, needed to manually removelocal_info as per commit 41364f0f.Conflicts:	board/samsung/common/board.c

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Tue, 25 Mar 2014 09:25:14 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>4379ac614809da2128f8bc1f62e3dde4daaf7deb - kbuild: rename TOPDIR to stctree</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#4379ac614809da2128f8bc1f62e3dde4daaf7deb</link>
        <description>kbuild: rename TOPDIR to stctreePrior to Kbuild, $(TOPDIR) or $(SRCTREE) was used forpointing to the top of source directory.(No difference between the two.)In Kbuild style, $(srctree) is used instead.This commit renames TOPDIR to srctree and delete thedefition of TOPDIR.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Tue, 11 Mar 2014 02:05:19 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>0ce033d2582129243aca10d3072a221386bbba44 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#0ce033d2582129243aca10d3072a221386bbba44</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armAlbert&apos;s rework of the linker scripts conflicted with Simon&apos;s makingeveryone use __bss_end.  We also had a minor conflict overREADME.scrapyard being added to in mainline and enhanced inu-boot-arm/master with proper formatting.Conflicts:	arch/arm/cpu/ixp/u-boot.lds	arch/arm/cpu/u-boot.lds	arch/arm/lib/Makefile	board/actux1/u-boot.lds	board/actux2/u-boot.lds	board/actux3/u-boot.lds	board/dvlhost/u-boot.lds	board/freescale/mx31ads/u-boot.lds	doc/README.scrapyard	include/configs/tegra-common.hBuild tested for all of ARM and run-time tested on am335x_evm.Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Mon, 18 Mar 2013 16:31:00 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>ef123c525370463254a6f8e67563fdb0b0b46412 - Refactor linker-generated arrays</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#ef123c525370463254a6f8e67563fdb0b0b46412</link>
        <description>Refactor linker-generated arraysRefactor linker-generated array code so that symbolswhich were previously linker-generated are now compiler-generated. This causes relocation records of typeR_ARM_ABS32 to become R_ARM_RELATIVE, which makescode which uses LGA able to run before relocation aswell as after.Note: this affects more than ARM targets, as linker-lists span possibly all target architectures, notablyPowerPC.Conflicts:	arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds	arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds	arch/arm/cpu/armv7/omap-common/u-boot-spl.lds	board/ait/cam_enc_4xx/u-boot-spl.lds	board/davinci/da8xxevm/u-boot-spl-da850evm.lds	board/davinci/da8xxevm/u-boot-spl-hawk.lds	board/vpac270/u-boot-spl.ldsSigned-off-by: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Mon, 25 Feb 2013 00:59:00 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>3e4d27b06d7484040355e22eec2cbce7335d6dab - Merge git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#3e4d27b06d7484040355e22eec2cbce7335d6dab</link>
        <description>Merge git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Sat, 10 Nov 2012 07:05:54 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6c7c946cadfafdea80eb930e3181085b907a0362 - common: Convert the U-Boot commands to LG-arrays</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#6c7c946cadfafdea80eb930e3181085b907a0362</link>
        <description>common: Convert the U-Boot commands to LG-arraysThis patch converts the old method of creating a list of commandonto the new LG-arrays code. The old u_boot_cmd section is convertedto new u_boot_list_cmd subsection and LG-array macros used as needed.Minor adjustments had to be made to the common code to work with theLG-array macros, mostly the fixup_cmdtable() calls are now passed thell_entry_start and ll_entry_count instead of linker-generated symbols.The command.c had to be adjusted as well so it would use the newlyintroduced LG-array API instead of directly using linker-generatedsymbols.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Fri, 12 Oct 2012 10:27:04 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>1c27059a2f7158a9c9a8778535b030935d75179d - Merge remote-tracking branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#1c27059a2f7158a9c9a8778535b030935d75179d</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Sun, 30 Sep 2012 21:49:17 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>2d1d65838eacd314b989701bd2f9e2b657bbf62b - README.commands: Document what UNDEF_SYM does</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#2d1d65838eacd314b989701bd2f9e2b657bbf62b</link>
        <description>README.commands: Document what UNDEF_SYM doesChanges in v2:- Reword a bit moreSigned-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Thu, 20 Sep 2012 06:02:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>dbe20fc79736d4f99a9bfaafeae600c9348504df - Merge branch &apos;trini@ti.com&apos; of git://git.denx.de/u-boot-staging</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#dbe20fc79736d4f99a9bfaafeae600c9348504df</link>
        <description>Merge branch &apos;trini@ti.com&apos; of git://git.denx.de/u-boot-staging* &apos;trini@ti.com&apos; of git://git.denx.de/u-boot-staging:  usb_ether: fix typo  cmd_eeprom: typo  doc: complete, typos

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Fri, 17 Feb 2012 22:52:52 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>00309c67ab8c8a1d4447f643b318b1474926173a - doc: complete, typos</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#00309c67ab8c8a1d4447f643b318b1474926173a</link>
        <description>doc: complete, typosmention repeatable to README.commands and fix some typosSigned-off-by: Peter Meerwald &lt;p.meerwald@bct-electronic.com&gt;Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;Tested-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Wed, 08 Feb 2012 05:31:52 +0000</pubDate>
        <dc:creator>Peter Meerwald &lt;p.meerwald@bct-electronic.com&gt;</dc:creator>
    </item>
<item>
        <title>0d4983930a3559be92452761cfa268ee9d0f2773 - Patch by Kenneth Johansson, 30 Jun 2003:</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#0d4983930a3559be92452761cfa268ee9d0f2773</link>
        <description>Patch by Kenneth Johansson, 30 Jun 2003:get rid of MK_CMD_ENTRY macro; update doc/README.command

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Tue, 01 Jul 2003 21:06:45 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>7a8e9bed17d7924a9c5c4699b1f6a3a0359524ed - * Patch by Marc Singer, 29 May 2003:</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#7a8e9bed17d7924a9c5c4699b1f6a3a0359524ed</link>
        <description>* Patch by Marc Singer, 29 May 2003:  Fixed rarp boot method for IA32 and other little-endian CPUs.* Patch by Marc Singer, 28 May 2003:  Added port I/O commands.* Patch by Matthew McClintock, 28 May 2003  - cpu/mpc824x/start.S: fix relocation code when booting from RAM  - minor patches for utx8245* Patch by Daniel Engstr&#246;m, 28 May 2003:  x86 update* Patch by Dave Ellis, 9 May 2003 + 27 May 2003:  add nand flash support to SXNI855T configuration  fix/extend nand flash support:  - fix &apos;nand erase&apos; command so does not erase bad blocks  - fix &apos;nand write&apos; command so does not write to bad blocks  - fix nand_probe() so handles no flash detected properly  - add doc/README.nand  - add .jffs2 and .oob options to nand read/write  - add &apos;nand bad&apos; command to list bad blocks  - add &apos;clean&apos; option to &apos;nand erase&apos; to write JFFS2 clean markers  - make NAND read/write faster* Patch by Rune Torgersen, 23 May 2003:  Update for MPC8266ADS board

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Sat, 31 May 2003 18:35:21 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>d791b1dc3e64a6a6317293245d884589bc5c6277 - * Make sure Block Lock Bits get cleared in R360MPI flash driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#d791b1dc3e64a6a6317293245d884589bc5c6277</link>
        <description>* Make sure Block Lock Bits get cleared in R360MPI flash driver* MPC823 LCD driver: Fill color map backwards, to allow for steady  display when Linux takes over* Patch by Erwin Rol, 27 Feb 2003:  Add support for RTEMS (this time for real).* Add support for &quot;bmp info&quot; and &quot;bmp display&quot; commands to load  bitmap images; this can be used (for example in a &quot;preboot&quot;  command) to display a splash screen very quickly after poweron.* Add support for 133 MHz clock on INCA-IP board

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Sun, 20 Apr 2003 14:04:18 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>1d0350ed0b1b0f63e3fb5db6b19397b84a2ea1c7 - * Patch by Jim Sandoz, 07 Nov 2002:</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#1d0350ed0b1b0f63e3fb5db6b19397b84a2ea1c7</link>
        <description>* Patch by Jim Sandoz, 07 Nov 2002:  Increase number of network RX buffers (PKTBUFSRX in  &quot;include/net.h&quot;) for EEPRO100 based boards (especially SP8240)  which showed &quot;Receiver is not ready&quot; errors when U-Boot was  processing the receive buffers slower than the network controller  was filling them.* Get rid of obsolete include/mpc74xx.h

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Mon, 11 Nov 2002 21:14:20 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
<item>
        <title>c609719b8d1b2dca590e0ed499016d041203e403 - Initial revision</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.commands#c609719b8d1b2dca590e0ed499016d041203e403</link>
        <description>Initial revision

            List of files:
            /rk3399_rockchip-uboot/doc/README.commands</description>
        <pubDate>Sun, 03 Nov 2002 00:24:07 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
</channel>
</rss>
