1. b144a34 libpayload: fix build by Patrick Georgi · 7 years ago
  2. 0ffef88 build system: don't run xcompile or git for %clean/%config targets by Patrick Georgi · 7 years ago
  3. 6959f5c libpayload: update junit.xml target, clean up output by Martin Roth · 8 years ago
  4. 602a82a libpayload: Add missing autoconf dependency by Nico Huber · 9 years ago
  5. 5d5fcdd libpayload: .xcompile target is an actual file by Paul Kocialkowski · 9 years ago
  6. db0c0c4 libpayload: Allow for KBUILD_DEFCONFIG override by Paul Kocialkowski · 9 years ago
  7. f53dbfa libpayload: Use top level xcompile by Stefan Reinauer · 9 years ago
  8. 21fc58b libpayload: architecture mapping is now done in xcompile by Patrick Georgi · 9 years ago
  9. 46eeb33 libpayload: drop LIBGCC_FILE_NAME variable by Patrick Georgi · 9 years ago
  10. db03255 libpayload: defer including .xcompile by Patrick Georgi · 9 years ago
  11. 2551f59 libpayload: Makefile: Use variables defined for Kconfig by Stefan Reinauer · 9 years ago
  12. ed56499 libpayload: Drop duplicate copy of Kconfig by Stefan Reinauer · 9 years ago
  13. ce22c02 libpayload: arch/mips: Add basic MIPS architecture support by Ionela Voinescu · 10 years ago
  14. 8c8c377 libpayload: Add support for arm64 in libpayload by Furquan Shaikh · 10 years ago
  15. 08c7018 libpayload: Don't use default path for kconfig by Nico Huber · 10 years ago
  16. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  17. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  18. f927df6 Revert "Makefile: Check $CC variable returned from xcompile is not empty." by Alexandru Gagniuc · 10 years ago
  19. 1287d1c Makefile: Check $CC variable returned from xcompile is not empty. by Andrew Wu · 11 years ago
  20. b82a74c libpayload: Drop PowerPC architecture by Stefan Reinauer · 11 years ago
  21. f06111a libpayload: Fix the config file dependency in the Makefile template by Gabe Black · 11 years ago
  22. 49ff3c5 libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC by Gabe Black · 11 years ago
  23. 8af0d03 libpayload: Initial ARMv7 port by Stefan Reinauer · 12 years ago
  24. c0458e6 Fixes to the libpayload build system by Patrick Georgi · 13 years ago
  25. b3db79e Use coreboot build system for libpayload, too. by Patrick Georgi · 13 years ago
  26. 9b3cf8e Resolved the bug of filo+libpayload building. The bug is if libpayload is installed before filo load "make -C ../libpayload/Makefile DEST=**", it would not by Cai Bai Yin · 14 years ago
  27. c9f705b Incomplete implementation of libpci's (of pciutils) interface. by Patrick Georgi · 14 years ago
  28. d0bac7e Change the libpayload "make install" default destination to be the source directory. Libpayload is not a runtime library and has many different configurations for different payloads, so doesn't really belong in /opt. by Cai Bai Yin · 14 years ago
  29. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  30. 0e5e7c3 install libpayload.ldscript on libpayload "make install" to make coreinfo happy. by Stefan Reinauer · 14 years ago
  31. 97f546c Allow easy libpayload compilation using xcompile. by Stefan Reinauer · 14 years ago
  32. 0350c0f allow libpayload to completely build out of tree. by Stefan Reinauer · 14 years ago
  33. d385ed2 This change adds PPC support to libpayload, and hooks it up in the build by Patrick Georgi · 15 years ago
  34. 58edecd libpayload: Fix immediate rebuild after a clean by Mart Raudsepp · 16 years ago
  35. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  36. c1f404f by Robert Millan · 16 years ago
  37. ea87245 Fix ordering problem in the libpayload Makefile. The include of by Uwe Hermann · 16 years ago
  38. 1b57f1c ouch. something went wrong with applying that old patch by Stefan Reinauer · 16 years ago
  39. 734427e This has been sitting here since a looong time. by Stefan Reinauer · 16 years ago
  40. 6ec8285 [PATCH] fix video console init by Jordan Crouse · 16 years ago
  41. 20c9cf1 [PATCH] libpayload: Add multiboot support by Jordan Crouse · 16 years ago
  42. 17f6a87 [PATCH] libpayload: Use gcc to compile assembly files by Jordan Crouse · 16 years ago
  43. 3e3c83e 1. by Patrick Georgi · 16 years ago
  44. d21f68b This patch adds USB capabilities to libpayload. It requires some by Patrick Georgi · 16 years ago
  45. 3a48bdc libpayload: Expand doxygen definitions by Jordan Crouse · 16 years ago
  46. 9368e4c fix libpayload build dependencies (trivial) by Stefan Reinauer · 16 years ago
  47. 3b64129 Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which by Uwe Hermann · 16 years ago
  48. 1d129fe How could -ffreestanding slip through here. Required because libpayload is not by Stefan Reinauer · 16 years ago
  49. e55b32a Update the kconfig copy in libpayload to a much more recent one. Among by Uwe Hermann · 16 years ago
  50. 85c7aec fix stack protection detection with Jordan's suggestion by Stefan Reinauer · 16 years ago
  51. bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 16 years ago
  52. c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 16 years ago
  53. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  54. 408c4e1 Drop -Os in libpayload for now, it causes run-time problems for some by Uwe Hermann · 16 years ago
  55. 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
  56. 2c7bb9e libpayload: Add -Os to the CFLAGS by Jordan Crouse · 16 years ago
  57. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago