1. 69a1396 sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC by Kyösti Mälkki · 1 year, 4 months ago
  2. 915c387 soc/amd/stoneyridge/northbridge: use common acpi_fill_root_complex_tom by Felix Held · 1 year, 4 months ago
  3. 8c75d4b soc/amd/stoneyridge: factor out P-state utils to link in all stages by Felix Held · 1 year, 5 months ago
  4. 3924e18 soc/amd/stoneyridge/Makefile: use all target for more compilation units by Felix Held · 1 year, 5 months ago
  5. fc709fe soc/amd/stoneyridge: use common AMD CPU power state ACPI generation by Felix Held · 1 year, 5 months ago
  6. 7d8c832 soc/amd/stoneyridge/cpu: implement get_pstate_latency by Felix Held · 1 year, 5 months ago
  7. 2323aca soc/amd/stoneyridge: implement and use get_pstate_0_reg by Felix Held · 1 year, 5 months ago
  8. 3ee7453 soc/amd/stoneyridge/acpi: add C state config table by Felix Held · 1 year, 6 months ago
  9. ad52185 soc/amd/stoneyridge/tsc_freq: use get_pstate_core_freq by Felix Held · 1 year, 5 months ago
  10. 96fd62f soc/amd/common/cpu/tsc: add get_pstate_core_freq for family 15h and 16h by Felix Held · 1 year, 5 months ago
  11. c08d804 soc/amd/stoneyridge/monotonic_time: add comment that we can't use TSC by Felix Held · 1 year, 5 months ago
  12. e30532d soc/amd/stoneyridge/graphics: introduce defines for constants by Felix Held · 1 year, 5 months ago
  13. 1d66ad1 soc/amd/stoneyridge: move map_oprom_vendev to graphics.c by Felix Held · 1 year, 5 months ago
  14. 0b03c08 soc/amd/stoneyridge/Kconfig: use correct VGA_BIOS_ID by Felix Held · 1 year, 5 months ago
  15. a3391e5 soc/amd/stoneyridge/Kconfig: select SOC_AMD_COMMON_BLOCK_SVI2 by Felix Held · 1 year, 5 months ago
  16. 25b5982 soc/amd/stoneyridge/include/msr: add pstate_msr bitfield struct by Felix Held · 1 year, 5 months ago
  17. 0acf59d soc/amd: Print amdfwtool debug info if V=1 by Martin Roth · 1 year, 5 months ago
  18. 2c98218 soc/amd/stoneyridge/monotonic_timer: use raw MSR data by Felix Held · 1 year, 5 months ago
  19. 4892d73 soc/amd/stoneyridge/romstage: pass C state control IO base address by Felix Held · 1 year, 6 months ago
  20. f0c1c97 soc/amd/stoneyridge: request binaryPI to use \_SB_ scope in PSTATE SSDT by Felix Held · 1 year, 6 months ago
  21. e859d15 soc/amd/*/acpi: drop unneeded mon_alrm FADT assignment by Felix Held · 1 year, 6 months ago
  22. 0a46604 soc/amd: introduce and use PSTATE_MSR macro by Felix Held · 1 year, 6 months ago
  23. 54c80e1 soc/amd/*/acpi: add comment about p_lvl[2,3]_lat FADT field usage by Felix Held · 1 year, 6 months ago
  24. 1a14875 soc/amd/stoneyridge/acpi: introduce and use ACPI_SCI_IRQ definition by Felix Held · 1 year, 6 months ago
  25. 3c74a51 soc/amd/picasso,stoneyridge/acpi: drop unneeded res2 FADT assignment by Felix Held · 1 year, 6 months ago
  26. 15024e0 soc/amd/stoneyridge/acpi: use available number of CPUs for CPU entries by Felix Held · 1 year, 6 months ago
  27. 9298ba3 soc/amd/picasso,stoneyridge/acpi: drop x_firmware_ctl_[l,h] assignment by Felix Held · 1 year, 6 months ago
  28. 5e6ff46 soc/amd/picasso,stoneyridge/acpi: drop unneeded ARM_boot_arch assignment by Felix Held · 1 year, 6 months ago
  29. 4bfb36e amdfwtool: use SoC ID info instead of misleading comboable flag by Zheng Bao · 1 year, 6 months ago
  30. 21975e4 soc/amd/*/Makefile.inc: remove command line soc-name by Zheng Bao · 1 year, 7 months ago
  31. c188936 soc/amd/*: Add SOC_NAME in fw.cfg(s) by Zheng Bao · 1 year, 7 months ago
  32. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 6 months ago
  33. 3d7623f amdfwtool: Add SOC family definition for Carrizo by Zheng Bao · 2 years ago
  34. 3ecf377 soc/amd: use CPUID_FROM_FMS macro instead of magic numbers by Felix Held · 1 year, 6 months ago
  35. 9700fe2 soc/amd/stoneyridge/cpu: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 6 months ago
  36. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 6 months ago
  37. 12ec790 soc/amd/stoneyridge/acpi: use acpigen_write_processor_device by Felix Held · 1 year, 7 months ago
  38. f56b645 soc/amd/stoneyridge: remove LIDS field from global NVS by Felix Held · 1 year, 7 months ago
  39. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 7 months ago
  40. 295f417 soc/amd/stoneyridge,sb/amd/pi/hudson: Remove unused AHCI_ROM_ID by Elyes Haouas · 1 year, 7 months ago
  41. 5e2d9c0 soc/amd/stoneyridge: clean up global NVS by Felix Held · 1 year, 7 months ago
  42. 9abc411 soc/amd/stoneyridge/northbridge: use acpi_align_current by Felix Held · 1 year, 7 months ago
  43. 5e2602a soc/amd: Include <gpio.h> instead of <soc/gpio.h> by Elyes Haouas · 1 year, 7 months ago
  44. 8f2e5c9 soc/amd: introduce and use common amd_cpu_bus_ops struct by Felix Held · 1 year, 7 months ago
  45. 8b93a17 treewide: Remove unused <cpu/amd/mtrr.h> by Elyes Haouas · 1 year, 7 months ago
  46. fc84ae7 treewide: Remove unused <cpu/amd/msr.h> by Elyes Haouas · 1 year, 8 months ago
  47. 3cd06cc soc/amd: Remove dummy SOC_SPECIFIC_OPTIONS by Elyes Haouas · 1 year, 8 months ago
  48. 9df60d3 tree/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 8 months ago
  49. 7b8ac00 {acpi,arch,soc}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 8 months ago
  50. d5c5b52 sb,soc/amd: Remove unused southbridge_io_trap_handler() by Kyösti Mälkki · 1 year, 9 months ago
  51. 66b5e1b ACPI: Use common code for MADT LAPIC NMIs by Kyösti Mälkki · 1 year, 9 months ago
  52. 8180427 soc/amd: Define post codes by Martin Roth · 1 year, 9 months ago
  53. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 9 months ago
  54. 2e65e9c soc/amd: Use ioapic helper functions by Kyösti Mälkki · 3 years, 2 months ago
  55. bcb610a soc/amd: Specify memory types supported by each chip by Martin Roth · 1 year, 10 months ago
  56. f743e0c soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  57. 396fb3d soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB device by Felix Held · 1 year, 10 months ago
  58. 81b5631 soc/amd/*/i2c.h: Make definition more accurate by Fred Reitberger · 1 year, 10 months ago
  59. 460ea9d soc/amd/*/smi.h: Use BIT() for clarity by Fred Reitberger · 1 year, 10 months ago
  60. 3adfeec soc/amd/*/uart: cleanup includes by Felix Held · 1 year, 10 months ago
  61. 97e6125 soc/amd/*/uart: commonize UART code and MMIO device driver by Felix Held · 1 year, 10 months ago
  62. 8ebdbbc soc/amd: move set_uart_config prototype to common UART header by Felix Held · 1 year, 10 months ago
  63. ba35f35 soc/amd: move all AOAC function prototypes to amdblocks/aoac.h by Felix Held · 1 year, 10 months ago
  64. 8803640 soc/amd/stoneyridge/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 10 months ago
  65. f1a03b1 soc/amd/stoneyridge: initialize GPIOs for serial console by Felix Held · 1 year, 10 months ago
  66. acd98d8 soc/amd/stoneyridge/uart: add and use uart_info array by Felix Held · 1 year, 10 months ago
  67. 164c5ed soc/amd: factor out writing extended PM registers in FADT by Felix Held · 1 year, 10 months ago
  68. 1383122 soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.c by Fred Reitberger · 1 year, 10 months ago
  69. f73a3a5 soc/amd/*/smihandler: Make fch_apmc_smi_handler common by Fred Reitberger · 1 year, 10 months ago
  70. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 10 months ago
  71. 7f7b01d soc/amd/sata.c: Hook up directly in devicetree by Arthur Heymans · 1 year, 11 months ago
  72. b3dcb96 soc/amd/*: Hook up IOMMU ops in devicetree by Arthur Heymans · 1 year, 11 months ago
  73. c6f029c soc/amd/*: Hook up LPC ops in devicetree by Arthur Heymans · 1 year, 11 months ago
  74. fd2bb9b soc/amd/*: Hook up SMBus ops to devicetree by Arthur Heymans · 1 year, 11 months ago
  75. 2595946 soc/amd/stoneyridge: move northbridge ops to northbridge device by Felix Held · 1 year, 10 months ago
  76. 26651c8 soc/amd/stoneyridge: use devicetree ops over pci driver by Felix Held · 1 year, 10 months ago
  77. a11b472 soc/amd/stoneyridge: Hook up device_operations in chipset.cb by Felix Held · 1 year, 10 months ago
  78. b68e224 soc/amd/stoneyridge: add chipset devicetrees by Felix Held · 1 year, 10 months ago
  79. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 10 months ago
  80. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 10 months ago
  81. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 10 months ago
  82. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 10 months ago
  83. baec560 treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  84. 501b71e treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  85. 7008085 treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  86. a6e05382 treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  87. 1e54a18 soc/amd/{stoney,picasso}/Kconfig: Fix guarding of amdfw by Matt DeVillier · 1 year, 11 months ago
  88. 78ba98a soc/amd/stoneyridge/fch: use read[16,32]p to avoid typecasts by Felix Held · 1 year, 11 months ago
  89. e48dcb7 cpu/amd/smm: Move MP & SMM init in a common place by Arthur Heymans · 2 years, 3 months ago
  90. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 2 years ago
  91. e47bff8 amd/*/Makefile.inc: Put common words into common Makefile.inc by Zheng Bao · 2 years, 5 months ago
  92. 199b10f soc/amd: rework SPI flash MMIO region handling by Felix Held · 2 years ago
  93. 02b61ae soc/amd/stoneyridge: move early I2C init to early_fch.c by Felix Held · 2 years ago
  94. f7d86f2 soc/amd/stoneyridge/early_fch: use common lpc_early_init function by Felix Held · 2 years ago
  95. 8db77d7 soc/amd/*: move reset_i2c_peripherals call after early GPIO setup by Felix Held · 3 years ago
  96. 55d0f40 soc/amd: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  97. 8335826 soc/amd/*/include/soc/iomap.h: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  98. efd2720 arch/x86: Mark prepare_and_run_postcar noreturn by Arthur Heymans · 2 years, 1 month ago
  99. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  100. 323ca33 soc/amd/*: Move selection of DRIVERS_I2C_DESIGNWARE to common block by Matt DeVillier · 2 years, 2 months ago