1. f06e993 nb/intel/gm45: Rework nb resource reading by Arthur Heymans · 1 year ago
  2. 98c9257 cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm by Arthur Heymans · 1 year, 8 months ago
  3. 2fb6f68 nb/intel/gm45: Hook up PCI domain and CPU bus ops to devicetree by Arthur Heymans · 1 year, 8 months ago
  4. 61ed4ef treewide: use predicate to check if pci device is on n-th bus by Fabio Aiuto · 1 year, 9 months ago
  5. 5e6b0f0 nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)" by Elyes Haouas · 1 year, 10 months ago
  6. 0a18d64 nb,soc/intel: Handle upper RAM boundary by Kyösti Mälkki · 3 years ago
  7. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  8. c1d4d0b nb/intel/i945,gm45: Use incrementing index with fixed resource by Kyösti Mälkki · 3 years ago
  9. 98435ed nb/intel/gm45: Enable 64bit support by Arthur Heymans · 2 years, 2 months ago
  10. 022d235 nb/intel/gm45: Allow for PCI BARs above 4G by Arthur Heymans · 2 years, 2 months ago
  11. 1ac6f8b nb/intel/gm45: Define and use MMCONF_BUS_NUMBER by Angel Pons · 3 years, 6 months ago
  12. 58ba83f nb/intel/gm45: Reserve MMIO and firmware memory below 1MiB by Nico Huber · 3 years, 6 months ago
  13. c0c9516 nb/intel/gm45: Deduplicate PCIEXBAR decoding by Angel Pons · 4 years ago
  14. b9bbed2 nb/intel/gm45/northbridge.c: Use `MiB` definition by Angel Pons · 4 years ago
  15. b053583 nb/intel/gm45: Use PCI bitwise ops by Angel Pons · 4 years, 1 month ago
  16. 5ac723e nb/intel: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 2 months ago
  17. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  18. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  19. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  20. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  21. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  22. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  23. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  24. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  25. 8247cc3 northbridge: Remove unused include <device/pci.h> by Elyes HAOUAS · 4 years, 7 months ago
  26. 748caed northbridge: Add missing include <device/pci_def.h> by Elyes HAOUAS · 4 years, 7 months ago
  27. dc987fe src/northbridge: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 7 months ago
  28. 34715df src: Remove unused '#include <cpu/cpu.h>' by Elyes HAOUAS · 4 years, 8 months ago
  29. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  30. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  31. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  32. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  33. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  34. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  35. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 6 years ago
  36. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  37. 98a9174 device: Replace ugly cases of dev_find_slot() by Kyösti Mälkki · 6 years ago
  38. 1f4cb32 northbridge: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  39. 009518e nb/intel/gm45: Correctly cache TSEG by Arthur Heymans · 6 years ago
  40. 48fa922 nb/intel/gm45/northbridge.c: Check for NULL pointers by Arthur Heymans · 6 years ago
  41. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  42. 17ad459 nb/intel/*: Account for cbmem_top alignment by Arthur Heymans · 6 years ago
  43. 8908931 nb/intel/gm45: Don't use PCI operations on the pci_domain device by Arthur Heymans · 6 years ago
  44. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 6 years ago
  45. e798e6a sb/intel/i82801ix: Use the common ACPI pirq generator by Arthur Heymans · 7 years ago
  46. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  47. 6dcdaaf nb/intel/gm45: Get rid of device_t by Elyes HAOUAS · 6 years ago
  48. 8b76605 nb/intel/gm45: Allocate a 8M TSEG region by Arthur Heymans · 6 years ago
  49. ca3e121 nb/intel/gm45: Remove UMA alignment optimization by Nico Huber · 7 years ago
  50. 6d0c65e nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h> by Arthur Heymans · 8 years ago
  51. a6ac187 intel/gm45: Use romstage_handoff for S3 by Kyösti Mälkki · 8 years ago
  52. 9a9c8db northbridge/intel/gm45: Add space around operators by Elyes HAOUAS · 8 years ago
  53. 2dc15e9 Revert "northbridge/intel/peg: Disable unused ports" by Nico Huber · 8 years ago
  54. 0e06f5b northbridge/intel/peg: Disable unused ports by Patrick Rudolph · 9 years ago
  55. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  56. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  57. 40412c6 gm45: Don't crash if less than 4G of RAM are present. by Vladimir Serbinenko · 10 years ago
  58. 9f74462 northbridge/intel: Use DEVICE_NOOP macro over dummy symbol by Edward O'Callaghan · 10 years ago
  59. 33769a5 gm45: Convert to per-device ACPI by Vladimir Serbinenko · 10 years ago
  60. 8c22057 gm45: Declare BIOS memory as RAM. by Vladimir Serbinenko · 10 years ago
  61. 56ae8a0 gm45: Decrease MTRR usage by Vladimir Serbinenko · 10 years ago
  62. 79c4ab6 gm45: Set acpi_slp_type only once. by Vladimir Serbinenko · 10 years ago
  63. 06667a5 gm45: Move S3 detection to enable stage. by Vladimir Serbinenko · 10 years ago
  64. c862e44 northbridge/intel: Drop use of set_top_of_ram() by Kyösti Mälkki · 10 years ago
  65. 42f4651 CBMEM northbridges: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  66. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  67. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  68. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  69. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  70. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  71. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  72. 2efc880 intel/gm45: new northbridge by Patrick Georgi · 12 years ago