1. b111ba4 Don't use $(ROMCC) as dependency (due to ccache and scanbuild support by Patrick Georgi · 14 years ago
  2. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  3. 1c797a1 Avoid two conflicting invocations of build_opt_tbl by Patrick Georgi · 14 years ago
  4. ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 14 years ago
  5. 5934b50 Move the CPU specific includes from by Patrick Georgi · 14 years ago
  6. 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 14 years ago
  7. f358c0c drop now unussed cpu_reset.inc by Stefan Reinauer · 14 years ago
  8. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  9. e64b637 Split crt0.S.lb into prologue and epilogue by Patrick Georgi · 14 years ago
  10. cca6268 get coreboot_ap memory training in cache mechanism in place. Didn't work since by Stefan Reinauer · 14 years ago
  11. acdd52f make crt0s and ldscripts evaluate late, so the chipset_* variables are there at by Stefan Reinauer · 14 years ago
  12. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE by Stefan Reinauer · 14 years ago
  13. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  14. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  15. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  16. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  17. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  18. 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
  19. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  20. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  21. 11b1eb9 Left over strip_quotes definition. Top level Makefile already provides this. by Patrick Georgi · 14 years ago
  22. a84e98b Strip quotes from COREBOOT_ROM_DEPENDENCIES Macro-ify stripping quotes by Patrick Georgi · 14 years ago
  23. 182b09e Improve dependency tracking for coreboot.rom by Patrick Georgi · 14 years ago
  24. c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago
  25. 3b8d6a8 Add an AM2R2 entry in to the src/arch/i386/Makefile.inc. by Zheng Bao · 14 years ago
  26. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  27. 5c50392 Fix llshell by Stefan Reinauer · 14 years ago
  28. 800379f by Stefan Reinauer · 15 years ago
  29. 75bf053 - Add rules that build either 4 or 5 ssdts (only those variants exist in the board now) by Patrick Georgi · 15 years ago
  30. 806a29e Use the romstraps build infrastructure created for "tinybootblock" by Patrick Georgi · 15 years ago
  31. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 15 years ago
  32. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 15 years ago
  33. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  34. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 15 years ago
  35. c9fa96d Enable user selectable bootblocks, and provide a bootblock that by Patrick Georgi · 15 years ago
  36. ba295dc Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, by Patrick Georgi · 15 years ago
  37. 1847618 $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do by Stefan Reinauer · 15 years ago
  38. b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 15 years ago
  39. 68882a3 Remove two perl calls with sed, and adds an alternative by Patrick Georgi · 15 years ago
  40. 531704e Drop src/config alltogether by Stefan Reinauer · 15 years ago
  41. 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 15 years ago
  42. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  43. a6c337d Guards against errors that are hard to track down: by Patrick Georgi · 15 years ago
  44. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  45. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  46. 467b12a Allow user to specify the size of a newly created cbfs image by Patrick Georgi · 15 years ago
  47. 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 15 years ago
  48. 6056b97 Rework bootblock size handling: by Patrick Georgi · 15 years ago
  49. 6c73b441 Remove all build/ prefixes in the build output. by Uwe Hermann · 15 years ago
  50. d4e5c0a Replace hard coded build with $(obj) paths. by Myles Watson · 15 years ago
  51. 7782319 Prefix all build output file names of files which end up in the build by Uwe Hermann · 15 years ago
  52. 87f9514 VGA BIOS can be added independently of having a payload by Peter Stuge · 15 years ago
  53. a21cc3d Make build_opt_tbl depend on config.h since it uses it. This fixes: by Myles Watson · 15 years ago
  54. 422d0cb Separate payload compression from stage compression. by Myles Watson · 15 years ago
  55. 2b7418e Use the gnu make .SILENT: mechanism instead of requiring by Patrick Georgi · 15 years ago
  56. fe2664a Improve build output. by Uwe Hermann · 15 years ago
  57. ca5d9fb Properly check for the LZMA compression variable, and fix a print by Patrick Georgi · 15 years ago
  58. f8f5b62 Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'. by Uwe Hermann · 15 years ago
  59. 488c36c Allow setting up a VGABIOS image in Kconfig by Cristi Magherusan · 15 years ago
  60. fabde37 - AMD selected a couple of options that are incompatible with QEmu (and by Patrick Georgi · 15 years ago
  61. a5c8bb3 Fix some conflicting types of variables by Patrick Georgi · 15 years ago
  62. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago