From owner-freebsd-arm@FreeBSD.ORG Tue Feb 17 14:31:59 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D2EAD07 for ; Tue, 17 Feb 2015 14:31:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09F5DD1D for ; Tue, 17 Feb 2015 14:31:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HEVwHU007816 for ; Tue, 17 Feb 2015 14:31:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 197760] SMP support bug on ARMADA XP MV78460 Date: Tue, 17 Feb 2015 14:31:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: callthethunder@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 14:31:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197760 Bug ID: 197760 Summary: SMP support bug on ARMADA XP MV78460 Product: Base System Version: 11.0-CURRENT Hardware: arm OS: Any Status: New Severity: Affects Some People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: callthethunder@gmail.com Created attachment 153106 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153106&action=edit device tree used Non-boot CPUs not started on ARMADA XP MV78460: We see the following in dmesg: WARNING: Some AP's failed to start Release APs AP's not started sysctl hw.ncpus = 4 (all 4 cores are detected). Board: RD-AXP-GP rev 1.0 SoC: MV78460 B0 running 4 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1333 [MHz] L2 @ 667 [MHz] TClock @ 250 [MHz] DDR @ 667 [MHz] DDR 64Bit Width, FastPath Memory Access DDR ECC Enabled Dram Scrubbing starting (use XOR chanel 1) CS 0 Dram Scrubbing 0x1000000:0xffffffff CS 1 Dram Scrubbing 0x0:0xffffffff Total physical DRAM size = 8 GB U-Boot variables that might be relevant: CASset=min MALLOC_len=5 MPmode=smp amp_enable=no autoload=no cacheShare=no console=console=ttyS0,115200 device_partition=0:1 disL2Cache=yes disL2Prefetch=yes disaMvPnp=no eeeEnable=no enaAutoRecovery=yes enaClockGating=no enaCpuStream=no enaDCPref=yes enaFPU=yes enaICPref=yes enaLPAE=yes enaWrAllo=no U-Boot version: U-Boot 2011.12 (Dec 11 2013 - 10:25:52) Marvell version: v2011.12 2013_Q2.1 arm-marvell-linux-gnueabi-gcc (Linaro GCC branch-4.6.4. Marvell GCC 201301-1645.aee66e26) 4.6.4 20120731 (prerelease) GNU ld (Linaro GCC branch-4.6.4. Marvell GCC 201301-1645.aee66e26) 2.22.0.20120801 Used device tree is in attachment. -- You are receiving this mail because: You are the assignee for the bug.