1. 75a3d1f amdfam10: Perform major include ".c" cleanup by Damien Zammit · 8 years ago
  2. a8025db amd-based mainboards: Fix whitespace in _PTS comments by Marshall Dawson · 8 years ago
  3. 3a0cb45 cpu/amd/mtrr.h: Drop excessive includes by Kyösti Mälkki · 8 years ago
  4. 4607cac cpu/x86/msr.h: Drop excessive includes by Kyösti Mälkki · 8 years ago
  5. 425890e AMD fam10h-15h: MMCONF_SUPPORT_DEFAULT is already set by Kyösti Mälkki · 8 years ago
  6. 3b87812 Kconfig: Update default hex values to start with 0x by Martin Roth · 8 years ago
  7. b87a734 mainboard/*/*/dsdt.asl: Use tabs for indents by Elyes HAOUAS · 8 years ago
  8. 6350a2e src/mainboard/a-trend - emulation: Add space around operators by Elyes HAOUAS · 8 years ago
  9. 837618b mainboard/asus/*: transition away from device_t by Antonello Dettori · 8 years ago
  10. d23ee5d mainboard: Clean up boot_option/reboot_bits in cmos.layout by Nico Huber · 8 years ago
  11. 8ab989e src/mainboard: Capitalize ROM, RAM, CPU and APIC by Elyes HAOUAS · 8 years ago
  12. bb9722b Add newlines at the end of all coreboot files by Martin Roth · 8 years ago
  13. 82d9a31 lib: compile mdelay for romstage by Patrick Georgi · 8 years ago
  14. b174667 northbridge/amd/amdfam10: Rename mislabeled iommu nvram option to gart by Timothy Pearson · 9 years ago
  15. 0122afb cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequence by Timothy Pearson · 9 years ago
  16. 2439132 mainboard: Remove last_boot NVRAM option by Timothy Pearson · 9 years ago
  17. bc39b48 mainboard/asus: Increase reboot count on boards with recovery jumper by Timothy Pearson · 9 years ago
  18. 730a043 cpu/amd: Add initial AMD Family 15h support by Timothy Pearson · 9 years ago
  19. b30d7ed cpu/amd: Move model_10xxx to family_10h-family_15h by Timothy Pearson · 9 years ago
  20. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  21. ab95702 mainboard: Add initial K8-compatible version of the KFSN4-DRE by Timothy Pearson · 9 years ago
  22. d4bbfe8 mainboard: Convert #ifdef to IS_ENABLED in get_bus_conf.c by Timothy Pearson · 9 years ago
  23. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  24. acba73a nvidia southbridges: don't touch 0x78 in LPC bridge with Fam10h by Jonathan A. Kollasch · 9 years ago
  25. 039edeb mainboard/asus/kfsn4-dre: Enable VGA support by Timothy Pearson · 9 years ago
  26. fcbebb6 PCI subsystem: Drop PCI_64BIT_PREF_MEM option by Kyösti Mälkki · 9 years ago
  27. 7748ee5 AMD K8 fam10: Refactor Kconfig SB_HT_CHAIN_ON_BUS0 by Kyösti Mälkki · 9 years ago
  28. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  29. a52f903 src/mainboard/*/*/board_info.txt: Added Release year for boards by Mathias Friman · 9 years ago
  30. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  31. c56d5c5 mainboard/asus/kfsn4-dre: Set maximum installable memory to 64GB by Timothy Pearson · 9 years ago
  32. 2256408 mainboards/amdfam10: Copy DIMM information to cbmem after romstage by Timothy Pearson · 9 years ago
  33. fef5094 mainboard/asus/kfsn4-dre: Enable BIOS recovery jumper by Timothy Pearson · 9 years ago
  34. 91e9f67 mainboards/amd/fam10: Add romstage timestamps by Timothy Pearson · 9 years ago
  35. 86f4ca5 cpu/amd/model_10xxx: Add support for early cbmem by Timothy Pearson · 9 years ago
  36. 8e3da74 mainboards/amd: Fix incorrect reboot_bits location by Timothy Pearson · 9 years ago
  37. 21d898b mainboard/asus/kfsn4-dre: Use Fallback boot image by default by Timothy Pearson · 9 years ago
  38. d7210c5 mainboard/asus/kfsn4-dre: Change default debug level to Spew by Timothy Pearson · 9 years ago
  39. 5ef269b AMD fam10: Always have AMDMCT by Kyösti Mälkki · 9 years ago
  40. fb9d4ca mainboard: Do not redefine DRIVERS_PS2_KEYBOARD Kconfig variable by Alexandru Gagniuc · 9 years ago
  41. c684d05 mainboard/asus/kfsn4-dre: Enable W83793 fan controller by Timothy Pearson · 9 years ago
  42. 2af1e44 mainboard/asus/kfsn4-dre: Add HT speed limit to NVRAM by Timothy Pearson · 9 years ago
  43. 94efd19 mainboard/cmos: Kill off unused boot_* parameters by Timothy Pearson · 9 years ago
  44. c0ae684 mainboard/cmos: Move ECC variables out of fallback mechanism byte by Timothy Pearson · 9 years ago
  45. 9b68f05 mainboard/cmos: Delete obsolete commented parameters by Timothy Pearson · 9 years ago
  46. 83b5568 mainboard/asus/kfsn4-dre: Remove hard-coded ECC scrub rate by Timothy Pearson · 9 years ago
  47. a700936 mainboard/asus/kfsn4-dre: Add memory interleave options to NVRAM by Timothy Pearson · 9 years ago
  48. c936624 mainboard/asus/kfsn4-dre: Add ECC redirection to NVRAM by Timothy Pearson · 9 years ago
  49. e23d5b0 mainboard/asus/kfsn4-dre: Add ECC scrub rate to NVRAM by Timothy Pearson · 9 years ago
  50. 5fc1ad1 mainboard/asus/kfsn4-dre: Add default NVRAM settings by Timothy Pearson · 9 years ago
  51. 68c4475 mainboard/asus/kfsn4-dre: Fix invalid CMOS enums by Timothy Pearson · 9 years ago
  52. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  53. f73179d mainboards/asus/kfsn4-dre: Run BSP FIDVID before AP FIDVID by Timothy Pearson · 9 years ago
  54. da8fcf0 mainboards/asus/kfsn4-dre: Indicate native text mode init support by Timothy Pearson · 9 years ago
  55. 67085e0 mainboards/asus/kfsn4-dre: Enable native VGA initialization by Timothy Pearson · 9 years ago
  56. d15cb519 amd/model_10xxx: Drop AMD_UCODE_PATCH_FILE selection by Kyösti Mälkki · 11 years ago
  57. 4e6f0c2 asus/kfsn4-dre: Increase maximum logical CPUs for Istanbul devices by Timothy Pearson · 9 years ago
  58. 20c2c4b asus/kfsn4-dre/Kconfig: Enable power on after power fail by default by Timothy Pearson · 9 years ago
  59. 8057285 mainboards: Add support for the Asus KFSN4-DRE series of motherboards by Timothy Pearson · 9 years ago