From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17969.37331.228482.225919@cargo.ozlabs.ibm.com> Date: Fri, 27 Apr 2007 16:01:55 +1000 From: Paul Mackerras To: "Mark A. Greer" Subject: Re: [PATCH 3/13] powerpc: Add bootwrapper support for Marvell/mv64x60 hostbridge In-Reply-To: <20070425235619.GE4046@mag.az.mvista.com> References: <20070425234630.GA4046@mag.az.mvista.com> <20070425235619.GE4046@mag.az.mvista.com> Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Mark A. Greer writes: > Makefile | 2 > mv64x60.c | 581 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > mv64x60.h | 70 +++++++ > 3 files changed, 652 insertions(+), 1 deletion(-) 650 lines just to set up a hostbridge - that seems like rather a lot. Why do we have to do this here? Isn't there some firmware that should do this for us? Paul.