Use coreboot build system for libpayload, too.
[coreboot.git] / payloads / libpayload / Makefile
2011-06-30 Patrick GeorgiUse coreboot build system for libpayload, too.
2010-07-29 Cai Bai YinResolved the bug of filo+libpayload building. The bug...
2010-06-24 Patrick GeorgiIncomplete implementation of libpci's (of pciutils...
2010-06-22 Cai Bai YinChange the libpayload "make install" default destinatio...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-20 Stefan Reinauerinstall libpayload.ldscript on libpayload "make install"
2010-04-20 Stefan ReinauerAllow easy libpayload compilation using xcompile.
2010-03-25 Stefan Reinauerallow libpayload to completely build out of tree.
2009-05-21 Patrick GeorgiThis change adds PPC support to libpayload, and hooks...
2008-11-25 Mart Raudsepplibpayload: Fix immediate rebuild after a clean
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-11-11 Robert MillanSigned-off-by: Robert Millan <rmh@aybabtu.com>
2008-10-22 Uwe HermannFix ordering problem in the libpayload Makefile. The...
2008-10-22 Stefan Reinauerouch. something went wrong with applying that old patch
2008-10-22 Stefan ReinauerThis has been sitting here since a looong time.
2008-10-21 Jordan Crouse[PATCH] fix video console init
2008-10-20 Jordan Crouse[PATCH] libpayload: Add multiboot support
2008-10-20 Jordan Crouse[PATCH] libpayload: Use gcc to compile assembly files
2008-09-23 Patrick Georgi1.
2008-09-02 Patrick GeorgiThis patch adds USB capabilities to libpayload. It...
2008-08-28 Jordan Crouselibpayload: Expand doxygen definitions
2008-08-28 Stefan Reinauerfix libpayload build dependencies (trivial)
2008-08-27 Uwe HermannAdd a Doxygen config file and a Makefile target 'doxy...
2008-08-26 Stefan ReinauerHow could -ffreestanding slip through here. Required...
2008-08-08 Uwe HermannUpdate the kconfig copy in libpayload to a much more...
2008-08-07 Stefan Reinauerfix stack protection detection with Jordan's suggestion
2008-04-10 Jordan Crouselibpayload: Avoid .svn files in the header install
2008-04-09 Jordan Crouselibpayload: Implement gcc wrappers for libpayload
2008-04-03 Uwe HermannAdd a SHA-1 implementation to libpayload.
2008-03-27 Uwe HermannDrop -Os in libpayload for now, it causes run-time...
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Jordan Crouselibpayload: Add -Os to the CFLAGS
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD