From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V37T5-00082T-JL for mharc-grub-devel@gnu.org; Sat, 27 Jul 2013 12:35:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V37Sv-0007tz-Di for grub-devel@gnu.org; Sat, 27 Jul 2013 12:35:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V35jc-0008LC-Qm for grub-devel@gnu.org; Sat, 27 Jul 2013 10:44:42 -0400 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:49278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V35jc-0008L2-KD for grub-devel@gnu.org; Sat, 27 Jul 2013 10:44:40 -0400 Received: by mail-ee0-f48.google.com with SMTP id l10so68025eei.21 for ; Sat, 27 Jul 2013 07:44:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=uAH0He3Mqn5cn261pHIjUQhaftDbiLrXMCqILbtCy/A=; b=UAUWquUYCRBiewb19RrJquiGjlJexMcMMH2fTQgoFE80Hja01ujkNawSQPUJqsCgXJ OeJqY4w3DBSP5rBKly/EAUue9LUNDOKfxfNjSdrz2UgAguwbJ+0dtbodmcoS5Ap3VAOr zY4Qrm4Hv2biisEpFVCCQ8P5GXvzR5jr2tqtKhLhiS7H1EHhwQDkUH76zntAO0zAdbMa F3sR300ozQrCMiANKx0izhYLFZeaF712KgaZ2PvcchGmjCuAosMxXtSmwgyBFNuTcHu/ ccFpUy9CWgm+SH9VpUlh2PMIr/b5ElJ/nHcshWNbgxuG6UyOgvAQto7cbnc3P8V/7mTY c7Jg== X-Received: by 10.14.1.70 with SMTP id 46mr52008209eec.82.1374936279646; Sat, 27 Jul 2013 07:44:39 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id k3sm17036270een.16.2013.07.27.07.44.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Jul 2013 07:44:38 -0700 (PDT) Message-ID: <51F3DCD7.7090407@gmail.com> Date: Sat, 27 Jul 2013 16:44:39 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] [ARM] Enable boot module for arm References: <51EBE025.6040302@gmail.com> <51F137FE.4030102@gmail.com> <51F139FF.2030402@gmail.com> <51F13E82.7040207@gmail.com> <20130727074625.64ad89d2@opensuse.site> <51F34AE4.1080709@gmail.com> <20130727091936.20e9a978@opensuse.site> In-Reply-To: <20130727091936.20e9a978@opensuse.site> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::230 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 16:35:42 -0000 > It would be the first step, but my problem is, I cannot make it work > even using concatenation. u-boot does show me correct image info for > embedded grub, but I cannot launch it. Using default load address > 0x08000000 qemu errors out because address is not in RAM (and it will > not let me change amount of RAM for versatilepb); I tried to change > load address to something else, like 0x04000000 and it just immediately > resets in this case after "bootm 0x04000000". > You probably have to change GRUB link address. And not that the address is where to find the source image not where to load to.