From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 17/20] Osstest/Debian: Remove hardcoded midway specific addresses from boot.scr Date: Wed, 29 Oct 2014 10:41:39 +0000 Message-ID: <1414579302-6692-17-git-send-email-ian.campbell@citrix.com> References: <1414579268.29975.13.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1414579268.29975.13.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This depends on a change to the hostdb to add "setenv xen_addr_r 0x01000000" to the UBootScriptEarlyCommands property of the midway machines. Most platforms will need something similar. For both cubietruck and arndale "setenv xen_addr_r 0x41000000" is appropriate. This is going to be a pretty common requirement on ARM/uboot systems, should I make it a specific property instead of reusing the generic hook? Signed-off-by: Ian Campbell --- v2: s/go along with/depends on/ --- Osstest/Debian.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 8a4ad02..0e808a0 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -162,10 +162,6 @@ ${early_commands} fdt set /chosen \\\#address-cells <1> fdt set /chosen \\\#size-cells <1> -setenv xen_addr_r 0x01000000 -# kernel_addr_r=0x02000000 -# ramdisk_addr_r=0x04000000 - ext2load scsi 0 \\\${xen_addr_r} \$xen setenv bootargs "$xenhopt" echo Loaded \$xen to \\\${xen_addr_r} (\\\${filesize}) -- 2.1.1