1. 6a3a8ce azalia: Move shared variable to separate file by Vladimir Serbinenko · 10 years ago
  2. 7686a56 sandy/ivybridge: Native raminit. by Vladimir Serbinenko · 10 years ago
  3. c2956e7 device/pci_early.c: Mixes up variants of a typedefs to 'u32' by Edward O'Callaghan · 10 years ago
  4. f41cb4e ROMCC: Fix collision with token name max by Kyösti Mälkki · 10 years ago
  5. 5e19650 include/device/device.h: Header is ROMCC tentative by Edward O'Callaghan · 10 years ago
  6. 618ddfe device/{cardbus,agp}.h: Missing header for device_t type by Edward O'Callaghan · 10 years ago
  7. 0f5cf5e PCI IRQs: Swizzle PCI IRQs for PCI bridges by Mike Loptien · 10 years ago
  8. 7171483 Drop PCI_BDF macro declaration by Kyösti Mälkki · 10 years ago
  9. 351aff8 device/pci_ids.h: defines for new Intel LPC devices by Martin Roth · 10 years ago
  10. 16d953a device_romstage: Add a way to move to the next device by Martin Roth · 10 years ago
  11. 5f09807 Add guard for UMA globals by Kyösti Mälkki · 11 years ago
  12. a6130fc intel: Drop obsolete comments on MTRR usage by Kyösti Mälkki · 10 years ago
  13. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 11 years ago
  14. 4c686f2 OxPCIe uart: Split PCI bridge control by Kyösti Mälkki · 11 years ago
  15. 2161c1d PCI: Add capability list parser to romstage by Kyösti Mälkki · 11 years ago
  16. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 11 years ago
  17. cb141bc usbdebug: Split PCI EHCI part by Kyösti Mälkki · 11 years ago
  18. b33384a device_util: Make device in dev_find_slot_pnp u16. by Vladimir Serbinenko · 11 years ago
  19. 400c05c device_util: Add dev_find_slot_pnp. by Vladimir Serbinenko · 11 years ago
  20. e2227a2 usbdebug: Move under drivers/usb by Kyösti Mälkki · 11 years ago
  21. 30fe612 MTRR: Mark all prefetchable resources as WRCOMB. by Vladimir Serbinenko · 11 years ago
  22. 4c37e58 device/dram/ddr3: Move CRC calculation in a separate function by Alexandru Gagniuc · 11 years ago
  23. 8c0cb8a Correct file permissions. by Idwer Vollering · 11 years ago
  24. 5f5d914 Add function to encode device path into integer by Duncan Laurie · 11 years ago
  25. 2a58ecd Add new finalize functions for devices and chips by Marc Jones · 11 years ago
  26. 5bdcff5 ASRock IMB-A180: Add CODEC initialization table by Bruce Griffith · 11 years ago
  27. c73acdb Add test to match struct device with pci_devfn_t by Kyösti Mälkki · 11 years ago
  28. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  29. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  30. b7bb70d Add a generic Intel HD audio (Azalia) module azalia_device.c by Andrew Wu · 11 years ago
  31. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  32. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  33. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  34. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  35. a5dc091 i2c: Change the type of the data parameter to uint8_t. by Gabe Black · 11 years ago
  36. 78c3e33 FUI: reorganize include files by Ronald G. Minnich · 11 years ago
  37. 88ebbeb AMD Fam15tn: Add IOMMU BAR allocation to northbridge by Rudolf Marek · 11 years ago
  38. dd4715b pnp: Implement common handling for PnP config modes by Nico Huber · 11 years ago
  39. f898f7b pnp: Provide alternative pnp_enable() implementation by Nico Huber · 11 years ago
  40. ea90963 AMD Hudson: Add support for the SD controller by Dave Frodin · 11 years ago
  41. 5c4645b (Trivial) early_smbus: fix printsmbus macro by Alexandru Gagniuc · 11 years ago
  42. fcf2a17 pci_ids.h: Add PCI IDs for VIA VX900 chipset by Alexandru Gagniuc · 11 years ago
  43. 359501a coreboot: Add generic early SMBus API by Alexandru Gagniuc · 11 years ago
  44. 78706fd DDR3: Add utilities for creating MRS commands by Alexandru Gagniuc · 11 years ago
  45. f97ff3f dram: Add utilities for decoding DDR3 SPDs by Alexandru Gagniuc · 11 years ago
  46. b959fbb exynos5: Re-factor I2C code by David Hendricks · 11 years ago
  47. cfb7360 replace device/i2c.h with simpler version by David Hendricks · 11 years ago
  48. 4fa5fa5 resources: introduce IORESOURCE_WRCOMB by Aaron Durbin · 11 years ago
  49. a755614 resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR] by Aaron Durbin · 11 years ago
  50. c965076 resources: introduce reserved_ram_resource() by Aaron Durbin · 11 years ago
  51. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  52. c1989c4 haswell: add PCI id support by Aaron Durbin · 12 years ago
  53. 68daf3a pci.h: Drop unused `mainboard_pci_subsystem*` prototypes by Patrick Georgi · 11 years ago
  54. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  55. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  56. d87d639 replace uchar and uint with standard types in generic i2c header by David Hendricks · 12 years ago
  57. f4c3508 import i2c header from u-boot by David Hendricks · 12 years ago
  58. acd7d95 Add initialization hook for chips by Nico Huber · 12 years ago
  59. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  60. 7d54eb8 Add name field for device by Kyösti Mälkki · 12 years ago
  61. 9ead80f Drop get_smbios_data from chip_operations by Kyösti Mälkki · 12 years ago
  62. 7baadac Take care of NULL chip_ops->name by Kyösti Mälkki · 12 years ago
  63. d2245bb Drop unused ISA Pnp definitions by Kyösti Mälkki · 12 years ago
  64. c33f1e9 AMD northbridges: factor out CPU allocation by Kyösti Mälkki · 12 years ago
  65. a675d49 Fix SMBIOS generation by Stefan Reinauer · 12 years ago
  66. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  67. 15cf0ad Fix mainboard level enable_dev() by Kyösti Mälkki · 12 years ago
  68. 6b5eb1c AMD and GFXUMA: move setup_uma_memory() to northbridge by Kyösti Mälkki · 12 years ago
  69. 1ec5e74 Intel Sandybridge: add reserved memory as resources by Kyösti Mälkki · 12 years ago
  70. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  71. ecf1ed4 Allocators for different memory regions types by Kyösti Mälkki · 12 years ago
  72. baae2d2 Add support for HM70 and NM70 LPC bridge by Stefan Reinauer · 12 years ago
  73. 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 12 years ago
  74. 0b08515 Change uma_resource() to use new type IORESOURCE_UMA_FB. by Kyösti Mälkki · 12 years ago
  75. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  76. 63f8c08 Add global uma_resource() by Kyösti Mälkki · 12 years ago
  77. 0fa50a1 MPTAPLE: generate from devicetree.cb by Sven Schnelle · 12 years ago
  78. 2596283 Lenovo X60: correct SDHCI write protect polarity by Jonathan A. Kollasch · 12 years ago
  79. 97de28d PCI Type2 config must die by Ronald G. Minnich · 12 years ago
  80. 2c08f6a AGESA F15 wrapper for Trinity by zbao · 12 years ago
  81. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  82. 691c9f0 Add support for Panther Point to SPI driver by Stefan Reinauer · 12 years ago
  83. 1c56d9b Add SPI flash driver by Stefan Reinauer · 12 years ago
  84. 8049fc9 Allow device ID arrays in the PCI driver structure by Vadim Bendebury · 12 years ago
  85. dc8448fd Add a helper function to determine the number of enabled CPUs by Stefan Reinauer · 12 years ago
  86. 90dcdd4 Add support for enabling PCIe Common Clock and ASPM by Duncan Laurie · 13 years ago
  87. 1c89e90 Add RDC R8610 PCI IDs. by Rudolf Marek · 12 years ago
  88. 6f88a6e Add helper function to find a Local APIC by ID in the device tree. by Duncan Laurie · 13 years ago
  89. e41745e pci_ids: Add AMD F15h model 00-0f and F10h cpu HT device pci ids by Kerry Sheh · 13 years ago
  90. c0a6c6b Add OPROM mapping support to coreboot by Stefan Reinauer · 13 years ago
  91. 52bfa4d RD890: pci_ids update by Kerry Sheh · 13 years ago
  92. 0e6344e SB800: Sata Enable bus master and enable ahci for AHCI/RAID mode by Kerry Sheh · 13 years ago
  93. f8adf7a pci_ids: Add sb800 SATA device raid mode device id by Kerry Sheh · 13 years ago
  94. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  95. 7c0c64e Addition of Family12/SB900 wrapper code by efdesign98 · 13 years ago
  96. 23d3dfa Correct wrong PCI ID for VIA K8M890 Chrome. by Alexandru Gagniuc · 13 years ago
  97. f191c72 Enable AHCI mode and hide IDE controller to reduce boot time. by Scott Duplichan · 13 years ago
  98. f2ed23f Adds RS740 HT and internal graphics PCI ids. by Ivaylo Valkov · 13 years ago
  99. 20f7f3b pci1x2x: add PCI1510 device IDs by Sven Schnelle · 13 years ago
  100. 98fcc09 Add AMD SR56x0 support. by Zheng Bao · 13 years ago