From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 13 Apr 2011 09:05:12 -0400 From: Josh Boyer To: Michael Ellerman Subject: Re: [PATCH 2/2] powerpc: Add an ePAPR compliant boot wrapper Message-ID: <20110413130512.GD26874@zod.rchland.ibm.com> References: <34e3e03a96888bc8c20013aa65712123ccf94649.1302676893.git.michael@ellerman.id.au> <732a8ac3a24023f021908d03bd84b76638f381f1.1302676893.git.michael@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <732a8ac3a24023f021908d03bd84b76638f381f1.1302676893.git.michael@ellerman.id.au> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 13, 2011 at 04:38:56PM +1000, Michael Ellerman wrote: >+++ b/arch/powerpc/boot/epapr.c >@@ -0,0 +1,69 @@ >+/* >+ * Bootwrapper for ePAPR compliant firmwares Out of curiosity, do we have a list of the ePAPR compliant firmwares (if any)? >+ * >+ * Copyright 2010 David Gibson , IBM Corporation. >+ * >+ * Based on earlier bootwrappers by: >+ * (c) Benjamin Herrenschmidt , IBM Corp,\ >+ * and >+ * Scott Wood >+ * Copyright (c) 2007 Freescale Semiconductor, Inc. >+ * >+ * This program is free software; you can redistribute it and/or modify it >+ * under the terms of the GNU General Public License version 2 as published >+ * by the Free Software Foundation. >+ */ >+ >+#include "ops.h" >+#include "stdio.h" >+#include "planetcore.h" >+#include "dcr.h" >+#include "4xx.h" >+#include "io.h" Do you need planetcore, dcr, and 4xx.h included here? I don't see anything used that would require them. josh