1. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  2. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  3. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  4. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  5. 7f20d73 Trivial. Fix typo. sh> find -name "acpi_tables.c" | xargs sed -i "s/FDAT/FADT/g" by Zheng Bao · 14 years ago
  6. d421c81 Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs. by Uwe Hermann · 14 years ago
  7. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  8. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  9. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  10. 8cda969 Convert boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  11. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  12. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  13. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  14. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  15. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  16. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  17. 6018e1b DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 by Scott Duplichan · 14 years ago
  18. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  19. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  20. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  21. e5b60bc Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway. by Uwe Hermann · 14 years ago
  22. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  23. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  24. 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
  25. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  26. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  27. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  28. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  29. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  30. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  31. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  32. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  33. b015d02 Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. by Uwe Hermann · 14 years ago
  34. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  35. 625a0cb Remove unused ide0_enable and sata0_enable entries from SB7xx and SB600. by Rudolf Marek · 14 years ago
  36. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  37. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  38. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  39. 543f767 Tilapila supports both dual slot and single slot. The difference should be by Wang Qing Pei · 14 years ago
  40. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  41. e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 14 years ago
  42. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  43. 36de042 Add "reasonable" values in ASL at places we overwrite from by Stefan Reinauer · 14 years ago
  44. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  45. c928a29 Remove another set of includes from Fam10 romstages: by Patrick Georgi · 14 years ago
  46. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  47. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  48. 7d2a396 Trivial. The comment also need to modify. by Zheng Bao · 14 years ago
  49. b6128b6 The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12. by Zheng Bao · 14 years ago
  50. 1ad9f29 AMD Tilapia board support as a demonstration of an AMD Fam10 DDR3 board. by Zheng Bao · 14 years ago