Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755984AbXH1OuJ (ORCPT ); Tue, 28 Aug 2007 10:50:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751180AbXH1Ot6 (ORCPT ); Tue, 28 Aug 2007 10:49:58 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]:23000 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbXH1Ot6 (ORCPT ); Tue, 28 Aug 2007 10:49:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dqqWowKwtU3wyBAbr2LWKEc/KRR5rqS4MNCvQoqYTCtqZnl1hSVEPEx3nzVuBS18jJwd/qohUyX75PBwlbGLGSdMYGBbkywRd9RCo1B+3O1Cjwds2dk529e+aiKaEnj4ZBNr3uLL+WaBtuyZ7v/KdSXvMj4inUtzyvKakH9323I= Message-ID: Date: Tue, 28 Aug 2007 16:49:55 +0200 From: "Xu Yang" To: linux-kernel@vger.kernel.org Subject: lowlevel_init.c MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 22 Hello everyone, i am trying to run linux on realview_eb_mpcore. I read some articles about how to port linux and uboot to a new board, according to the article, when I am porting the uboot, i should modify a file called lowlevel_init.c , which is in the fold board/realview_eb. this file describes the memory partition of the board. but in the realview_eb , this file doesn't do this job. anyone can tell me , where is it done? without doing this, the file system can be booted or not? any comments are appreciated. regards, yang - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/