From owner-p4-projects@FreeBSD.ORG Mon Nov 24 23:40:31 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1F0501065691; Mon, 24 Nov 2008 23:40:31 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D65AB1065687 for ; Mon, 24 Nov 2008 23:40:30 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9DE28FC12 for ; Mon, 24 Nov 2008 23:40:30 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAONeSL2091569 for ; Mon, 24 Nov 2008 23:40:28 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAONeRJ4091567 for perforce@freebsd.org; Mon, 24 Nov 2008 23:40:27 GMT (envelope-from sam@freebsd.org) Date: Mon, 24 Nov 2008 23:40:27 GMT Message-Id: <200811242340.mAONeRJ4091567@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 153484 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2008 23:40:31 -0000 http://perforce.freebsd.org/chv.cgi?CH=153484 Change 153484 by sam@sam_ebb on 2008/11/24 23:40:11 move memory layout defs from kernel config and correct physical memory layout to match reality Affected files ... .. //depot/projects/vap/sys/arm/xscale/ixp425/std.avila#3 edit Differences ... ==== //depot/projects/vap/sys/arm/xscale/ixp425/std.avila#3 (text+ko) ==== @@ -1,6 +1,23 @@ -#GW2348-4 board configuration #$FreeBSD: src/sys/arm/xscale/ixp425/std.avila,v 1.1 2006/11/19 23:55:23 sam Exp $ + +# +# Gateworks GW23XX board configuration +# include "../xscale/ixp425/std.ixp425" files "../xscale/ixp425/files.avila" -makeoptions KERNPHYSADDR=0x10200000 +# +# Physical memory starts at 0. We assume images are loaded at +# 0x200000, e.g. from redboot with load -b 0x200000 kernel. +# +# Redboot is expected to handle unmapping the flash memory that +# appears at 0 on boot. Likewise we expect the expansion bus to +# be remapped away from 0. +# +options PHYSADDR=0x00000000 +options KERNPHYSADDR=0x00200000 +makeoptions KERNPHYSADDR=0x00200000 +options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm makeoptions KERNVIRTADDR=0xc0200000 +options FLASHADDR=0x50000000 +options LOADERRAMADDR=0x00000000 +options STARTUP_PAGETABLE_ADDR=0x00000000