From owner-freebsd-ppc@freebsd.org Sun Sep 4 09:03:19 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BB79BCF1A5 for ; Sun, 4 Sep 2016 09:03:19 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6213F3D5 for ; Sun, 4 Sep 2016 09:03:19 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: by mail-oi0-x232.google.com with SMTP id c15so214277763oig.0 for ; Sun, 04 Sep 2016 02:03:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kev009.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tkmamy3AGju0RCwAIknKFtajR3WpLVQ8/CF/UinXUxU=; b=olUT5f+2JOuYgM0/QoLeJcvoyQI9vCM+lArv6GYAOGtpd8nIW01DE160bRZOWdDAPn MwakycWxPSgm/A7ISGcnyRNlXKJrGjAeoqJhtlhUUSkEfLbOqlCyxon+bLceLhDX1VOW RMNLQ3HImzBJmcFxE7USAj5fj0dqpiNRP9N1k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tkmamy3AGju0RCwAIknKFtajR3WpLVQ8/CF/UinXUxU=; b=SKynnxepLyU5qWKbNCs+7Rt8sKelsRF8P3/hzgWgsgZmrdiXe/YZ88Z3dpjcIIrZo0 b1fDXbMOqGnxL7GInFya1VLyTV4nUSFPB+zlAjKecEEaob/c3OdCZiv9VniOepQAVzP0 AJwLk0Qi7o+bk1cROMVj6BtyORKnRJa2R/F5Rtsl6/Idne9gDglxURDv5UiYzKjlyEax zW1Rg26fUVgje3eT73yMEO6wx8pbmj0CwjTKMzuDj5JivRgOTB65b3tiVI3yB6YjxVYO MKUB2FETci/xWRIQHe0s85a+i3Bs4WbibGk0gxWGrUtkp9MkStmCKULSqjEG1VwMBcAT XRTg== X-Gm-Message-State: AE9vXwO9+8grXwtXRwz8Pr9y3e8srDFBvUPt6uRQfZR/ooslC4T3rJJcDRLzDD4GVvQ4Tl/e25o3vxHFoOs9nA== X-Received: by 10.157.14.77 with SMTP id n13mr26442748otd.118.1472979798728; Sun, 04 Sep 2016 02:03:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.36.1 with HTTP; Sun, 4 Sep 2016 02:03:18 -0700 (PDT) In-Reply-To: References: From: Kevin Bowling Date: Sun, 4 Sep 2016 02:03:18 -0700 Message-ID: Subject: Re: Booting -CURRENT on VIOS To: Nathan Whitehorn Cc: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 09:03:19 -0000 Sure, 0 > dev /memory ok 0 > .properties name memory device_type memory reg 00000000 00000000 00000000 08000000 available 00000000 00004000 00000000 001fc000 00000000 0021d058 00000000 00010000 00000000 00242bfc 00000000 009bd404 00000000 02261000 00000000 05d9f000 #address-cells 00000001 #size-cells 00000000 ibm,phandle fffffffa ibm,associativity 00000004 00000000 00000000 00000000 00000000 ok On Sun, Sep 4, 2016 at 2:01 AM, Nathan Whitehorn wrote: > It could be something with the system memory map. Can you sent the output > of: > dev /memory@0 > .properties > > That will help see what the memory layout looks like. > -Nathan > > > On 09/03/16 22:39, Kevin Bowling wrote: > >> I'm trying to run -CURRENT on VIOS (on POWER6). After a lot of digging I >> found how to get the full path to the boot device I want (using firmware's >> ioinfo tool), and the location of the loader from >> release/powerpc/mkisoimages.sh. Ubuntu 16.04 is able to boot by >> selecting >> the CD from the SMS menu so that's something I will dig into more later. >> >> The first major hurdle I've pasted below, when trying to run the loader. >> It seems to fail quite early so I'm not sure where to start looking or how >> to debug. Any advice? >> >> 0 > boot /vdevice/v-scsi@30000002/disk@8200000000000000:,\ppc\chrp\loader >> CLAIM failed >> Call History >> ------------ >> throw - c3b044 >> $call-method - c48d18 >> (poplocals) - c3c9e8 >> (init-program) - c85738 >> boot - c8647c >> evaluate - c4c6ec >> determine-of-footprint - c19100 >> invalid pointer - 45 >> invalid pointer - 45 >> quit - c4cdcc >> quit - c4cbc0 >> >> My Fix Pt Regs: >> 00 0000000000000000 0000000000000000 00000000deadbeef 0000000000c6f61c >> 04 0000000000c16fc0 0000000000a48ef0 0000000000019100 0000000000c05010 >> 08 0000000008000000 0000000000000000 ffffffffffffffff 0000000000000000 >> 0c 8000000012f7a914 0000000000c19100 0000000000c1a000 0000000001cc8bb8 >> 10 0000000000e77c55 0000000000e77b65 0000000000c6f614 0000000000c6f6c4 >> 14 0000000000000087 0000000000000000 0000000000000006 fffffffffffffffb >> 18 0000000000c14fe8 0000000000c3a000 0000000000c16fc0 0000000000c19000 >> 1c 0000000000c22000 0000000000c42100 0000000000c13fd8 0000000000c12fe0 >> Special Regs: >> %IV: 00000900 %CR: 24808004 %XER: 20000001 %DSISR: 00000000 >> %SRR0: 0000000000c6f61c %SRR1: 800000000000b002 >> %LR: 0000000000c48944 %CTR: 0000000000000005 >> %DAR: 0000000000000000 >> ok >> _______________________________________________ >> freebsd-ppc@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ppc >> To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >> >> >