1. 92f46aa src: Include <arch/io.h> when appropriate by Elyes HAOUAS · 4 years ago
  2. 90d00de {src/mb,util/autoport}: Use macro for DSDT revision by Elyes HAOUAS · 3 years, 11 months ago
  3. 000193a mb/dell: Fix uninitialized variables usage by John Zhao · 4 years ago
  4. d0e18ff mb/dell: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  5. c802745 nb/intel/sandybridge: Drop casts from DEFAULT_{MCHBAR,DMIBAR} by Angel Pons · 4 years ago
  6. 5a8e072 src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 1 month ago
  7. 0c1dd9c ACPI: Drop typedef global_nvs_t by Kyösti Mälkki · 4 years, 2 months ago
  8. 3588d7b mb/*/*/Kconfig: guard board name in quotes by Patrick Georgi · 4 years, 2 months ago
  9. d71754d sandybridge boards: Factor out MAX_CPUS by Angel Pons · 4 years, 3 months ago
  10. 72f06ca mb/dell/optiplex_9010: Add Dell OptiPlex 9010 SFF support by Michał Żygowski · 4 years, 4 months ago
  11. e875328 Remove Dell s1850 by Ron Minnich · 12 years ago
  12. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  13. 7389378 intel/i82801ex: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 13 years ago
  14. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  15. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  16. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  17. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  18. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  19. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  20. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  21. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  22. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  23. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  24. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  25. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  26. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  27. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  28. 8c107bc Move DIMM_MAP_LOGICAL to Kconfig. by Patrick Georgi · 14 years ago
  29. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  30. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  31. 6f56ad2 Remove a couple of defines that seem to be the result of by Patrick Georgi · 14 years ago
  32. 7fd931b Keep the mc146818rtc.h include close to the option table include where by Myles Watson · 14 years ago
  33. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  34. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  35. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  36. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  37. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  38. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  39. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  40. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  41. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  42. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  43. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  44. d41a0bc Drop the need for cpu_reset, it's really just a short cut to stage2. by Stefan Reinauer · 14 years ago
  45. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  46. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  47. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  48. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  49. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  50. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  51. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  52. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  53. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  54. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  55. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  56. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  57. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  58. 68f542c remove more warnings, and fix some boards (watchdog.h) by Stefan Reinauer · 14 years ago
  59. d4ab7c5 fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. by Stefan Reinauer · 14 years ago
  60. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  61. 138be83 This does the following: by Stefan Reinauer · 14 years ago
  62. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  63. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  64. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  65. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  66. 07684e6 - Makefile.romccboard.inc supports tinybootblock romcc boards, too. by Patrick Georgi · 15 years ago
  67. a0c68f8 by Stefan Reinauer · 15 years ago
  68. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  69. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  70. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  71. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  72. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  73. 5e19eee This is a snapshot as the availability of the systems for this by Ronald G. Minnich · 15 years ago
  74. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  75. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  76. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  77. 4d7ec68 Remove useless udelay() duplication. by Uwe Hermann · 15 years ago
  78. 4258409 This change allows us to see the spd on the s850, finally. by Ronald G. Minnich · 15 years ago
  79. b97ee05 Emergency fix. Failover.inc can end up with code that uses sse. It has by Ronald G. Minnich · 15 years ago
  80. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  81. 7b6a0a8 Get rid of early_serial, it is now a generic function in early_init. by Ronald G. Minnich · 15 years ago
  82. fdfaada More boards in kconfig, and moved -O2 flag for romcc into by Patrick Georgi · 15 years ago
  83. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  84. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  85. 37ea341 Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from by Patrick Georgi · 15 years ago
  86. 6768f39 Remove: by Patrick Georgi · 15 years ago
  87. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  88. 6cc9c0a Remove left-over targets/motorola/*, fix Dell PowerEdge 1850 name. by Uwe Hermann · 15 years ago
  89. 5bf864e Drop remainders of the removed Totalimpact board. Fix typos. by Uwe Hermann · 15 years ago
  90. e3de8b7 OK, this builds and even looks right. dell needs its own Makefile.inc because by Ronald G. Minnich · 15 years ago
  91. 8a7ffd8 typo by Ronald G. Minnich · 15 years ago
  92. e14f583 We need this to be Kconfig. The old way is not trusted by me. by Ronald G. Minnich · 15 years ago
  93. 61d66db This is now set up more like the real hardware likes it. by Ronald G. Minnich · 15 years ago
  94. 45847be Trivial fixups to get this board further along. by Ronald G. Minnich · 15 years ago
  95. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  96. b796a06 This is a patch for killing IPMI on the s1850 -- or at least geting the BMC by Ronald G. Minnich · 15 years ago
  97. 3f76a56 copyright name error. by Ronald G. Minnich · 15 years ago
  98. 057712a This is an otherwise dead platform. I'm just committing the basics that by Ronald G. Minnich · 15 years ago
  99. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  100. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago