<?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.arm-relocation</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>cfcc706c901d603707657919484e4f65467be9ff - UPSTREAM: mtd: move NAND files into a raw/ subdirectory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#cfcc706c901d603707657919484e4f65467be9ff</link>
        <description>UPSTREAM: mtd: move NAND files into a raw/ subdirectoryNAND flavors, like serial and parallel, have a lot in common and wouldbenefit to share code. Let&apos;s move raw (parallel) NAND specific code in araw/ subdirectory, to ease the addition of a core file in nand/ and theintroduction of a spi/ subdirectory specific to SPI NANDs.Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Change-Id: Ibb56f85620c4798fb579be3e4e30438963b7c48bSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a430fa06a4ac50e785fdbfb7f43c3cb14b35619c)

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 16 Aug 2018 15:30:07 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>17059f972fa6768ebf15a575c00083b3a431b79a - 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.arm-relocation#17059f972fa6768ebf15a575c00083b3a431b79a</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Mon, 15 Apr 2013 11:46:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>da962b71758d52b38a4ed89380d296ed25920d18 - nand: mxc: Switch NAND SPL to generic SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#da962b71758d52b38a4ed89380d296ed25920d18</link>
        <description>nand: mxc: Switch NAND SPL to generic SPLThis also fixes support for mx31pdk and tx25, which had been broken by commite05e5de7fae5bec79617e113916dac6631251156.Signed-off-by: Beno&#238;t Th&#233;baudeau &lt;benoit.thebaudeau@advansee.com&gt;Acked-by: Scott Wood &lt;scottwood@freescale.com&gt;Tested-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 11 Apr 2013 09:35:51 +0000</pubDate>
        <dc:creator>Beno&#238;t Th&#233;baudeau &lt;benoit.thebaudeau@advansee.com&gt;</dc:creator>
    </item>
<item>
        <title>cd6881b519c94b15907d4f28149e5ed3fd0beea5 - Minor coding style cleanup.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#cd6881b519c94b15907d4f28149e5ed3fd0beea5</link>
        <description>Minor coding style cleanup.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 19 May 2011 20:21:41 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>7124015adad59dea5e72103f63531f3367c6df80 - README.arm-relocation: get relocated address in gdb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#7124015adad59dea5e72103f63531f3367c6df80</link>
        <description>README.arm-relocation: get relocated address in gdbWhen your emulator is connected at reset (or is used to load u-boot)it is possible to get the relocation address from the gd-&gt;relocaddrsince gd is always in r8 (on ARM) it is addressable before thegdb has remapped symbols.Document this alternate method in-line with the original methodwritten by Heiko Schocher.Signed-off-by: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;CC: Heiko Schocher &lt;hs@denx.de&gt;CC: Wolfgang Denk &lt;wd@denx.de&gt;Acked-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 28 Apr 2011 11:03:21 +0000</pubDate>
        <dc:creator>Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;</dc:creator>
    </item>
<item>
        <title>f4379ceff0876f9e4c7c90796d64b6dd5351512a - README.arm-relocation: get relocated address from bdinfo</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#f4379ceff0876f9e4c7c90796d64b6dd5351512a</link>
        <description>README.arm-relocation: get relocated address from bdinfoThe bdinfo command prints the relocaddr on ARM as it doeson PPC.Update the debugging instructions for arm relocation toreflect this fact rather than requiring that the userrebuild the u-boot image using -DDEBUG.Signed-off-by: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;CC: Wolfgang Denk &lt;wd@denx.de&gt;Acked-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 28 Apr 2011 06:49:47 +0000</pubDate>
        <dc:creator>Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;</dc:creator>
    </item>
<item>
        <title>1032d97496f6d534bf0030a5779ff1cb38cc9ebf - 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.arm-relocation#1032d97496f6d534bf0030a5779ff1cb38cc9ebf</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Tue, 16 Nov 2010 00:55:11 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>d963e84c92a63b4e6c4f2f80482a5ecbe9b24fe0 - Merge branch &apos;master&apos; of /home/wd/git/u-boot/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#d963e84c92a63b4e6c4f2f80482a5ecbe9b24fe0</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/master

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Fri, 12 Nov 2010 21:24:06 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>37a3bda0c9c8a2ffbf7e2a9e121177a3385a0626 - 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.arm-relocation#37a3bda0c9c8a2ffbf7e2a9e121177a3385a0626</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Tue, 02 Nov 2010 05:09:18 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>a9aa3926295df759306258e5e24cace414f53b67 - Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#a9aa3926295df759306258e5e24cace414f53b67</link>
        <description>Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWhen this define was introduced, the idea was to provide a softmigration path for ARM boards to get adapted to the new relocationsupport.  However, other recent changes led to a differentimplementation (ELF relocation), where this no longer works.  By nowCONFIG_SYS_ARM_WITHOUT_RELOC does not only not help any more, but itactually hurts because it obfuscates the actual code by sprinkling itwith lots of dead and non-working debris.So let&apos;s make a clean cut and drop CONFIG_SYS_ARM_WITHOUT_RELOC.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;Tested-by: Heiko Schocher &lt;hs@denx.de&gt;Tested-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 28 Oct 2010 18:35:36 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2e5167ccad93ca9cfa6a2acfab5e4785418e477e - Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#2e5167ccad93ca9cfa6a2acfab5e4785418e477e</link>
        <description>Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCBy now, the majority of architectures have working relocationsupport, so the few remaining architectures have become exceptions.To make this more obvious, we make working relocation now the defaultcase, and flag the remaining cases with CONFIG_NEEDS_MANUAL_RELOC.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;Tested-by: Heiko Schocher &lt;hs@denx.de&gt;Tested-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 28 Oct 2010 18:00:11 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>071bc923308832bbc541a887fece767d79a6dc7a - Coding Style cleanup</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#071bc923308832bbc541a887fece767d79a6dc7a</link>
        <description>Coding Style cleanupSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Wed, 27 Oct 2010 20:48:30 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>b18815752f3d6db27877606e4e069e3f6cfe3a19 - 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.arm-relocation#b18815752f3d6db27877606e4e069e3f6cfe3a19</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Tue, 19 Oct 2010 22:10:07 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6d8d4ef994a7c46e34b5fe53b1af7aa4f78192bf - Merge branch &apos;elf_reloc&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#6d8d4ef994a7c46e34b5fe53b1af7aa4f78192bf</link>
        <description>Merge branch &apos;elf_reloc&apos;Conflicts:	arch/arm/include/asm/config.h	board/LaCie/edminiv2/config.mk	board/karo/tx25/config.mk	board/logicpd/imx27lite/config.mk	doc/README.arm-relocationSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Tue, 19 Oct 2010 19:07:52 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c8d76eaf606096eddbe62b8a86545f5116f5189c - Rename TEXT_BASE: fix merge conflicts</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#c8d76eaf606096eddbe62b8a86545f5116f5189c</link>
        <description>Rename TEXT_BASE: fix merge conflictsCommit 14d0a02a &quot;Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE&quot; missed afew places, especially for boards that were added inbetween. Fix theremaining issues.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Mon, 18 Oct 2010 21:43:37 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>14d0a02a168b36e87665b8d7f42fa3e88263d26d - Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#14d0a02a168b36e87665b8d7f42fa3e88263d26d</link>
        <description>Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEThe change is currently needed to be able to remove the boardconfiguration scripting from the top level Makefile and replace it bya simple, table driven script.Moving this configuration setting into the &quot;CONFIG_*&quot; name space isalso desirable because it is needed if we ever should move forward toa Kconfig driven configuration system.Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Thu, 07 Oct 2010 19:51:12 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>92d5ecba47feb9961c3b7525e947866c5f0d2de5 - arm: implement ELF relocations</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#92d5ecba47feb9961c3b7525e947866c5f0d2de5</link>
        <description>arm: implement ELF relocationsELF relocation tables generated with linker option -pie canbe used to fixup code and data in a single loop at relocation,removing the need for manual fixups anywhere else in the code.Signed-off-by: Albert Aribaud &lt;albert.aribaud@free.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Mon, 11 Oct 2010 11:13:28 +0000</pubDate>
        <dc:creator>Albert Aribaud &lt;albert.aribaud@free.fr&gt;</dc:creator>
    </item>
<item>
        <title>2e6e1772c0e34871769be4aef79748fe3e47d953 - Merge branch &apos;next&apos; of /home/wd/git/u-boot/next</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#2e6e1772c0e34871769be4aef79748fe3e47d953</link>
        <description>Merge branch &apos;next&apos; of /home/wd/git/u-boot/nextConflicts:	include/ppc4xx.hSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Tue, 28 Sep 2010 21:30:47 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>ab86f72c354f9b2572340f72b74ca0a258c451bd - ARM: implement relocation for ARM926</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#ab86f72c354f9b2572340f72b74ca0a258c451bd</link>
        <description>ARM: implement relocation for ARM926Change the implementation for arm926 to relocate the code toan arbitrary address in RAM.Adapt the TX25 (i.MX25), magnesium board to test the changes.On the tx25 board TEXT_BASE is set to the final relocationaddress to prevent one more copying of u-boot codewhen relocating. More info see:doc/README.arm-relocationda850 board:Tested-by: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;Portions of this work were supported by funding fromthe CE Linux Forum.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;Cc: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Fri, 17 Sep 2010 11:10:42 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>f1d2b313c9eb6808d30c16a9eb5251240452a56c - ARM: add relocation support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.arm-relocation#f1d2b313c9eb6808d30c16a9eb5251240452a56c</link>
        <description>ARM: add relocation support!! This breaks support for all arm boards !!To compile in old style, you must defineCONFIG_SYS_ARM_WITHOUT_RELOC or you can compilewith &quot;CONFIG_SYS_ARM_WITHOUT_RELOC=1 ./MAKEALL board&quot;!! This define will be removed soon, so convert yourboard to use relocation supportPortions of this work were supported by funding fromthe CE Linux Forum.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;Fix boot from NAND for non-ARM systemsSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.arm-relocation</description>
        <pubDate>Fri, 17 Sep 2010 11:10:39 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
