From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH RFC OSSTEST 17/19] Osstest/Debian: Remove hardcoded midway specific addresses from boot.scr Date: Fri, 10 Oct 2014 13:02:32 +0100 Message-ID: <1412942554-752-17-git-send-email-ian.campbell@citrix.com> References: <1412942404.27111.12.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1412942404.27111.12.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 needs to go along with 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 --- Osstest/Debian.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index eca4d7f..4539452 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -155,10 +155,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.0