1. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  2. 4c28a6f Make AMD Fam10h CPU microcode updates optional in Expert mode by Xavi Drudis Ferran · 13 years ago
  3. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  4. 3310934 Following patch makes just one fadt.c file. For SB700. by Rudolf Marek · 14 years ago
  5. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  6. 6e7efb7 Add TINY_BOOTBLOCK support for AMD SB700. by Uwe Hermann · 14 years ago
  7. f8ba64d Deduplicate various ACPI .asl files. by Uwe Hermann · 14 years ago
  8. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  9. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  10. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  11. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  12. 7f20d73 Trivial. Fix typo. sh> find -name "acpi_tables.c" | xargs sed -i "s/FDAT/FADT/g" by Zheng Bao · 14 years ago
  13. d421c81 Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs. by Uwe Hermann · 14 years ago
  14. d73c505 devicetree.cb: Only add as many entries as there are DIMM slots. by Uwe Hermann · 14 years ago
  15. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  16. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  17. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  18. 8cda969 Convert boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  19. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  20. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  21. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  22. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  23. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  24. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  25. 6018e1b DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 by Scott Duplichan · 14 years ago
  26. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  27. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  28. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  29. e5b60bc Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway. by Uwe Hermann · 14 years ago
  30. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  31. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  32. 7c1fb7b Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: by Scott Duplichan · 14 years ago
  33. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  34. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  35. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  36. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  37. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  38. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  39. 011d0d8 drop unneeded earlymtrr.c include by Stefan Reinauer · 14 years ago
  40. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  41. c679ab5 RAMBASE = 0x4000 is no longer needed. Drop it. by Stefan Reinauer · 14 years ago
  42. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  43. b015d02 Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. by Uwe Hermann · 14 years ago
  44. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  45. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  46. 625a0cb Remove unused ide0_enable and sata0_enable entries from SB7xx and SB600. by Rudolf Marek · 14 years ago
  47. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  48. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  49. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  50. d6c4395 The attached file add pa78vm5 dev3 detection function to avoid the building error. by Wang Qing Pei · 14 years ago
  51. 0ede4c0 Commit (non-working!) Jetway PA78VM5 mainboard by Wang Qing Pei · 14 years ago
  52. f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 14 years ago
  53. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  54. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  55. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  56. 64d3baf zero warnings days... by Stefan Reinauer · 14 years ago
  57. 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 14 years ago
  58. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  59. 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 14 years ago
  60. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  61. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  62. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  63. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  64. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  65. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  66. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  67. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  68. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  69. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  70. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  71. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  72. a0c68f8 by Stefan Reinauer · 15 years ago
  73. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  74. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  75. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  76. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  77. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  78. 04b9b92 Drop unused and useless CONFIG_MAX_PCI_BUSES. by Uwe Hermann · 15 years ago
  79. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  80. fdfaada More boards in kconfig, and moved -O2 flag for romcc into by Patrick Georgi · 15 years ago
  81. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  82. 6768f39 Remove: by Patrick Georgi · 15 years ago
  83. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  84. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  85. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  86. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  87. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  88. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  89. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  90. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  91. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  92. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  93. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  94. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  95. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  96. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 15 years ago
  97. 716e567 I honestly have no idea if the previous use of the vt8235's serial functions by Corey Osgood · 16 years ago
  98. 71a2fbf One more little fix for the Jetway J7F[24], option tables can only be by Corey Osgood · 16 years ago
  99. 229c20f For the jetway jf2/4 series of mainboards: by Alex Mauer · 16 years ago
  100. 9196dd5 Add the "jetway j7f[24]*" mainboard. As compared to the Via Epia CN, this by Alex Mauer · 16 years ago