coreboot/lib
Stefan Reinauer 8a8f3f4836 * fix typos in device_util.c
* drop double error in malloc.c
* add extra CFLAGS to reduce code size by 10%
* add more build time defines and use them in the LB table.

The LB_TAG_COMPILE_TIME is a partly duplicate of LB_TAG_BUILD,
as LB_TAG_BUILD contains both date and time. I left this in for
compatibility reasons.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@268 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-03-22 00:36:11 +00:00
..
clog2.c Coding style fixes, from running 'indent' (trivial). 2007-03-09 02:32:40 +00:00
compute_ip_checksum.c Update compute_ip_checksum.c and ip_checksum.h to the versions from 2007-03-06 14:46:57 +00:00
delay.c Use 'unsigned int' instead of 'unsigned'. 2007-03-09 16:02:58 +00:00
elfboot.c Clean out temp hacks which we used in Brussels to get things working. 2007-03-08 00:55:46 +00:00
Kconfig Add missing license header to lib/Kconfig. 2007-03-08 22:55:32 +00:00
lar.c Coding style fixes, from running 'indent' (trivial). 2007-03-09 02:32:40 +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 Make the LinuxBIOS build output look a lot like the stuff people 2007-03-11 17:55:16 +00:00
malloc.c * fix typos in device_util.c 2007-03-22 00:36:11 +00:00
mem.c Add Doxygen-comments to all functions in lib/mem.c. 2007-03-10 22:07:51 +00:00
nrv2b.c This one is going to break all your changes, but fix up a lot of code. 2007-02-27 14:03:20 +00:00
stage2.c Added some TODOs and fixed coding style issues and other cosmetic 2007-03-09 02:25:06 +00:00
tables.c Large patch but trivial: Fix Copright error. 2007-02-26 23:17:40 +00:00
uart8250.c Add cross compilation support and simplify the far to complex serial 2007-03-05 21:14:21 +00:00