1. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  2. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  3. 503d324 Remove DEFAULT_PCIEXBAR alias by Kyösti Mälkki · 5 years ago
  4. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  5. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  6. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  7. 0c152cf src: Remove unused include device/pnp_def.h by Elyes HAOUAS · 6 years ago
  8. 3b0eb60 nb/intel/gm45: Use a common romstage by Arthur Heymans · 6 years ago
  9. c3e9ba0 nb/intel/gm45: Put stage cache in TSEG by Arthur Heymans · 6 years ago
  10. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 7 years ago
  11. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  12. a6ce5d3 nb/intel/gm45: Remove the C native graphic init by Arthur Heymans · 6 years ago
  13. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  14. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  15. 98a9174 device: Replace ugly cases of dev_find_slot() by Kyösti Mälkki · 6 years ago
  16. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  17. 4d2d171 nb/intel/gm45: Make fetching the blc_pwm freq global by Arthur Heymans · 6 years ago
  18. c679b1f nb/intel/gm45: Make fetching the blc_pwm freq its own function by Arthur Heymans · 6 years ago
  19. 009518e nb/intel/gm45: Correctly cache TSEG by Arthur Heymans · 6 years ago
  20. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  21. 48fa922 nb/intel/gm45/northbridge.c: Check for NULL pointers by Arthur Heymans · 6 years ago
  22. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  23. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  24. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  25. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  26. f33e835 nb/intel/gm45: Use macro instead of magic number by Elyes HAOUAS · 6 years ago
  27. d522db0 nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardware by Arthur Heymans · 6 years ago
  28. 17ad459 nb/intel/*: Account for cbmem_top alignment by Arthur Heymans · 6 years ago
  29. ef20ecc nb/intel/{gm45,i945,pineview}: Use macro instead of GGC address by Elyes HAOUAS · 6 years ago
  30. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  31. e6c8f7e nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled by Arthur Heymans · 6 years ago
  32. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  33. 64f6b71 src/northbridge: Fix typo by Elyes HAOUAS · 6 years ago
  34. 8908931 nb/intel/gm45: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  35. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 7 years ago
  36. fd051dc src/northbridge: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  37. 21b71ce6 src/nb: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  38. 7866d49 arch/x86/acpi: Add DMAR RMRR helper functions by Matt DeVillier · 6 years ago
  39. e798e6a sb/intel/i82801ix: Use the common ACPI pirq generator by Arthur Heymans · 7 years ago
  40. f2dd049 libgfxinit: Enable G45 support (for GM45/X4X) by Nico Huber · 7 years ago
  41. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago
  42. 3a4edb6 nb/intel/gm45: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  43. 089b908 nb/intel: Use postcar_frame_add_romcache() by Nico Huber · 6 years ago
  44. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  45. 654cc2f {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate by Nico Huber · 6 years ago
  46. 5474eb1 src/northbridge: Add and update license headers by Martin Roth · 6 years ago
  47. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  48. 6dcdaaf nb/intel/gm45: Get rid of device_t by Elyes HAOUAS · 7 years ago
  49. 2f828eb nb/intel/gm45/raminit: Use CxDRT*_MCHBAR instead of magic numbers by Jonathan Neuschäfer · 7 years ago
  50. 8b76605 nb/intel/gm45: Allocate a 8M TSEG region by Arthur Heymans · 7 years ago
  51. b31119a nb/intel/gm45: Enable LAPIC monotonic timer by Nico Huber · 7 years ago
  52. f6aa7d9 nb/intel/*/gma: Port ACPI opregion to older platforms by Patrick Rudolph · 7 years ago
  53. ca3e121 nb/intel/gm45: Remove UMA alignment optimization by Nico Huber · 7 years ago
  54. 8da2286 nb/intel/*/gma.c: Use macros for GMBUS numbers by Arthur Heymans · 7 years ago
  55. d65ff22 nb/intel/gm45: Don't allow too low values for gfx_uma_size by Arthur Heymans · 7 years ago
  56. 049347f nb/intel/gm45: Add romstage timestamps by Arthur Heymans · 7 years ago
  57. 6d8266b Kconfig: Add choice of framebuffer mode by Nico Huber · 7 years ago
  58. 7971582e Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER by Nico Huber · 7 years ago
  59. ce642f0 Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG by Nico Huber · 7 years ago
  60. 12e6562 nb/intel/gm45: Fix raminit with mixed raw card types by Tristan Corrick · 7 years ago
  61. 267d086 nb/intel/gm45: Fix some errors/warnings given by checkpatch by Tristan Corrick · 7 years ago
  62. 1dcb2ac nb/intel/gm45: Define and use default MMCONF_BASE_ADDRESS by Arthur Heymans · 7 years ago
  63. 20cb85f nb/intel/gm45: Set display backlight according to EDID string by Arthur Heymans · 7 years ago
  64. 53485d2 nb/intel/gm45/gma.c: Decode EDID before NGI path by Arthur Heymans · 7 years ago
  65. 54235ca console: Add convenient debug level macros for raminit by Nico Huber · 7 years ago
  66. 0624f92 nb/intel/gm45: Hide some output behind DEBUG_RAM_SETUP by Nico Huber · 7 years ago
  67. 561bebf drivers/intel/gma/vbt: Add Kconfig symbol for SSC ref by Nico Huber · 8 years ago
  68. bb1af99 nb/intel/gm45/igd: Hide IGD while disabling by Patrick Rudolph · 8 years ago
  69. 1f06028 nb/gm45/gma.c: Fix reported Pixel clock by Arthur Heymans · 8 years ago
  70. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  71. eaebbd1 nb/intel/gm45: Use lapic udelay in SMM by Martin Roth · 8 years ago
  72. 122e5bc intel i945 gm45 x4x: Switch to RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 8 years ago
  73. a6ac187 intel/gm45: Use romstage_handoff for S3 by Kyösti Mälkki · 8 years ago
  74. 823020d intel i945 gm45 x4x post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  75. 811932a intel i945 gm45 x4x: Apply cbmem_top() alignment by Kyösti Mälkki · 8 years ago
  76. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  77. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  78. 6f66f41 PCI ops: MMCONF_SUPPORT_DEFAULT is required by Kyösti Mälkki · 8 years ago
  79. 12bed26 nb/gm45/gma.c: Compute BLC_PWM_CTL value from PWM frequency by Arthur Heymans · 8 years ago
  80. d85a71a nb/intel/gm45: Fix panel-power-sequence clock divisor by Nico Huber · 8 years ago
  81. bac0fad Remove explicit select MMCONF_SUPPORT by Kyösti Mälkki · 8 years ago
  82. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  83. eeaf9e4 nb/gm45: Refactor IGD vram decoding by Arthur Heymans · 8 years ago
  84. a4ffe9d intel post-car: Separate files for setup_stack_and_mtrrs() by Kyösti Mälkki · 8 years ago
  85. c5d972d Move select UDELAY_LAPIC from nb/gm45/Kconfig to cpu/model_1067x/Kconfig by Arthur Heymans · 8 years ago
  86. 10141c3 nb/intel/gm45: Use LAPIC udelay instead of custom version by Arthur Heymans · 8 years ago
  87. 606b8bc nb/gm45/gma.c: Remove writes to DP, FDI registers by Arthur Heymans · 8 years ago
  88. ff1286d nb/gm45,x4x/gma.c remove writes to nonexisting FDI registers by Arthur Heymans · 8 years ago
  89. 75f9131 nb/i945,gm45,x4x/gma.c: fix unsigned arithmetics by Arthur Heymans · 8 years ago
  90. 063cd5f nb/gm45,x4x/gma.c: Compute p2 in VGA init instead of hardcoding it by Arthur Heymans · 8 years ago
  91. fe3eabc nb/gm45/gma.c: use linux code to compute LVDS dotclock divisors by Arthur Heymans · 8 years ago
  92. 7141ff3 nb/intel/*/graphic_init: use sizeof instead of hardcoding edid size by Arthur Heymans · 8 years ago
  93. 7db506c src/northbridge: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  94. 58afca4 nb/gm45: allow use of 352M preallocated ram for igd by Arthur Heymans · 8 years ago
  95. d3284a6 nb/intel/*/gma.c: remove spaces at the fake vbt generation by Arthur Heymans · 8 years ago
  96. 9a9c8db northbridge/intel/gm45: Add space around operators by Elyes HAOUAS · 8 years ago
  97. 0b1a5c2 gm45/gma.c: use correct id string for fake VBT by Arthur Heymans · 8 years ago
  98. c51522f nb/gm45/gma.c: enable VESA framebuffer mode on VGA output by Arthur Heymans · 8 years ago
  99. de6ad83 gm45/gma.c: use screen on vga connector if connected by Arthur Heymans · 8 years ago
  100. 25f75b2 northbridge/intel/gm45: transation away from device_t by Furquan Shaikh · 8 years ago