1. ad9cd68 mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms by Shelley Chen · 4 years, 1 month ago
  2. cfdcfdb src: Remove unused 'include <delay.h>' by Elyes HAOUAS · 4 years, 1 month ago
  3. ce3e638 nb/intel/ironlake/acpi.c: Factor out PCIEXBAR decoding by Angel Pons · 4 years ago
  4. 302a143 nb/intel/ironlake/acpi/hostbridge.asl: Use ASL 2.0 syntax by Angel Pons · 4 years, 1 month ago
  5. 9addda3 nb/intel/ironlake: Add Generic Non-Core register definitions by Angel Pons · 4 years, 1 month ago
  6. c642a0d nb/intel/ironlake: Add Generic Non-Core PCI device definition by Angel Pons · 4 years, 1 month ago
  7. a457e35 nb/intel/ironlake: Add QPI Physical Layer registers by Angel Pons · 4 years, 1 month ago
  8. 10993c4 nb/intel/ironlake: Add QPI Physical Layer device definition by Angel Pons · 4 years, 1 month ago
  9. 0814357 nb/intel/ironlake: Add QPI Link register definitions by Angel Pons · 4 years, 1 month ago
  10. 93d9517 nb/intel/ironlake: Add definition for QPI Link PCI device by Angel Pons · 4 years, 1 month ago
  11. 6757337 nb/intel/ironlake: Add SAD DRAM register definitions by Angel Pons · 4 years, 1 month ago
  12. 4500893 nb/intel/ironlake: Correct PCIEXBAR definition by Angel Pons · 4 years, 1 month ago
  13. 3ab19b3 nb/intel/ironlake: Add definition for SAD PCI device by Angel Pons · 4 years, 1 month ago
  14. 16fe1e0 nb/intel/ironlake: Drop `D0F0_` prefix from register names by Angel Pons · 4 years, 1 month ago
  15. 9333b74 nb/intel/ironlake: Rename memory map variables by Angel Pons · 4 years, 1 month ago
  16. 8bf160a nb/intel/ironlake/raminit.c: Drop unused define by Angel Pons · 4 years, 1 month ago
  17. 64943a3 nb/intel/ironlake/hostbridge_regs: Drop D0F0_PMBASE by Angel Pons · 4 years, 1 month ago
  18. e2a2877 nb/intel/ironlake/hostbridge_regs.h: Clean up registers by Angel Pons · 4 years, 1 month ago
  19. e9d1d70 nb/intel/ironlake: Put host bridge registers into its own file by Angel Pons · 4 years, 1 month ago
  20. e1d1fe4 nb/intel/ironlake/raminit.c: initialize 'reply.command' by Elyes HAOUAS · 4 years, 2 months ago
  21. e4c0555 nb/intel/ironlake: Move southbridge code to ibexpeak by Angel Pons · 4 years, 1 month ago
  22. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 4 years, 1 month ago
  23. ea1953f nb/intel/ironlake/raminit.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  24. 43bcc7b nb/intel/ironlake: Clean up code style (except raminit) by Angel Pons · 4 years, 2 months ago
  25. ecdbc84 nb/intel/ironlake/northbridge.c: Drop thunk functions by Angel Pons · 4 years, 2 months ago
  26. ca18073 nb/intel/ironlake: Drop copy-pasted and unused macro by Angel Pons · 4 years, 2 months ago
  27. 8308e2b nb/intel/ironlake: Use `pci_update_config32()` by Angel Pons · 4 years, 2 months ago
  28. 68ab745 nb/intel/ironlake: Simplify BAR handling by Angel Pons · 4 years, 2 months ago
  29. dd6a3d8 nb/intel/ironlake/ironlake.h: Clean up by Angel Pons · 4 years, 2 months ago
  30. b639707 nb/intel/ironlake: Drop copy-pasted and dead code by Angel Pons · 4 years, 2 months ago
  31. 94dfaad nb/intel/ironlake: Remove unused structs by Angel Pons · 4 years, 2 months ago
  32. 1a1b04e device/smbus_host: Declare common early SMBus prototypes by Kyösti Mälkki · 4 years, 7 months ago
  33. 1fc0edd src: Use pci_dev_ops_pci where applicable by Angel Pons · 4 years, 3 months ago
  34. dd59762 intel/gma: Only enable bus mastering if we are going to use it by Nico Huber · 4 years, 4 months ago
  35. dfdf102 intel/gma: Don't bluntly enable I/O by Nico Huber · 4 years, 4 months ago
  36. f2a0be2 drivers/intel/gma: Move IGD OpRegion to CBMEM by Nico Huber · 4 years, 4 months ago
  37. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  38. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 3 months ago
  39. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  40. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  41. 36787b0 northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  42. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  43. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  44. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  45. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  46. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 4 months ago
  47. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  48. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  49. 4b42983 src/northbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  50. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 4 months ago
  51. 6b059ea nb/intel/ironlake: Simplify GMA SSDT generator by Matt DeVillier · 4 years, 5 months ago
  52. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  53. 6343cd8 drivers/intel/gma: fold gma.asl into default_brightness_levels.asl by Matt DeVillier · 4 years, 5 months ago
  54. 612a867 drivers/intel/gma/acpi: Add Kconfigs for backlight registers by Nico Huber · 5 years ago
  55. be3979c acpi: Change Processor ACPI Name (Intel only) by Christian Walter · 4 years, 8 months ago
  56. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  57. 31b7ee4 treewide: Replace uses of "Nehalem" by Angel Pons · 4 years, 6 months ago
  58. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 6 months ago