1. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  2. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  3. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  4. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  5. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  6. 4fe0cba nb/intel/nehalem: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  7. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  8. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  9. 5b2a2d0 src/*: normalize Google copyright headers by Patrick Georgi · 6 years ago
  10. b60920d northbridge: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  11. f83d80b nehalem/raminit: remove read_mchbar functions by Felix Held · 6 years ago
  12. 22ca8cb nehalem/raminit: clean up code and remove write_mchbar functions by Felix Held · 6 years ago
  13. 752cdbc northbridge/nehalem: add MCHBAR8/16 AND_OR macros by Felix Held · 6 years ago
  14. 04be2dd nehalem/raminit: clean up code and use MCHBAR macros by Felix Held · 6 years ago
  15. 29a9c07 nehalem/raminit: remove REAL define and most dead code by Felix Held · 6 years ago
  16. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 7 years ago
  17. 86b299a northbridge/nehalem: add MCHBAR AND/OR/AND_OR macros by Felix Held · 6 years ago
  18. 00d2b91 northbridge/nehalem: clean up header file by Felix Held · 6 years ago
  19. 4c2f26c nb/intel/nehalem: Remove the C native graphic init by Arthur Heymans · 6 years ago
  20. fd051dc src/northbridge: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  21. 21b71ce6 src/nb: Fix non-local header treated as local by Elyes HAOUAS · 6 years ago
  22. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  23. 847f12b nb/intel/nehalem: Fix DEVEN defines by Patrick Rudolph · 6 years ago
  24. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago
  25. 02b13fd cpu/intel/model_2065x: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  26. 089b908 nb/intel: Use postcar_frame_add_romcache() by Nico Huber · 6 years ago
  27. f369e60 northbridge/intel: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  28. 654cc2f {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate by Nico Huber · 6 years ago
  29. 5474eb1 src/northbridge: Add and update license headers by Martin Roth · 6 years ago
  30. dfa5125 nb/intel/nehalem: Fix smashed stack in romstage by Matthias Gazzari · 6 years ago
  31. dc71e25 nb/intel/nehalem: Use the common mrc cache driver by Arthur Heymans · 7 years ago
  32. 5c3452b nb/intel/nehalem: Add ACPI path by Patrick Rudolph · 6 years ago
  33. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  34. cc1e3b6 Fix freeze during chipset lockdown on Nehalem by Matthias Gazzari · 6 years ago
  35. 706aabc nb/intel/nehalem: Get rid of device_t by Elyes HAOUAS · 7 years ago
  36. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  37. 2c3fd49 intel/nehalem post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  38. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 7 years ago
  39. a886974 nb/intel/*.h: Remove left-over register definitions by Patrick Rudolph · 7 years ago
  40. 6b6c94b intel/gma: fix RPNFREQ_VAL bitmask by Felix Held · 7 years ago
  41. 08bea22 nb/intel/nehalem/gma: Drop stale pre-pocessor guards by Nico Huber · 7 years ago
  42. 504d1ef 3rdparty/lib{hwbase,gfxinit}: Update to latest master by Nico Huber · 7 years ago
  43. 1822816 drivers/intel/gma: Put gma_gfxinit() into its own header by Nico Huber · 7 years ago
  44. ebe08e0 drivers/intel/gma/opregion: migrate from nb/common by Matt DeVillier · 7 years ago
  45. 8da2286 nb/intel/*/gma.c: Use macros for GMBUS numbers by Arthur Heymans · 7 years ago
  46. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  47. 64a702f nb/intel/nehalem/gma: Set ASLS on S3 resume by Patrick Rudolph · 7 years ago
  48. 19c2ad8 drv/intel/gma/opregion: Add interface for GNVS ASLB handling by Patrick Rudolph · 7 years ago
  49. 3323260 nb/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  50. 5c82026 nb/intel/nehalem/gma: Use common init_igd_opregion method by Patrick Rudolph · 7 years ago
  51. d4ebeaf device/Kconfig: Put gfx init methods into a `choice` by Nico Huber · 7 years ago
  52. 6d8266b Kconfig: Add choice of framebuffer mode by Nico Huber · 7 years ago
  53. 7971582e Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER by Nico Huber · 7 years ago
  54. ce642f0 Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG by Nico Huber · 7 years ago
  55. 2be2840 nb/intel/nehalem/gma: Set up OpRegion in nb code by Patrick Rudolph · 7 years ago
  56. 45a0dbc nb/intel: Deduplicate vbt header by Patrick Rudolph · 7 years ago
  57. f13bd41 nb/intel/nehalem/raminit.c: Refine broken comment by Stefan Tauner · 8 years ago
  58. b29e0b7 nehalem/Kconfig: Rename TRAINING_CACHE_SIZE to MRC_CACHE_SIZE by Arthur Heymans · 8 years ago
  59. bd9548b nb/intel/nehalem: Clean nehalem.h by Arthur Heymans · 8 years ago
  60. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  61. c86c6b3 intel cache-as-ram: Move DCACHE_RAM_BASE by Kyösti Mälkki · 8 years ago
  62. 43e9c93 ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP default by Kyösti Mälkki · 8 years ago
  63. 1b7609c intel/nehalem: Use romstage_handoff for S3 by Kyösti Mälkki · 8 years ago
  64. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  65. 3d15e10 MMCONF_SUPPORT: Flip default to enabled by Kyösti Mälkki · 8 years ago
  66. 154768b intel PCI ops: Remove explicit PCI MMCONF access by Kyösti Mälkki · 11 years ago
  67. d45114f intel PCI ops: Remove explicit PCI MMCONF access by Kyösti Mälkki · 11 years ago
  68. 88c6487 nb/intel/nehalem,sandybridge: Hook up libgfxinit by Nico Huber · 8 years ago
  69. bac0fad Remove explicit select MMCONF_SUPPORT by Kyösti Mälkki · 8 years ago
  70. 128c104 nb/intel: Fix some spelling mistakes in comments and strings by Martin Roth · 8 years ago
  71. a4ffe9d intel post-car: Separate files for setup_stack_and_mtrrs() by Kyösti Mälkki · 8 years ago
  72. 7141ff3 nb/intel/*/graphic_init: use sizeof instead of hardcoding edid size by Arthur Heymans · 8 years ago
  73. 6f8b7df cpu/intel/smm: Use CONFIG_SMM_TSEG_SIZE by Nico Huber · 8 years ago
  74. b23ed4e2 northbridge/intel/nehalem: Remove commented code by Elyes HAOUAS · 8 years ago
  75. 7db506c src/northbridge: Remove unnecessary whitespace by Elyes HAOUAS · 8 years ago
  76. 0d4b11a src/northbridge: Remove whitespace after sizeof by Elyes HAOUAS · 8 years ago
  77. cf5430f northbridge/intel/nehalem/gma.c: Improve code formatting by Elyes HAOUAS · 8 years ago
  78. 5ea2cad northbridge/intel/nehalem: transition away from device_t by Antonello Dettori · 8 years ago
  79. 266a1f7 nb/intel/raminit (native): Read PCI mmio size from devicetree by Patrick Rudolph · 8 years ago
  80. bb9c90a nb/intel: Factor out common MRC code by Patrick Rudolph · 8 years ago
  81. 92fc072 northbridge/intel: move mrccache.c of sandybridge + haswell to common by Alexander Couzens · 8 years ago
  82. 81c5c76 northbridge/intel: move mrc_cache definition into a common header by Alexander Couzens · 8 years ago
  83. d7ee9dd northbridge/intel: add missing #include guards by Iru Cai · 8 years ago
  84. 59ff340 Kconfig: Move defaults for CBFS_SIZE by Martin Roth · 9 years ago
  85. 35272fd northbridge/intel ACPI: Remove unused Local method by Martin Roth · 9 years ago
  86. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  87. fc70643 Intel: Move MCRS ResourceTemplate outside of _CRS method by Martin Roth · 9 years ago
  88. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  89. 62047d1 gma: Consolidate Intel IGD ACPI code some more by Nico Huber · 9 years ago
  90. c48f5ef Kill lvds_num_lanes by Vladimir Serbinenko · 9 years ago
  91. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  92. b142b84 northbridge/intel/nehalem: Fix native VGA init by Nicolas Reinecke · 9 years ago
  93. 2c482a9 intel: Do not hardcode the position of mrc.cache by Alexandru Gagniuc · 9 years ago
  94. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1
  95. 026e4dc Kconfig: Move CBFS_SIZE into Mainboard menu by Martin Roth · 9 years ago
  96. 0f9aa1c model_2065x: Use common i945-ivy TSEG SMM init. by Vladimir Serbinenko · 9 years ago
  97. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  98. 9e817bf intel/nehalem/raminit.c: Remove space in `timestamp_add_now(104)` by Paul Menzel · 9 years ago
  99. dd2bc3f igd.asl rewrite by Vladimir Serbinenko · 10 years ago
  100. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago