switch-coreboot/lib
Ronald G. Minnich bd5f0a324e Stupid malloc allocater which we hope that we will never need. But it
has an author.

The use of malloc is very limited in V2, and we are pretty sure we can
reduce usage of malloc to no use at all in V3. 

The device code uses malloc, but that needs to be changed, so that the
device tree is allocated in a known-good-place in ram and can be
passed to other stages and payloads which may want to parse it. 

The built-in-filo and vfs code in v2 both use malloc, but they will not be
brought forward to V3. 

The old elfboot code used malloc, but we have changed that code so much
it no longer needs malloc. 

The only remaining use of malloc is lzma, and we see no need to use such 
a general mechanism for the lzma's single call to malloc. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@113 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-25 10:33:49 +00:00
..
clog2.c Documentation changes 2007-02-25 10:02:11 +00:00
elfboot.c newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
Kconfig Remove unused dummy options, some cosmetic fixes (trivial). 2007-01-30 11:26:16 +00:00
lar.c newelfboot.c. this elfboot is tremendously simplified so it can run out 2007-02-23 19:53:11 +00:00
lzma.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
lzmadecode.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
lzmadecode.h * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
Makefile * cleanup/refactor makefiles. 2007-02-23 12:19:25 +00:00
malloc.c Stupid malloc allocater which we hope that we will never need. But it 2007-02-25 10:33:49 +00:00
mem.c * add config options for serial port and speed 2007-02-23 13:55:28 +00:00
newelfboot.c clean up headers as requested. drop some dead code. 2007-02-24 17:03:53 +00:00
nrv2b.c * This patch renames remainders the arch i386 to x86. 2007-01-04 20:12:02 +00:00
stage2.c fix a warning, clean up code and makefiles 2007-02-23 11:51:32 +00:00
uart8250.c Add a first bit of a framework. Builds the following parts, in 2007-01-29 22:09:50 +00:00