From owner-svn-src-all@FreeBSD.ORG Sat Jan 29 00:46:12 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E1C1065672; Sat, 29 Jan 2011 00:46:12 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 115C88FC15; Sat, 29 Jan 2011 00:46:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0T0kBaM007048; Sat, 29 Jan 2011 00:46:11 GMT (envelope-from andrew@svn.freebsd.org) Received: (from andrew@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0T0kBfM007046; Sat, 29 Jan 2011 00:46:11 GMT (envelope-from andrew@svn.freebsd.org) Message-Id: <201101290046.p0T0kBfM007046@svn.freebsd.org> From: Andrew Turner Date: Sat, 29 Jan 2011 00:46:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r218054 - head/sys/arm/s3c2xx0 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 00:46:12 -0000 Author: andrew Date: Sat Jan 29 00:46:11 2011 New Revision: 218054 URL: http://svn.freebsd.org/changeset/base/218054 Log: Move the load address of the kernel to the start of KVA as the s3c24x0 copy of initarm expects the kernel to be loaded there. Approved by: imp (mentor) Modified: head/sys/arm/s3c2xx0/std.ln2410sbc Modified: head/sys/arm/s3c2xx0/std.ln2410sbc ============================================================================== --- head/sys/arm/s3c2xx0/std.ln2410sbc Sat Jan 29 00:33:04 2011 (r218053) +++ head/sys/arm/s3c2xx0/std.ln2410sbc Sat Jan 29 00:46:11 2011 (r218054) @@ -1,10 +1,10 @@ #$FreeBSD$ include "../s3c2xx0/std.s3c2410" -makeoptions KERNPHYSADDR=0x30408000 -makeoptions KERNVIRTADDR=0xc0408000 -options KERNPHYSADDR=0x30408000 -options KERNVIRTADDR=0xc0408000 +makeoptions KERNPHYSADDR=0x30000000 +makeoptions KERNVIRTADDR=0xc0000000 +options KERNPHYSADDR=0x30000000 +options KERNVIRTADDR=0xc0000000 options PHYSADDR=0x30000000 options STARTUP_PAGETABLE_ADDR=0x30800000