coreboot-kgpe-d16/payloads/libpayload
Stefan Reinauer ee673194b4 * fix memory allocator bug that lead to freelist corruption on the first malloc
(and spent 8 bytes too much per malloc)
* if the memory allocator detects freelist corruption, print a message
  instead of silently dying.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3510 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-08-14 14:40:10 +00:00
..
bin fix cross compilationor libpayload / coreinfo by honoring 2008-08-07 15:22:01 +00:00
crypto No really, _these_ should be the last occurences of CONFIG_ without 2008-08-11 17:10:58 +00:00
curses Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and 2008-08-12 20:23:00 +00:00
drivers libpayload: fix type in keyboard driver. (trivial) 2008-08-12 14:19:40 +00:00
i386 No really, _these_ should be the last occurences of CONFIG_ without 2008-08-11 17:10:58 +00:00
include add PCI_BUS macro (trivial) 2008-08-13 08:21:27 +00:00
lib libpayload: Add PAYLOAD_INFO macro 2008-05-27 20:06:54 +00:00
libc * fix memory allocator bug that lead to freelist corruption on the first malloc 2008-08-14 14:40:10 +00:00
sample libpayload: Fix the putc function 2008-05-14 20:07:31 +00:00
util/kconfig compile fix (trivial) 2008-08-08 14:17:46 +00:00
Config.in new menu structure for libpayload 2008-08-08 13:45:03 +00:00
LICENSES Document all of the external code we use in libpayload (trivial). 2008-08-11 20:34:50 +00:00
Makefile Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
README

README

This is libpayload, a minimal library to support standalone payloads
that can be booted with firmware like coreboot.  It handles the setup
code, and provides common C library symbols such as malloc() and
printf().

Please see the sample/ directory for an example of the payload in
action.