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