[POWERPC] Add simple memory allocator to bootwrapper
authorMark A. Greer <mgreer@mvista.com>
Mon, 16 Oct 2006 20:54:52 +0000 (13:54 -0700)
committerPaul Mackerras <paulus@samba.org>
Mon, 23 Oct 2006 02:49:19 +0000 (12:49 +1000)
commit01a6372008ed450982ba38ee5fd91028b9f5a781
treeb933ded4570114b5a63aa86027f9d24f97bd4751
parent0c176fa80fdfa9b4e0753e37223b056994c818d2
[POWERPC] Add simple memory allocator to bootwrapper

Provide primitive malloc, free, and realloc functions for bootwrapper.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/simple_alloc.c [new file with mode: 0644]