Fix libpayload alloc() size and gcc pointer optimization problems.
[coreboot.git] / payloads / libpayload / libc / malloc.c
2012-03-21 Marc JonesFix libpayload alloc() size and gcc pointer optimizatio...
2012-03-10 Marc JonesMake libpayload alloc() memory pointers volatile
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-25 Stefan Reinauerlibpayload update
2009-07-31 Stefan Reinaueroops, these two were missed in the last cleanup.
2009-07-31 Stefan ReinauerCatch various cases in libpayload where malloc() or...
2009-05-21 Patrick GeorgiThis change adds PPC support to libpayload, and hooks...
2009-04-29 Stefan Reinauerworking memalign version for libpayload. This fixes...
2008-09-02 Patrick GeorgiAdd memalign(align, size).
2008-08-14 Stefan Reinauer* fix memory allocator bug that lead to freelist corrup...
2008-04-25 Jordan Crouselibpayload: Fix malloc allocation
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD