From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 3/4] powerpc: Add simple memory allocator to bootwrapper From: Josh Boyer To: "Mark A. Greer" In-Reply-To: <20061010061246.GD28311@mag.az.mvista.com> References: <20061010061246.GD28311@mag.az.mvista.com> Content-Type: text/plain Date: Tue, 10 Oct 2006 07:51:08 -0500 Message-Id: <1160484668.28727.4.camel@zod.rchland.ibm.com> Mime-Version: 1.0 Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2006-10-09 at 23:12 -0700, Mark A. Greer wrote: > Provide primitive malloc, free, and realloc functions for bootwrapper. The order is a bit off here. This should be patch 4/4, as the Makefile needs the ns16550.c changes introduced by "[PATCH 4/4] powerpc: Add non-OF serial console support", which should be patch 3/4. josh