1. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  2. a38ccfd build: Add ccopts back into the build by Marc Jones · 10 years ago
  3. 16407ab Makefile: Fix HOSTCC for clang by Edward O'Callaghan · 10 years ago
  4. dd91c7f build: Allow clang build linkage to use libcompiler-rt by Edward O'Callaghan · 10 years ago
  5. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  6. 05560bf build system: avoid warning about missing .xcompile by Patrick Georgi · 10 years ago
  7. 18ff4f1 build system: create .xcompile dependency by Patrick Georgi · 10 years ago
  8. 480790b Makefile: HOSTCC set too late in clang builds by Edward O'Callaghan · 10 years ago
  9. 25b56c3 build: remove -ccopts mechanism by Patrick Georgi · 10 years ago
  10. cc84a00 build system: re-enable clang use by Patrick Georgi · 10 years ago
  11. e47477e build: re-enable ccache support by Patrick Georgi · 10 years ago
  12. fadbe5f build: make scan-build work again by Patrick Georgi · 10 years ago
  13. e24a119 build: allow romcc to be wrapped by Patrick Georgi · 10 years ago
  14. 58f73a6 build: separate CPPFLAGS from CFLAGS by Patrick Georgi · 10 years ago
  15. 0e6be39 Makefile: Don't use llvm-mc for the moment by Edward O'Callaghan · 10 years ago
  16. d520840 kconfig: update to follow upstream more closely by Patrick Georgi · 10 years ago
  17. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  18. c38f3ae build: allow building crossgcc when .config exists by Patrick Georgi · 10 years ago
  19. f927df6 Revert "Makefile: Check $CC variable returned from xcompile is not empty." by Alexandru Gagniuc · 10 years ago
  20. 1287d1c Makefile: Check $CC variable returned from xcompile is not empty. by Andrew Wu · 11 years ago
  21. cd9abf9 arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS by Andrew Wu · 11 years ago
  22. 963bed5 Make: Use unaltered object list for dependency inclusion by Nico Huber · 11 years ago
  23. 70c85ea build system: Retire REQUIRES_BLOB by Patrick Georgi · 11 years ago
  24. 02ae0bf build system: Don't run the full build system on "make clean" by Patrick Georgi · 11 years ago
  25. 4815913 build system: Mark clean-for-update phony by Patrick Georgi · 11 years ago
  26. 9aaf7d1 Fix broken scan-build by Martin Roth · 12 years ago
  27. bca9b9d Makefile cosmetics by Stefan Reinauer · 12 years ago
  28. 6edb729 Drop ARCH_ARM in favor of ARCH_ARMV7 by Stefan Reinauer · 12 years ago
  29. 79f9010 build system: Add hook to postprocess classes (object lists) by Patrick Georgi · 12 years ago
  30. e820e5c Make xcompile support multiple architectures by Ronald G. Minnich · 12 years ago
  31. 0fd93d6 Makefile: No need to mkdir when distclean by Zheng Bao · 12 years ago
  32. b3a18ac Isolate Kconfig host compiler options by Patrick Georgi · 12 years ago
  33. d086d51 Keep cscope.out when distclean. by zbao · 12 years ago
  34. fe9210f clang: Don't use mmx nor sse by Patrick Georgi · 12 years ago
  35. 94a4586 Prevent multiple inclusions of object files and rules by Patrick Georgi · 13 years ago
  36. 616da1e Allow XGCCPATH to be set on the make command line. by Marc Jones · 13 years ago
  37. 3bda044 Relicense Makefile to match libpayload by Patrick Georgi · 13 years ago
  38. 40ad842 Add regression test for build directory handling to make lint target by Patrick Georgi · 13 years ago
  39. 29ddbb8 Handle absolute source file paths by Patrick Georgi · 13 years ago
  40. 96dafaf Fix ccache behaviour if more than one ccache in PATH by Patrick Georgi · 13 years ago
  41. 6c44550 Move crossgcc rules to coreboot specific Makefile by Patrick Georgi · 13 years ago
  42. 0b933d4 Add crossgcc target to automatically build reference toolchain by Cristian Magherusan-Stanciu · 13 years ago
  43. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  44. 57205c7 Add option_table.h as dependency for all C based object files if option tables are used. by Patrick Georgi · 13 years ago
  45. e38d0a6 Fix double inclusion of toplevel Makefile.inc by Patrick Georgi · 13 years ago
  46. 71b8480 Move coreboot specific rules and setup to toplevel Makefile.inc by Patrick Georgi · 13 years ago
  47. b8cdd9b Handle compiler options for source classes more generically by Patrick Georgi · 13 years ago
  48. 5826265 Make Makefile.inc parser loop more generic by Patrick Georgi · 13 years ago
  49. 0822ad8 This code fixes a number of build issues related to the AMD Agesa code. The particular issues are global variables existing in romstage and the use of GCC intrinsics in the build. The former issue will be addressed shortly, and the latter issue requires community assistance. This code is dependent on the AMD Family 14h mainboard code. by Frank Vibrans · 13 years ago
  50. 167b792 Fix cmos-files-y for relative paths by Patrick Georgi · 13 years ago
  51. 5c0bca2 Inverse two arguments of cbfs-files-y and adapts its users (one of which already used the new order) by Patrick Georgi · 13 years ago
  52. aaafec3 Make cbfstool available in $(obj) for simple user access. by Kevin O'Connor · 13 years ago
  53. 7592e8b Add new ec subdir for Embedded Controllers and common ACPI EC support by Sven Schnelle · 13 years ago
  54. 884554c remove the code which is not ready to release. by Zheng Bao · 13 years ago
  55. 6c28522 fix "make clean" by Stefan Reinauer · 14 years ago
  56. 799fed9 Add AMD SB800 southbridge CIMx code. by Kerry She · 14 years ago
  57. 123edb0 Use $(MAKE) instead of make when cleaning for SeaBIOS. by Jonathan Kollasch · 14 years ago
  58. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  59. c2c23dc Add support for cbfs-files-y to the build system. by Patrick Georgi · 14 years ago
  60. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  61. 89ec376 Allow user to define location for Kconfig config via by Patrick Georgi · 14 years ago
  62. e882630 Add test to check for up-to-date GPL license headers to lint. by Patrick Georgi · 14 years ago
  63. c6ef20f Add "make lint" target that calls all util/lint/lint-* scripts by Patrick Georgi · 14 years ago
  64. 20c3d77 fix random breakage by Stefan Reinauer · 14 years ago
  65. 42f5827 Redirect the output of iasl to a file to make the build quieter. by Myles Watson · 14 years ago
  66. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  67. afbf072 Don't run clean-abuild on distclean target. It breaks full abuild runs. by Patrick Georgi · 14 years ago
  68. 7ff5b44 As $PWD is not exported by all shells, use make-builtin $(CURDIR) by Jonathan Kollasch · 14 years ago
  69. 1f98ee7 Fix small typo in root Makefile. by Warren Turkal · 14 years ago
  70. 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 14 years ago
  71. 977b985 Fix CCACHE handling, and make use of ccache's BASEDIR feature by Patrick Georgi · 14 years ago
  72. 5c31269 Generate and extract debug sysmbols for coreboot. *.debug files can be by Marc Jones · 14 years ago
  73. a9fc330 Add convenience rules for cscope to Makefile. by Warren Turkal · 14 years ago
  74. c53d1f3 Patrick Georgi wrote: by Stefan Reinauer · 14 years ago
  75. 2196a0a Slightly improve detecting Windows. Trivial by Patrick Georgi · 14 years ago
  76. 114e7b2 Split C code in sconfig's parser into a separate file. by Patrick Georgi · 14 years ago
  77. 25fc5ff Force mkdir before resolving any make rules. by Patrick Georgi · 14 years ago
  78. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  79. 12fa159 by Zheng Bao · 14 years ago
  80. cf036d1 Optimize distclean and configuration. by Patrick Georgi · 14 years ago
  81. 961a7b0 (trivial) utils are not depending on config.h. This slipped in by accident. by Stefan Reinauer · 14 years ago
  82. 1cd76e7 - Make abuild -sb work again by Patrick Georgi · 14 years ago
  83. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  84. 6630ce1 Quote test -f argument, so it doesn't fail on spaces. by Patrick Georgi · 14 years ago
  85. 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 14 years ago
  86. e64b637 Split crt0.S.lb into prologue and epilogue by Patrick Georgi · 14 years ago
  87. e705f9c output cosmetics by Stefan Reinauer · 14 years ago
  88. 7e8c9aa Replace sconfig with a C implementation. by Patrick Georgi · 14 years ago
  89. acdd52f make crt0s and ldscripts evaluate late, so the chipset_* variables are there at by Stefan Reinauer · 14 years ago
  90. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  91. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  92. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  93. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  94. 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
  95. 1425add fix "make" after "rm -rf build" by Stefan Reinauer · 14 years ago
  96. 37e7817 clean some more files in make clean by Stefan Reinauer · 14 years ago
  97. f9035dd make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete) by Stefan Reinauer · 14 years ago
  98. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago
  99. a84e98b Strip quotes from COREBOOT_ROM_DEPENDENCIES Macro-ify stripping quotes by Patrick Georgi · 14 years ago
  100. c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago