<?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>57dc53a72460e8e301fa1cc7951b41db8e731485 - Merge branch &apos;agust@denx.de&apos; of git://git.denx.de/u-boot-staging</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#57dc53a72460e8e301fa1cc7951b41db8e731485</link>
        <description>Merge branch &apos;agust@denx.de&apos; of git://git.denx.de/u-boot-staging

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Mon, 08 Feb 2016 14:48:04 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a187559e3d586891c917279044c5386d1b2adc6e - Use correct spelling of &quot;U-Boot&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#a187559e3d586891c917279044c5386d1b2adc6e</link>
        <description>Use correct spelling of &quot;U-Boot&quot;Correct spelling of &quot;U-Boot&quot; shall be used in all written text(documentation, comments in source files etc.).Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Sat, 06 Feb 2016 03:30:11 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a69fdc7787bfa2f27eed74c2ee58c28ce932d502 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#a69fdc7787bfa2f27eed74c2ee58c28ce932d502</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Fri, 23 Oct 2015 10:35:42 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>ecdc3df611385625dc3902b3de118dfcbfd8fb0c - sbc8641d: increase monitor size from 256k to 384k</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#ecdc3df611385625dc3902b3de118dfcbfd8fb0c</link>
        <description>sbc8641d: increase monitor size from 256k to 384kBetween v2015.07-rc1 and v2015.07-rc2 this board startedsilent boot failure.  A bisect led to commit 6eed3786c68c8a49d(&quot;net: Move the CMD_NET config to defconfigs&quot;).  This commitlooks harmless in itself, but it did implicitly add a featureto the image which led to this: u-boot$git describe 6eed3786c68c8a49d v2015.07-rc1-412-g6eed3786c68c              ^^^ u-boot$ls -l ../41*/u-boot.bin -rwxrwxr-x 1 paul paul 261476 Oct 16 16:47 ../411/u-boot.bin -rwxrwxr-x 1 paul paul 266392 Oct 16 16:43 ../412/u-boot.bin u-boot$bc bc 1.06.95 Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty&apos;. 256*1024 262144i.e. we finally broke through the 256k monitor size.  Jump itup to 384k and fix the hard coded value used in the env offsetat the same time.We were probably flirting with the 256k size issue withoutknowing it when testing on different baselines in earliercommits, but since this is all board specific, a rebase orreorder to put this commit 1st is of little value.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Sat, 17 Oct 2015 20:40:31 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>743d75925a6d11e838a8fbc522745c1e3e005774 - sbc8641d: add basic flash setup instructions to README file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#743d75925a6d11e838a8fbc522745c1e3e005774</link>
        <description>sbc8641d: add basic flash setup instructions to README file...so that I don&apos;t have to go work them out from scratch againby peering at the manual.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Sat, 17 Oct 2015 20:40:29 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>b98b611502f5e0a85a1f8e15cf46c470cb105614 - Merge branch &apos;next&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#b98b611502f5e0a85a1f8e15cf46c470cb105614</link>
        <description>Merge branch &apos;next&apos; of git://git.denx.de/u-boot* &apos;next&apos; of git://git.denx.de/u-boot:  MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.c  doc: cleanup - move board READMEs into respective board directories  net: sh_eth: add support for SH7757&apos;s GETHER  net: sh_eth: modify the definitions of regsiter  net: sh_eth: add SH_ETH_TYPE_ condition  net: sh_eth: clean up for the SH7757&apos;s code  net: fec_mxc: Fix MDC for xMII  net: fec_mxc: Fix setting of RCR for xMII  net: nfs: make NFS_TIMEOUT configurable  net: Inline the new eth_setenv_enetaddr_by_index function  net: allow setting env enetaddr from net device setting  net/designware: Consecutive writes to the same register to be avoided  CACHE: net: asix: Fix asix driver to work with data cache on  net: phy: micrel: make ksz9021 phy accessible  net: abort network initialization if the PHY driver fails  phylib: phy_startup() should return an error code on failure  net: tftp: fix type of block arg to store_blockSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Mon, 30 Jul 2012 18:39:52 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>702e6014f15b307f144fa03ecaf83a8446c6802a - doc: cleanup - move board READMEs into respective board directories</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/sbc8641d/README#702e6014f15b307f144fa03ecaf83a8446c6802a</link>
        <description>doc: cleanup - move board READMEs into respective board directoriesAlso drop a few files referring to no longer / not yet supportedboards.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;Cc: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;Cc: Stefan Roese &lt;sr@denx.de&gt;Cc: Kim Phillips &lt;kim.phillips@freescale.com&gt;Cc: Andy Fleming &lt;afleming@gmail.com&gt;Cc: Jason Jin &lt;jason.jin@freescale.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@googlemail.com&gt;Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;Acked-by: Daniel Schwierzeck &lt;daniel.schwierzeck@googlemail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/sbc8641d/README</description>
        <pubDate>Sun, 29 Apr 2012 23:57:39 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
