1. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  2. f648d61 by Ward Vandewege · 14 years ago
  3. dca8b1b Use common code to set PCI subsystem in mcp55. by Jonathan Kollasch · 14 years ago
  4. c7f3f80 Deduplicate ck804 subsystem-setting functionality. by Jonathan Kollasch · 14 years ago
  5. d23f275 The no point in having a non-NULL ops_pci pointer when the set_subsystem operation within is NULL anyway. by Jonathan Kollasch · 14 years ago
  6. 5433a83 Correct an apparent copy-paste error that shows up at compile time on by Jonathan Kollasch · 14 years ago
  7. d8bed0a Convert ck804_early_smbus.c to a separately compiled unit. by Jonathan Kollasch · 14 years ago
  8. 4a8d993 Convert all ck804-based boards to tiny bootblock. by Jonathan Kollasch · 14 years ago
  9. 45057d2 When gcc 4.5.0 is used, compiling mcp55_early_setup_car.c fails. This change eliminates the compiler warning that causes the build to fail. by Scott Duplichan · 14 years ago
  10. 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
  11. 8af6d55 Use common GPL-header format in CK804 files, add missing ones (trivial). by Uwe Hermann · 14 years ago
  12. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  13. 0a58a7b fix typos found by zbao in other files. by Stefan Reinauer · 14 years ago
  14. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  15. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  16. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  17. 5c9bc13 Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). by Uwe Hermann · 14 years ago
  18. 86d1a50 Duplicate the MCP55 EHCI Debug Port enable code for use with CK804. by Jonathan Kollasch · 14 years ago
  19. 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 14 years ago
  20. dc3aa7a Various Debug Port southbridge implementation fixes / cosmetics. by Uwe Hermann · 14 years ago
  21. e7a5b76 Move initialization of MMCONF BAR to cache_as_ram setup phase, in order by Arne Georg Gleditsch · 14 years ago
  22. d6689ed Please find appended. This patch gets rid of the %gs magic altogether, by Arne Georg Gleditsch · 14 years ago
  23. b24d07c My old mcp55 azalia fix from May 2010. Was never checked in. by Stefan Reinauer · 14 years ago
  24. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  25. 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 14 years ago
  26. 8376831 A bug fix: Fix the ctrl_devport_conf_clear to clear the enable bit. by Myles Watson · 14 years ago
  27. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  28. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  29. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  30. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  31. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  32. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  33. ad894c5 Get rid of a few more warnings. by Myles Watson · 14 years ago
  34. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  35. bcb8c97 try to unify timing initialization across those boards that need it... by Stefan Reinauer · 14 years ago
  36. 467a065 no warnings days. by Stefan Reinauer · 14 years ago
  37. d55e26f zero warnings days by Stefan Reinauer · 14 years ago
  38. 116ec61 zero warnings days... by Stefan Reinauer · 14 years ago
  39. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  40. d4f5373 zero warnings days. by Stefan Reinauer · 14 years ago
  41. f8b1923 - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY by Stefan Reinauer · 14 years ago
  42. 0ff769b fix CK804 boards. by Stefan Reinauer · 14 years ago
  43. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  44. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  45. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  46. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  47. 806a29e Use the romstraps build infrastructure created for "tinybootblock" by Patrick Georgi · 14 years ago
  48. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  49. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  50. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  51. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  52. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  53. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  54. 753169d Kconfig builds all boards now. by Patrick Georgi · 15 years ago
  55. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  56. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  57. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  58. e405327 Simplify Kconfig files by using "select" where possible (trivial). by Uwe Hermann · 15 years ago
  59. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  60. b0575d8 Use CAR ck804 code with the s2892. by Myles Watson · 15 years ago
  61. 21ee98b White space change in preparation for a patch to unify handling of ck804. by Myles Watson · 15 years ago
  62. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  63. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  64. a74ae63 failoverR.diff: Revert my failover change since Kconfig only supports fallback. by Myles Watson · 15 years ago
  65. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  66. 50d0b8c Add support for Nvidia Southbridges to Kconfig. by Myles Watson · 15 years ago
  67. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  68. e42e142 Apparently I'm not the only one who forgets which way the outb and by Ed Swierk · 15 years ago
  69. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  70. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  71. 62cfe16 ChangeLog: by Harald Gutmann · 15 years ago
  72. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  73. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  74. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  75. 870f013 fix warning: no return statement in function returning non-void by Stefan Reinauer · 15 years ago
  76. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  77. 283a494 This patch adds common elements for ck804-based boards. by Myles Watson · 15 years ago
  78. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  79. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  80. eb30bf8 Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.c by Carl-Daniel Hailfinger · 16 years ago
  81. 7f3d48c CK804 coding-style fixed based on an 'indent' run (trivial). by Uwe Hermann · 16 years ago
  82. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  83. 64caf36 ck804 whitespace fixes by Myles Watson · 16 years ago
  84. c4a4116 by Ward Vandewege · 16 years ago
  85. 8684520b This trivial patch removes an unused local variable, thus getting rid of by Ronald Hoogenboom · 16 years ago
  86. f327d9f Route device IRQ through PCI bridge instead in mptable. by Yinghai Lu · 16 years ago
  87. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  88. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  89. f845e02 As per suggestion from Yinghai Lu <yinghailu@gmail.com> this patch by Uwe Hermann · 17 years ago
  90. 3a9740d Fix another, similar typo as in r2800 (trivial). Reported by Robert Millan. by Uwe Hermann · 17 years ago
  91. aa8e9bd Fix typo which causes build error if CK804_USE_NIC is set (trivial). by Uwe Hermann · 17 years ago
  92. 18c70d7 More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE. by Yinghai Lu · 17 years ago
  93. 8a20213 Fix some CHIP_NAME() entries to use canonical names. by Uwe Hermann · 17 years ago
  94. c5708d1 Nvidia MCP55 uses CMD to send/receive bytes instead of DAT0, by bxshi · 17 years ago
  95. 958a1f3 I have Sun Ultra40 workstation. Southbridge is nVidia CrushK8-04/nforce by Roman Kononov · 17 years ago
  96. c3aaf6a This patch adds the MCP55 PCI IDs (without which the southbridge code by Ed Swierk · 17 years ago
  97. c65bd56 Add support for the NVIDIA MCP55 southbridge. by Yinghai Lu · 17 years ago
  98. 6c3874e ck804 pref mem 4G above support by Yinghai Lu · 18 years ago
  99. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  100. a112bb0 s2895 failover build by Yinghai Lu · 18 years ago