1. 448e386 drivers/pc80: Add PS/2 mouse presence detect by Timothy Pearson · 9 years ago
  2. 23cc9b0 via/cx700: Use zeroptr over 0 by Patrick Georgi · 9 years ago
  3. dd4390b via/cx700: Fix hidden compile error and make sure it won't hide again by Patrick Georgi · 9 years ago
  4. 6e99c59 via/cx700: remove unused #define by Patrick Georgi · 9 years ago
  5. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  6. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  7. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  8. e1133b7 kbuild: automatically include northbridges by Stefan Reinauer · 9 years ago
  9. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  10. 3bf3854 CBMEM: Tag chipsets with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  11. 65b72ab northbridge: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  12. e408dce Redundant addr '&' operator on func ptr's in struct initiator by Edward O'Callaghan · 10 years ago
  13. d204073 northbridge/via: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  14. b3f08c6 cmos: Rename the CMOS related functions. by Gabe Black · 10 years ago
  15. b620096 via/vt8454c: Migrate to per-device ACPI by Vladimir Serbinenko · 10 years ago
  16. 234781e northbridge: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  17. def00be src/drivers/pc80: Remove empty struct keyboard by Edward O'Callaghan · 10 years ago
  18. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  19. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  20. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  21. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  22. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  23. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  24. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  25. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  26. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  27. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  28. 199b09c x86 realmode: Use x86emu register file + defines by Patrick Georgi · 12 years ago
  29. 503af72 x86 realmode: Adapt to x86emu/YABEL style return codes by Patrick Georgi · 12 years ago
  30. 3e77eb6 x86emu: Move realmode handler into own directory by Patrick Georgi · 12 years ago
  31. c533463 VIA chipsets: fix compilation without real mode code by Stefan Reinauer · 12 years ago
  32. 9aeb694 hpet: common ACPI generation by Patrick Georgi · 12 years ago
  33. 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 12 years ago
  34. fee73df Auto-declare chip_operations by Kyösti Mälkki · 12 years ago
  35. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  36. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  37. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  38. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  39. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  40. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  41. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  42. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  43. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  44. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  45. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  46. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  47. 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 14 years ago
  48. 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 14 years ago
  49. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  50. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  51. ba81817 Fix VGA after switching to realmode_interrupt() by Michael Marineau · 14 years ago
  52. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 14 years ago
  53. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  54. 79255fc Set success flag in cx700 int15 handler by Patrick Georgi · 14 years ago
  55. d2759ff cx700 int15 handler rework. Int15 handler needs to provide the by Stefan Reinauer · 14 years ago
  56. 14b62da Only do complete VGA init if a VGABIOS was found and installed. by Patrick Georgi · 14 years ago
  57. d55e26f zero warnings days by Stefan Reinauer · 14 years ago
  58. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 14 years ago
  59. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  60. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  61. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  62. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  63. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  64. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  65. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  66. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  67. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  68. 389240f this should get the VIA VT8454c in shape with Kconfig by Stefan Reinauer · 14 years ago
  69. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  70. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  71. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  72. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  73. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  74. 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 15 years ago
  75. 689a720 Tell vgabios code in a couple of boards/chipsets about CBFS by Patrick Georgi · 15 years ago
  76. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  77. c5f3f19 Correct usage of Makefile.inc and add support for cn400 by Ronald G. Minnich · 15 years ago
  78. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  79. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  80. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  81. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  82. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  83. d107593 Add high table support to via vt8454c. by Patrick Georgi · 15 years ago
  84. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago