1. 0fd93d6 Makefile: No need to mkdir when distclean by Zheng Bao · 12 years ago
  2. b3a18ac Isolate Kconfig host compiler options by Patrick Georgi · 12 years ago
  3. d086d51 Keep cscope.out when distclean. by zbao · 12 years ago
  4. fe9210f clang: Don't use mmx nor sse by Patrick Georgi · 12 years ago
  5. 94a4586 Prevent multiple inclusions of object files and rules by Patrick Georgi · 13 years ago
  6. 616da1e Allow XGCCPATH to be set on the make command line. by Marc Jones · 13 years ago
  7. 3bda044 Relicense Makefile to match libpayload by Patrick Georgi · 13 years ago
  8. 40ad842 Add regression test for build directory handling to make lint target by Patrick Georgi · 13 years ago
  9. 29ddbb8 Handle absolute source file paths by Patrick Georgi · 13 years ago
  10. 96dafaf Fix ccache behaviour if more than one ccache in PATH by Patrick Georgi · 13 years ago
  11. 6c44550 Move crossgcc rules to coreboot specific Makefile by Patrick Georgi · 13 years ago
  12. 0b933d4 Add crossgcc target to automatically build reference toolchain by Cristian Magherusan-Stanciu · 13 years ago
  13. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  14. 57205c7 Add option_table.h as dependency for all C based object files if option tables are used. by Patrick Georgi · 13 years ago
  15. e38d0a6 Fix double inclusion of toplevel Makefile.inc by Patrick Georgi · 13 years ago
  16. 71b8480 Move coreboot specific rules and setup to toplevel Makefile.inc by Patrick Georgi · 13 years ago
  17. b8cdd9b Handle compiler options for source classes more generically by Patrick Georgi · 13 years ago
  18. 5826265 Make Makefile.inc parser loop more generic by Patrick Georgi · 13 years ago
  19. 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
  20. 167b792 Fix cmos-files-y for relative paths by Patrick Georgi · 13 years ago
  21. 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
  22. aaafec3 Make cbfstool available in $(obj) for simple user access. by Kevin O'Connor · 13 years ago
  23. 7592e8b Add new ec subdir for Embedded Controllers and common ACPI EC support by Sven Schnelle · 13 years ago
  24. 884554c remove the code which is not ready to release. by Zheng Bao · 13 years ago
  25. 6c28522 fix "make clean" by Stefan Reinauer · 14 years ago
  26. 799fed9 Add AMD SB800 southbridge CIMx code. by Kerry She · 14 years ago
  27. 123edb0 Use $(MAKE) instead of make when cleaning for SeaBIOS. by Jonathan Kollasch · 14 years ago
  28. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  29. c2c23dc Add support for cbfs-files-y to the build system. by Patrick Georgi · 14 years ago
  30. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  31. 89ec376 Allow user to define location for Kconfig config via by Patrick Georgi · 14 years ago
  32. e882630 Add test to check for up-to-date GPL license headers to lint. by Patrick Georgi · 14 years ago
  33. c6ef20f Add "make lint" target that calls all util/lint/lint-* scripts by Patrick Georgi · 14 years ago
  34. 20c3d77 fix random breakage by Stefan Reinauer · 14 years ago
  35. 42f5827 Redirect the output of iasl to a file to make the build quieter. by Myles Watson · 14 years ago
  36. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  37. afbf072 Don't run clean-abuild on distclean target. It breaks full abuild runs. by Patrick Georgi · 14 years ago
  38. 7ff5b44 As $PWD is not exported by all shells, use make-builtin $(CURDIR) by Jonathan Kollasch · 14 years ago
  39. 1f98ee7 Fix small typo in root Makefile. by Warren Turkal · 14 years ago
  40. 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 14 years ago
  41. 977b985 Fix CCACHE handling, and make use of ccache's BASEDIR feature by Patrick Georgi · 14 years ago
  42. 5c31269 Generate and extract debug sysmbols for coreboot. *.debug files can be by Marc Jones · 14 years ago
  43. a9fc330 Add convenience rules for cscope to Makefile. by Warren Turkal · 14 years ago
  44. c53d1f3 Patrick Georgi wrote: by Stefan Reinauer · 14 years ago
  45. 2196a0a Slightly improve detecting Windows. Trivial by Patrick Georgi · 14 years ago
  46. 114e7b2 Split C code in sconfig's parser into a separate file. by Patrick Georgi · 14 years ago
  47. 25fc5ff Force mkdir before resolving any make rules. by Patrick Georgi · 14 years ago
  48. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  49. 12fa159 by Zheng Bao · 14 years ago
  50. cf036d1 Optimize distclean and configuration. by Patrick Georgi · 14 years ago
  51. 961a7b0 (trivial) utils are not depending on config.h. This slipped in by accident. by Stefan Reinauer · 14 years ago
  52. 1cd76e7 - Make abuild -sb work again by Patrick Georgi · 14 years ago
  53. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  54. 6630ce1 Quote test -f argument, so it doesn't fail on spaces. by Patrick Georgi · 14 years ago
  55. 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 14 years ago
  56. e64b637 Split crt0.S.lb into prologue and epilogue by Patrick Georgi · 14 years ago
  57. e705f9c output cosmetics by Stefan Reinauer · 14 years ago
  58. 7e8c9aa Replace sconfig with a C implementation. by Patrick Georgi · 14 years ago
  59. acdd52f make crt0s and ldscripts evaluate late, so the chipset_* variables are there at by Stefan Reinauer · 14 years ago
  60. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  61. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  62. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  63. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  64. 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
  65. 1425add fix "make" after "rm -rf build" by Stefan Reinauer · 14 years ago
  66. 37e7817 clean some more files in make clean by Stefan Reinauer · 14 years ago
  67. f9035dd make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete) by Stefan Reinauer · 14 years ago
  68. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago
  69. a84e98b Strip quotes from COREBOOT_ROM_DEPENDENCIES Macro-ify stripping quotes by Patrick Georgi · 14 years ago
  70. c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago
  71. 23d89cc Make CLANG selectable in Kconfig by Patrick Georgi · 14 years ago
  72. 68a564f This patch is what I needed to compile coreboot with LLVM. by Stefan Reinauer · 14 years ago
  73. c0fbbd0 Create a new build.h on every make call; this makes sure it contains a by Stefan Reinauer · 14 years ago
  74. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  75. 47d68d8 More readable recursive descent macro in Makefile by Patrick Georgi · 14 years ago
  76. ae22bcd This patch fixes two things: by Stefan Reinauer · 14 years ago
  77. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  78. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  79. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  80. d3428b0 This patch fixes an issue with the wrong build rules being selected. by Patrick Georgi · 14 years ago
  81. b7bc3f3 Find out the svnversion we are working on is quite important. by Zheng Bao · 14 years ago
  82. 0dd63a2 Document the reason for r5124 in the code/Makefile (trivial). by Uwe Hermann · 14 years ago
  83. 516255e I was having problems building a working romcc with the -O2 by Marc Jones · 14 years ago
  84. 97fc40b Don't remove config.h on "make clean" by Patrick Georgi · 14 years ago
  85. b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 14 years ago
  86. e82f475 Improve compiler detection and configuration in xcompile. by Patrick Georgi · 14 years ago
  87. 1a47b5e Remove uses of the shell to remove double quotes, or to figure out the by Patrick Georgi · 14 years ago
  88. 7faf22f Handle potential race condition with $(obj)/util/cbfstool by Patrick Georgi · 14 years ago
  89. 1bbad5c fix doxyfile path by Stefan Reinauer · 14 years ago
  90. 967952a Add image updating support. When selecting it, it by Patrick Georgi · 14 years ago
  91. 37d8c21 update coreboot trunk version by Stefan Reinauer · 14 years ago 4.0
  92. af97d33 Clean up ACPI: by Patrick Georgi · 14 years ago
  93. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 14 years ago
  94. cccbb89 Make $(obj)/build.h an explicit dependency for all by Patrick Georgi · 14 years ago
  95. 16f515a These two files accidently got a wrong license header. by Stefan Reinauer · 14 years ago
  96. 8ed1b6d drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 by Stefan Reinauer · 14 years ago
  97. 1af297c Check for installed compilers (remove .xcompile) at make clean, not distclean. by Myles Watson · 15 years ago
  98. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  99. 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 15 years ago
  100. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago