1. 35c3ae3b treewide: Add 'IWYU pragma: export' comment by Elyes Haouas · 1 year, 10 months ago
  2. 96fa237 treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' by Felix Held · 1 year, 10 months ago
  3. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 10 months ago
  4. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 10 months ago
  5. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 10 months ago
  6. 85f87e8 treewide: Use 'pm2_cnt_len' for 'x_pm2_cnt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  7. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 10 months ago
  8. baec560 treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  9. 501b71e treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  10. 7008085 treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  11. a6e05382 treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  12. d835da9 treewide: use predicates to check for enabled pci devices by Fabio Aiuto · 1 year, 11 months ago
  13. 33e2b92 sb/intel/common/gpio.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  14. b6ad6b6 sb/intel/i82801gx/bootblock.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  15. f360006 sb/intel/i82801gx/early_init.c: Include common/rcba.h by Elyes Haouas · 1 year, 11 months ago
  16. 89d9bf9 sb/intel/common/pmbase.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  17. ddd43de sb/intel/common/rtc.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  18. 606f4f6 sb/intel/common/early_smbus.h: Add <device/pci_type.h> by Elyes Haouas · 1 year, 11 months ago
  19. 45aae7f treewide: use is_enabled_cpu() on cycles over device list by Fabio Aiuto · 1 year, 11 months ago
  20. f571ce5 bd82x6x/early_pch: enable smbus in bootblock stage by Husni Faiz · 2 years ago
  21. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 11 months ago
  22. a0be874 {sb,soc}/intel: Do not require hda_verb.c by Angel Pons · 2 years ago
  23. f333a44 sb/intel/bd82x6x/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  24. 644e59b sb/intel/i82801ix/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  25. a41716f sb/intel/i82801jx/acpi: Replace LEqual(a,b) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  26. 44ef212 sb/intel/ibexpeak: Perform const correctness by Bill XIE · 2 years, 1 month ago
  27. ac136250 commonlib: Substitude macro "__unused" in compiler.h by Bill XIE · 2 years, 1 month ago
  28. 37b161f intel/broadwell,lynxpoint: Change formula around 4 GiB by Kyösti Mälkki · 2 years, 2 months ago
  29. 67f0945 sb/intel/i82801ix/smihandler.c: Remove dead increment by Elyes Haouas · 2 years, 6 months ago
  30. 11cac78 Replace some ENV_ROMSTAGE with ENV_RAMINIT by Kyösti Mälkki · 2 years, 4 months ago
  31. f0ed846 arch/x86/acpi: Consolidate POST code handling by Angel Pons · 2 years, 4 months ago
  32. 09106f7 sb/intel/i82801dx/pci.c: Use pci_or_config16() and macros by Elyes Haouas · 2 years, 5 months ago
  33. ef59d22 sb/intel/{i82371eb/i82801dx}: select BOOT_DEVICE_NOT_SPI_FLASH by Arthur Heymans · 3 years, 4 months ago
  34. 0e26123 southbridge/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 8 months ago
  35. 7e397ac sb/intel/i82801i/jx/chip.h: Use unsigned ints for bitfields by Arthur Heymans · 2 years, 6 months ago
  36. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 6 months ago
  37. 1e4d9d5 sb/intel/common/firmware: Hook up adding 10GbE LAN firmware by Jeff Daly · 2 years, 7 months ago
  38. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 5 months ago
  39. 0cd1a87 sb/intel/lynxpoint: Fix up comment by Angel Pons · 2 years, 6 months ago
  40. 92c2ccd sb/intel/ibexpeak/early_pch.c: Use PCI_BASE_ADDRESS_0 macro by Elyes Haouas · 2 years, 6 months ago
  41. bd90a22 nb/intel/ironlake: Fix sending HECI messages by Arthur Heymans · 2 years, 6 months ago
  42. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 6 months ago
  43. f47d17d sb/intel/common/hpet: use HPET_BASE_ADDRESS definition by Felix Held · 2 years, 6 months ago
  44. 4e03727 arch/x86/Kconfig: add HPET_MIN_TICKS by Felix Held · 2 years, 6 months ago
  45. e2531ff nb/intel/ironlake: Move out HECI remainders into southbridge by Angel Pons · 2 years, 6 months ago
  46. 5996eea sb/intel/i82371eb: Constify pci_devfn_t devices by Elyes Haouas · 2 years, 6 months ago
  47. d3687cd sb/intel/ibexpeak: Constify struct southbridge_intel_ibexpeak_config by Elyes Haouas · 2 years, 6 months ago
  48. fd93cff treewide: Get rid of CONFIG_AZALIA_MAX_CODECS by Elyes Haouas · 2 years, 6 months ago
  49. d00cfcb nb/intel/ironlake/raminit_heci.c: Move to southbridge scope by Angel Pons · 2 years, 6 months ago
  50. f91538c sb/intel/ibexpeak/azalia.c: Use 'pci_{and,or}_config' by Elyes HAOUAS · 2 years, 6 months ago
  51. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  52. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  53. b196834 sb/intel/i82801dx: Add call i8259_setup() by Kyösti Mälkki · 2 years, 7 months ago
  54. 5025140 sb/intel/common/firmware: Reword me_cleaner warning by Angel Pons · 2 years, 7 months ago
  55. 60c7cc2 src/{northbridge,southbridge}: Remove unused <console/console.h> by Elyes HAOUAS · 2 years, 7 months ago
  56. 667f511 src/southbridge: Remove unused <delay.h> by Elyes HAOUAS · 2 years, 8 months ago
  57. 249343b src/southbridge: Remove unused <string.h> by Elyes HAOUAS · 2 years, 8 months ago
  58. af4bd56 sb/intel: Use `bool` for PCIe coalescing option by Angel Pons · 2 years, 8 months ago
  59. b7ec42d src: Use 'stdint.h' when appropriate by Elyes HAOUAS · 2 years, 8 months ago
  60. 40bc82f sb/intel/i82371eb/acpi: Replace Decrement() with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  61. 4e09955 sb/intel/i82801ix/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  62. a64944f sb/intel/i82801jx/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  63. 3d778c3 sb/intel/bd82x6x/acpi: Replace Add(a,b,c) with ASL 2.0 syntax by Felix Singer · 2 years, 8 months ago
  64. bb665ed southbridge/intel/bd82x6x/acpi: Use Printf() for debug prints by Felix Singer · 2 years, 8 months ago
  65. 0afecdf sb/intel/common/rcba_pirq: Use correct size_t length modifier by Paul Menzel · 2 years, 8 months ago
  66. 55405a3 sb/intel/lynxpoint: Update `intel_me_status()` signature by Angel Pons · 2 years, 9 months ago
  67. 310d327 sb/intel/lynxpoint/me.c: Refactor MEI CSR functions by Angel Pons · 2 years, 9 months ago
  68. df2049b sb/intel/lynxpoint: Use unions for MEI registers by Angel Pons · 2 years, 9 months ago
  69. 032255c sb/intel/lynxpoint: Use unions for ME PCI registers by Angel Pons · 2 years, 9 months ago
  70. 9f04374 sb/intel/lynxpoint: Drop typedefs of enum type by Angel Pons · 2 years, 9 months ago
  71. 01c9b98 sb/intel/lynxpoint: Drop typedefs of struct types by Angel Pons · 2 years, 9 months ago
  72. 4f8aea0 lynxpoint/broadwell: Use `azalia_codecs_init()` by Angel Pons · 2 years, 9 months ago
  73. aae6b55 device/azalia_device: Drop unused function parameter by Angel Pons · 2 years, 9 months ago
  74. 94b3735 haswell/lynxpoint/broadwell: Use `azalia_codec_init()` by Angel Pons · 2 years, 9 months ago
  75. 5300b03 lynxpoint/broadwell: Use `azalia_program_verb_table()` by Angel Pons · 2 years, 9 months ago
  76. b7a6a1e sb/intel/bd82x6x: Use `azalia_codecs_init()` by Angel Pons · 2 years, 9 months ago
  77. 992c860 sb/intel/ibexpeak: Use `azalia_codecs_init()` by Angel Pons · 2 years, 9 months ago
  78. c359c6a sb/intel/i82801jx: Use `azalia_codecs_init()` by Angel Pons · 2 years, 9 months ago
  79. 12f2bb6 sb/intel/i82801ix: Use `azalia_codecs_init()` by Angel Pons · 2 years, 9 months ago
  80. 4e94822 sb/intel/i82801gx: Use `azalia_codecs_init()` by Angel Pons · 2 years, 9 months ago
  81. ed9b350 sb/intel/i82801{ix,jx}: Initialise all codecs by Angel Pons · 2 years, 9 months ago
  82. 18d616a sb/intel/bd82x6x: Remove unused typedef by Angel Pons · 2 years, 9 months ago
  83. 67e4ad8 sb/intel/i82801gx: Program PC BEEP verbs by Angel Pons · 2 years, 9 months ago
  84. d0f053e sb/intel: Use `azalia_program_verb_table()` function by Angel Pons · 2 years, 9 months ago
  85. f32ae10 sb/intel: Replace bad uses of `find_resource` by Angel Pons · 2 years, 10 months ago
  86. c25ecb5 arch/x86/ioapic: Select IOAPIC with SMP by Kyösti Mälkki · 3 years, 2 months ago
  87. 4bab569 mb/emulation/qemu-i440fx: Select IOAPIC by Kyösti Mälkki · 3 years, 2 months ago
  88. 682613f sb,soc/intel: Replace set_ioapic_id() with setup_ioapic() by Kyösti Mälkki · 3 years, 2 months ago
  89. ea6d12a sb,soc/intel: Set IOAPIC max entries before APIC ID by Kyösti Mälkki · 3 years, 2 months ago
  90. 04a4037 sb,soc/intel: Set IOAPIC redirection entry count by Kyösti Mälkki · 3 years, 2 months ago
  91. 3959aa6 southbridge/intel/common: Add an option to allow stitching of CSE binary by Furquan Shaikh · 2 years, 11 months ago
  92. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 6 months ago
  93. d4ba2b1 sb/intel/lynxpoint: Enable PCIe Clock PM and ASPM L1 by Angel Pons · 2 years, 10 months ago
  94. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  95. 477647c {sb,soc}/intel: Drop unused globalnvs.asl methods by Angel Pons · 2 years, 11 months ago
  96. 2fd1e47 {sb,soc}/intel: Drop PRMx from GNVS by Angel Pons · 2 years, 11 months ago
  97. 286c771 {sb,soc}/intel: Drop LCKF from GNVS by Angel Pons · 2 years, 11 months ago
  98. 4ceef0e sb/intel/ibexpeak/early_cir: add missing arch/cpu.h include by Felix Held · 2 years, 11 months ago
  99. 6266c41 sb/intel/bd82x6x,ibexpeak,lynxpoint/me.h: add missing includes by Felix Held · 2 years, 11 months ago
  100. efebedd sb/intel/lynxpoint: Drop `config_t` typedef by Angel Pons · 3 years ago