index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
Makefile
Age
Commit message (
Expand
)
Author
2018-07-16
libpayload: Make libpayload compile using gnu11
Raul E Rangel
2017-01-25
libpayload: fix build
Patrick Georgi
2017-01-24
build system: don't run xcompile or git for %clean/%config targets
Patrick Georgi
2016-03-25
libpayload: update junit.xml target, clean up output
Martin Roth
2015-09-10
libpayload: Add missing autoconf dependency
Nico Huber
2015-08-04
libpayload: .xcompile target is an actual file
Paul Kocialkowski
2015-08-03
libpayload: Allow for KBUILD_DEFCONFIG override
Paul Kocialkowski
2015-07-09
libpayload: Use top level xcompile
Stefan Reinauer
2015-07-06
libpayload: architecture mapping is now done in xcompile
Patrick Georgi
2015-07-06
libpayload: drop LIBGCC_FILE_NAME variable
Patrick Georgi
2015-07-06
libpayload: defer including .xcompile
Patrick Georgi
2015-06-30
libpayload: Makefile: Use variables defined for Kconfig
Stefan Reinauer
2015-06-30
libpayload: Drop duplicate copy of Kconfig
Stefan Reinauer
2015-03-21
libpayload: arch/mips: Add basic MIPS architecture support
Ionela Voinescu
2015-01-09
libpayload: Add support for arm64 in libpayload
Furquan Shaikh
2014-10-17
libpayload: Don't use default path for kconfig
Nico Huber
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-01-26
Revert "Makefile: Check $CC variable returned from xcompile is not empty."
Alexandru Gagniuc
2014-01-23
Makefile: Check $CC variable returned from xcompile is not empty.
Andrew Wu
2013-11-26
libpayload: Drop PowerPC architecture
Stefan Reinauer
2013-03-18
libpayload: Fix the config file dependency in the Makefile template
Gabe Black
2013-03-13
libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC
Gabe Black
2012-12-14
libpayload: Initial ARMv7 port
Stefan Reinauer
2011-07-03
Fixes to the libpayload build system
Patrick Georgi
2011-06-30
Use coreboot build system for libpayload, too.
Patrick Georgi
2010-07-29
Resolved the bug of filo+libpayload building. The bug is if libpayload is ins...
Cai Bai Yin
2010-06-24
Incomplete implementation of libpci's (of pciutils) interface.
Patrick Georgi
2010-06-22
Change the libpayload "make install" default destination to be the source dir...
Cai Bai Yin
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-20
install libpayload.ldscript on libpayload "make install"
Stefan Reinauer
2010-04-20
Allow easy libpayload compilation using xcompile.
Stefan Reinauer
2010-03-25
allow libpayload to completely build out of tree.
Stefan Reinauer
2009-05-21
This change adds PPC support to libpayload, and hooks it up in the build
Patrick Georgi
2008-11-25
libpayload: Fix immediate rebuild after a clean
Mart Raudsepp
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-11-11
Signed-off-by: Robert Millan <rmh@aybabtu.com>
Robert Millan
2008-10-22
Fix ordering problem in the libpayload Makefile. The include of
Uwe Hermann
2008-10-22
ouch. something went wrong with applying that old patch
Stefan Reinauer
2008-10-22
This has been sitting here since a looong time.
Stefan Reinauer
2008-10-21
[PATCH] fix video console init
Jordan Crouse
2008-10-20
[PATCH] libpayload: Add multiboot support
Jordan Crouse
2008-10-20
[PATCH] libpayload: Use gcc to compile assembly files
Jordan Crouse
2008-09-23
1.
Patrick Georgi
2008-09-02
This patch adds USB capabilities to libpayload. It requires some
Patrick Georgi
2008-08-28
libpayload: Expand doxygen definitions
Jordan Crouse
2008-08-28
fix libpayload build dependencies (trivial)
Stefan Reinauer
2008-08-27
Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which
Uwe Hermann
2008-08-26
How could -ffreestanding slip through here. Required because libpayload is not
Stefan Reinauer
2008-08-08
Update the kconfig copy in libpayload to a much more recent one. Among
Uwe Hermann
2008-08-07
fix stack protection detection with Jordan's suggestion
Stefan Reinauer
2008-04-10
libpayload: Avoid .svn files in the header install
Jordan Crouse
2008-04-09
libpayload: Implement gcc wrappers for libpayload
Jordan Crouse
2008-04-03
Add a SHA-1 implementation to libpayload.
Uwe Hermann
2008-03-27
Drop -Os in libpayload for now, it causes run-time problems for some
Uwe Hermann
2008-03-20
Fix code to allow usage of -Wall in libpayload and the sample (trivial).
Uwe Hermann
2008-03-20
libpayload: Add -Os to the CFLAGS
Jordan Crouse
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse