1. e080bca Add pci id and ops for VT8237A SATA controller by Tobias Diedrich · 14 years ago
  2. a151f27 Depends on the "Introduce get_vt8237_lpc() function" and by Tobias Diedrich · 14 years ago
  3. 7714cd0 This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.c by Tobias Diedrich · 14 years ago
  4. e165d41 Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too. by Tobias Diedrich · 14 years ago
  5. ef2928e Instead of duplicating the pci_locate_device calls multiple times, by Tobias Diedrich · 14 years ago
  6. 6953eeb Add pointer to public PCIe bridge documentation on by Tobias Diedrich · 14 years ago
  7. 113b29f This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c by Tobias Diedrich · 14 years ago
  8. 2210135 This adds the VT8237A LPC device id and the pci_driver struct in vt8237r_lpc.c by Tobias Diedrich · 14 years ago
  9. 305e886 Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c by Uwe Hermann · 14 years ago
  10. b545852 Need to clear downstream read cycle retry bit, or the bus scan will by Tobias Diedrich · 14 years ago
  11. d50b43a This adds pci device ids and pci_driver structs for the K8T890 CF by Tobias Diedrich · 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. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  14. c3c9b01 Code must not access the smbus registers before the RTC power well is by Kevin O'Connor · 14 years ago
  15. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  16. f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 14 years ago
  17. 43110f5 Update my old, no longer active email addresses by Corey Osgood · 14 years ago
  18. 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 14 years ago
  19. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  20. 42e5f64 The interrupt controller lives at I/O 0x4d0/0x4d1. by Stefan Reinauer · 14 years ago
  21. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  22. 53b0b50 Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890 by Rudolf Marek · 14 years ago
  23. a3c10ac Following patch changes the K8M890 VGA handling. It reverts the framebuffer size by Rudolf Marek · 14 years ago
  24. 7ba3c4f Attached patch adds support for tinybootblock on VT8237* to decode whole flash by Rudolf Marek · 14 years ago
  25. 64d3baf zero warnings days... by Stefan Reinauer · 14 years ago
  26. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  27. 523ebd9 zero warning days. Move RAMTOP and RAMBASE together. by Stefan Reinauer · 14 years ago
  28. f4cc089 Remove few more warnings and some dead code. by Myles Watson · 14 years ago
  29. 8816cdf geeesh! And this really compiles and even runs? by Stefan Reinauer · 14 years ago
  30. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  31. eea66b7 no warnings day by Stefan Reinauer · 14 years ago
  32. 8a926845 clean up age old via epia target. by Stefan Reinauer · 14 years ago
  33. c2d2941 switch some ROMCC boards back to ROMCC. by Stefan Reinauer · 14 years ago
  34. c51dc44 "no warnings day" by Stefan Reinauer · 14 years ago
  35. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  36. c9250c6 device_t wants device/device.h by Stefan Reinauer · 14 years ago
  37. 3c8ac78 remove more warnings. by Stefan Reinauer · 14 years ago
  38. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  39. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  40. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  41. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  42. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  43. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  44. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  45. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  46. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  47. 753169d Kconfig builds all boards now. by Patrick Georgi · 15 years ago
  48. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  49. c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 15 years ago
  50. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  51. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  52. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  53. 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 15 years ago
  54. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  55. eed1036 As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted to by Rudolf Marek · 15 years ago
  56. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  57. dc9cabd Add via south support. Correct usage of conditional variables. by Ronald G. Minnich · 15 years ago
  58. 9c2e738 Add the rest of the files. by Jon Harrison · 15 years ago
  59. 1825be2 Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: by Jon Harrison · 15 years ago
  60. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  61. aeb6c98 sb/via/k8t890: add vga textmode code for k8m890 chrome igp. by Luc Verhaegen · 15 years ago
  62. 28f17db Add legacy I/O region for vt8237r southbridge. by Myles Watson · 15 years ago
  63. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  64. 9a7368d I missed three files. by Jon Harrison · 15 years ago
  65. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  66. a519fe7 Following patch moves all vt8237 fadt.c from mainboard/* file to chipset by Rudolf Marek · 15 years ago
  67. 299a00f Fix the build. This error was introduced by change in acpi.c, the acpi_slp_type exists only conditionally. by Rudolf Marek · 15 years ago
  68. 497c8ef Following patch adds support for resume on VT8237 based motherboards. The NB by Rudolf Marek · 15 years ago
  69. 9e9fa82 To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves by Rudolf Marek · 15 years ago
  70. ae762b5 use include file for i8259 where appropriate (trivial) by Stefan Reinauer · 15 years ago
  71. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  72. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  73. 809242a Fix implicit declaration in cn700/vt8237 code by Corey Osgood · 16 years ago
  74. 31e52e6 The patch changes the LDTSTOP length as well mostly default content of 0xec, by Rudolf Marek · 16 years ago
  75. 01a9c1b Final fix for C7 boards, which are still using ROMCC, to be able to by Corey Osgood · 16 years ago
  76. 8829c7d ROMCC chokes on vt8237_early_network_init(). Since that function is only by Carl-Daniel Hailfinger · 16 years ago
  77. ca11e7c Revision 3567 introduced __attribute__((packed)) for a structured which by Carl-Daniel Hailfinger · 16 years ago
  78. 8ce164d Remove an extra bracket left by the vt8237r cleanup patch (trivial) by Corey Osgood · 16 years ago
  79. 0a20c41 VIA VT8237R cleanups (trivial). by Uwe Hermann · 16 years ago
  80. 0b0771d Attached patch fixes at least one issue ;) During the PCI BAR sizing must be the by Rudolf Marek · 16 years ago
  81. d9f29c8 This patch adds support for the VIA VT8237S south bridge. The VT8237R programming remains unchanged (tested by Rudolf Marek · 16 years ago
  82. d4759d0 This patch gets the Epia-CN working without ACPI or APIC. by Bari Ari · 16 years ago
  83. 4e48408 Extend the VIA vt8237r southbridge decode range for the ROM to 1MB. by Bari Ari · 16 years ago
  84. 316e07f Following patch adds K8M890 support. It initializes the AGP and graphics UMA. by Rudolf Marek · 16 years ago
  85. c221349 Following patch will setup KT890 HT automatically. It will find the by Rudolf Marek · 16 years ago
  86. 5671787 Following patch extends the ROM decoding to last 1MB, allowing to use larger by Rudolf Marek · 16 years ago
  87. dd52e17 Following patch fixes the retrain/reset sequence which caused problem with some by Rudolf Marek · 16 years ago
  88. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  89. 70ab323 Various cosmetic fixes and improvements (trivial). by Uwe Hermann · 17 years ago
  90. cc3ccdb Add support for FID/VID changes messages. by Rudolf Marek · 17 years ago
  91. a6ddf25 Fine-tune the V-link bus between K8T890 and VT8237R and set by Rudolf Marek · 17 years ago
  92. 908ff5e This patch masks the function prototypes in stdlib.h from ROMCC, so that by Corey Osgood · 17 years ago
  93. f7daa0b Various cosmetics, coding style fixes, constifications (trivial). by Uwe Hermann · 17 years ago
  94. 02b2365 This patch is some small changes to the vt8237r to prepare it for by Corey Osgood · 17 years ago
  95. 418bc91 Add support for the VIA VT8237R southbridge. by Rudolf Marek · 17 years ago
  96. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  97. 1d4fc0c This patch adds support for K8T890CE northbridge. by Rudolf Marek · 17 years ago
  98. b93f9ca by Ben Hewson · 17 years ago
  99. 36b601c Add initial pre-RAM serial output support for the VIA VT82C686(A/B) by Corey Osgood · 17 years ago
  100. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago