From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Sep 2015 14:50:46 +0200 Subject: [U-Boot] [PATCH v2 4/8] nios2: enlarge the code relocation range In-Reply-To: <55EA50A1.8020108@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <201509041559.43604.marex@denx.de> <55EA50A1.8020108@wytron.com.tw> Message-ID: <201509051450.47060.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, September 05, 2015 at 04:17:05 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 09:59 PM, Marek Vasut wrote: > > Can't you just call relocate_code the same way arm does it in > > arch/arm/lib/crt0.S ? > > We didn't include relocation records in nios2 binary image, so there is > no real relocation like that of ARM. Can we add them instead ? > Altera provides small boot loaders for cfi/sf along with their nios2 > jtag flash programmer, which will load the image to the linked address > in sdram. The relocating loop in start.S works only if such Altera boot > loader is not used, ie, booting directly from cfi flash. Hm, Im not using the Altera loader :) Best regards, Marek Vasut