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