1. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  2. d71e771 Drop unused doit.sh files (trivial). by Uwe Hermann · 14 years ago
  3. 75bf053 - Add rules that build either 4 or 5 ssdts (only those variants exist in the board now) by Patrick Georgi · 14 years ago
  4. 43fed9b disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job, by Stefan Reinauer · 14 years ago
  5. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  6. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  7. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  8. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  9. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  10. 8a7d34b fix builds... by Stefan Reinauer · 14 years ago
  11. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  12. 5543c66 Actually set HAVE_OPTION_TABLES for the boards that need it. (See last commit) by Patrick Georgi · 15 years ago
  13. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  14. e30db0e Port of CS5536 early UART setup from v3. Permit early setup of COM2 by Edwin Beasant · 15 years ago
  15. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  16. 0e92974 straighten naming scheme for application processor rom stage files. by Stefan Reinauer · 15 years ago
  17. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  18. d51eddb fix further build.h dependencies that were undetected before we enabled it on by Stefan Reinauer · 15 years ago
  19. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  20. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 15 years ago
  21. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  22. a9796ed - Clean up and comment writing of MSRs for cache control (Backport from v3) by Edwin Beasant · 15 years ago
  23. e8d943f Fix ACPI build on a couple of boards (now that it's active) by Patrick Georgi · 15 years ago
  24. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  25. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  26. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  27. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  28. a0c68f8 by Stefan Reinauer · 15 years ago
  29. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  30. eecaba8 Clean up amd/dbm690t and kontron/986lcd-m some more (not by Patrick Georgi · 15 years ago
  31. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  32. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  33. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  34. 547d48a Remove some white space and comment differences from devicetree.cb and Config.lb by Myles Watson · 15 years ago
  35. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  36. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  37. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  38. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  39. 42dc721 move all register fram definitions to arch/register.h by Stefan Reinauer · 15 years ago
  40. 036c15f Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before by Myles Watson · 15 years ago
  41. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  42. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  43. 42fd936 Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks. by Myles Watson · 15 years ago
  44. e405327 Simplify Kconfig files by using "select" where possible (trivial). by Uwe Hermann · 15 years ago
  45. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  46. 04000f4 Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. by Myles Watson · 15 years ago
  47. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  48. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  49. 289a2f5 Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the by Zheng Bao · 15 years ago
  50. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  51. 3db199c Make fam10 build (but not boot due to bootblock size problems.) by Myles Watson · 15 years ago
  52. c0528d6 HAVE_ACPI_TABLES cleanups for kconfig: by Uwe Hermann · 15 years ago
  53. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  54. 00f0267 Remaining boards are Kconfig'd now. Whether they work by Patrick Georgi · 15 years ago
  55. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  56. 869bbc4 Convert all "default y" options to "select FOO" (shorter). by Uwe Hermann · 15 years ago
  57. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  58. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  59. 37ea341 Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from by Patrick Georgi · 15 years ago
  60. 6768f39 Remove: by Patrick Georgi · 15 years ago
  61. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  62. 120bff8 Fix a number of board names in Kconfig (trivial). by Uwe Hermann · 15 years ago
  63. 6842c02 Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. by Patrick Georgi · 15 years ago
  64. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  65. cd75b1d Trivial config fix for Serengeti Cheetah. Change a type and a default. by Myles Watson · 15 years ago
  66. d05cc40 Trivial config fix for Serengeti Cheetah. Remove duplication, add a default. by Myles Watson · 15 years ago
  67. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  68. d6ac964 Fix compilation for serengeti when HAVE_ACPI_TABLES is set. Trivial. by Myles Watson · 15 years ago
  69. ed03556 src/Kconfig: Remove HT-specific options. by Myles Watson · 15 years ago
  70. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  71. 7cf8c58 Kill dead comment. by Carl-Daniel Hailfinger · 15 years ago
  72. a4d4770 r4534 introduced devicetree.cb in every mainboard directory, but didn't by Carl-Daniel Hailfinger · 15 years ago
  73. 513e03b r4646 enabled early usage of pci_{read,write}_config{8,16,32} by Carl-Daniel Hailfinger · 15 years ago
  74. 079300b Remove warnings from Kconfig. Trivial. by Myles Watson · 15 years ago
  75. 6ed39d9 This is the final set of changes to allow rumba to build. Rumba is not by Ronald G. Minnich · 15 years ago
  76. e7f5709 Set the mainboard/amd directory up to support more than one. by Ronald G. Minnich · 15 years ago
  77. 8b1c382 r4534 introduced devicetree.cb in every mainboard directory, but didn't by Carl-Daniel Hailfinger · 15 years ago
  78. 39ec29c Clean up some DCACHE related options. by Patrick Georgi · 15 years ago
  79. 698c0e0e Make PCI_ROM_RUN a boolean (like it is elsewhere) which by Patrick Georgi · 15 years ago
  80. 20a1ae8 Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist. by Uwe Hermann · 15 years ago
  81. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  82. a5c8bb3 Fix some conflicting types of variables by Patrick Georgi · 15 years ago
  83. 245a7da Remove duplicate file, adjust Makefile to use the original copy. by Patrick Georgi · 15 years ago
  84. 5f6572e Fix multiple missing files and errors from the recent commit. This happened by Ronald G. Minnich · 15 years ago
  85. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  86. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  87. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  88. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  89. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  90. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  91. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  92. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  93. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  94. 1725703 The point of the patch is to make it easier to understand the raminit by Myles Watson · 15 years ago
  95. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  96. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  97. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  98. d12acea There were a few updates lately that generates ROM size > 512K. I am changing the default ROM size to 1M to accommodate this and future changes. I tested on SimNow family10h_1p.bsd and it POSTs OK. by Vincent Lim · 15 years ago
  99. 99fd2a3 Update equivalent processor revision ID to load latest microcode patches and by Marc Jones · 15 years ago
  100. 9ea1e0c Trivia: remove comment by Vincent Lim · 15 years ago