1. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  2. 2e65e9c soc/amd: Use ioapic helper functions by Kyösti Mälkki · 3 years, 1 month ago
  3. bcb610a soc/amd: Specify memory types supported by each chip by Martin Roth · 1 year, 9 months ago
  4. f743e0c soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  5. 396fb3d soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB device by Felix Held · 1 year, 9 months ago
  6. 81b5631 soc/amd/*/i2c.h: Make definition more accurate by Fred Reitberger · 1 year, 9 months ago
  7. 460ea9d soc/amd/*/smi.h: Use BIT() for clarity by Fred Reitberger · 1 year, 9 months ago
  8. 3adfeec soc/amd/*/uart: cleanup includes by Felix Held · 1 year, 9 months ago
  9. 97e6125 soc/amd/*/uart: commonize UART code and MMIO device driver by Felix Held · 1 year, 9 months ago
  10. 8ebdbbc soc/amd: move set_uart_config prototype to common UART header by Felix Held · 1 year, 9 months ago
  11. ba35f35 soc/amd: move all AOAC function prototypes to amdblocks/aoac.h by Felix Held · 1 year, 9 months ago
  12. 8803640 soc/amd/stoneyridge/uart: introduce and use soc_get_uart_ctrlr_info by Felix Held · 1 year, 9 months ago
  13. f1a03b1 soc/amd/stoneyridge: initialize GPIOs for serial console by Felix Held · 1 year, 9 months ago
  14. acd98d8 soc/amd/stoneyridge/uart: add and use uart_info array by Felix Held · 1 year, 9 months ago
  15. 164c5ed soc/amd: factor out writing extended PM registers in FADT by Felix Held · 1 year, 9 months ago
  16. 1383122 soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.c by Fred Reitberger · 1 year, 9 months ago
  17. f73a3a5 soc/amd/*/smihandler: Make fch_apmc_smi_handler common by Fred Reitberger · 1 year, 9 months ago
  18. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 9 months ago
  19. 7f7b01d soc/amd/sata.c: Hook up directly in devicetree by Arthur Heymans · 1 year, 9 months ago
  20. b3dcb96 soc/amd/*: Hook up IOMMU ops in devicetree by Arthur Heymans · 1 year, 9 months ago
  21. c6f029c soc/amd/*: Hook up LPC ops in devicetree by Arthur Heymans · 1 year, 9 months ago
  22. fd2bb9b soc/amd/*: Hook up SMBus ops to devicetree by Arthur Heymans · 1 year, 9 months ago
  23. 2595946 soc/amd/stoneyridge: move northbridge ops to northbridge device by Felix Held · 1 year, 9 months ago
  24. 26651c8 soc/amd/stoneyridge: use devicetree ops over pci driver by Felix Held · 1 year, 9 months ago
  25. a11b472 soc/amd/stoneyridge: Hook up device_operations in chipset.cb by Felix Held · 1 year, 9 months ago
  26. b68e224 soc/amd/stoneyridge: add chipset devicetrees by Felix Held · 1 year, 9 months ago
  27. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 9 months ago
  28. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 9 months ago
  29. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 9 months ago
  30. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 9 months ago
  31. baec560 treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' by Elyes Haouas · 1 year, 9 months ago
  32. 501b71e treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' by Elyes Haouas · 1 year, 9 months ago
  33. 7008085 treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' by Elyes Haouas · 1 year, 9 months ago
  34. a6e05382 treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' by Elyes Haouas · 1 year, 9 months ago
  35. 1e54a18 soc/amd/{stoney,picasso}/Kconfig: Fix guarding of amdfw by Matt DeVillier · 1 year, 9 months ago
  36. 78ba98a soc/amd/stoneyridge/fch: use read[16,32]p to avoid typecasts by Felix Held · 1 year, 10 months ago
  37. e48dcb7 cpu/amd/smm: Move MP & SMM init in a common place by Arthur Heymans · 2 years, 2 months ago
  38. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 1 year, 10 months ago
  39. e47bff8 amd/*/Makefile.inc: Put common words into common Makefile.inc by Zheng Bao · 2 years, 4 months ago
  40. 199b10f soc/amd: rework SPI flash MMIO region handling by Felix Held · 1 year, 11 months ago
  41. 02b61ae soc/amd/stoneyridge: move early I2C init to early_fch.c by Felix Held · 1 year, 11 months ago
  42. f7d86f2 soc/amd/stoneyridge/early_fch: use common lpc_early_init function by Felix Held · 1 year, 11 months ago
  43. 8db77d7 soc/amd/*: move reset_i2c_peripherals call after early GPIO setup by Felix Held · 2 years, 11 months ago
  44. 55d0f40 soc/amd: Fix some white spaces issues by Elyes Haouas · 2 years ago
  45. 8335826 soc/amd/*/include/soc/iomap.h: Fix some white spaces issues by Elyes Haouas · 2 years ago
  46. efd2720 arch/x86: Mark prepare_and_run_postcar noreturn by Arthur Heymans · 2 years ago
  47. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  48. 323ca33 soc/amd/*: Move selection of DRIVERS_I2C_DESIGNWARE to common block by Matt DeVillier · 2 years, 1 month ago
  49. c056d18 soc/amd/stoneyridge: Align get_cpu_count to other targets by Arthur Heymans · 2 years, 2 months ago
  50. 615818f soc/amd/*: Make mtrr decision based on syscfg by Arthur Heymans · 2 years, 2 months ago
  51. bab9e2e arch/x86: Add a common romstage entry by Arthur Heymans · 3 years, 2 months ago
  52. 11cac78 Replace some ENV_ROMSTAGE with ENV_RAMINIT by Kyösti Mälkki · 2 years, 3 months ago
  53. eafcc8e arch/x86/acpi_bert_storage.c: Use a common implementation by Arthur Heymans · 2 years, 2 months ago
  54. dd7ec09 soc/amd/stoneyridge: Move BERT into a cbmem region by Arthur Heymans · 2 years, 2 months ago
  55. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 4 months ago
  56. 876a1b4 arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature by Arthur Heymans · 2 years, 5 months ago
  57. 796147f soc/amd/stoneyridge: Use common prepare_and_run_postcar by Arthur Heymans · 2 years, 5 months ago
  58. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 2 months ago
  59. 8ceef40 soc/amd/*/Makefile.inc: Do some cosmetics by Arthur Heymans · 3 years ago
  60. 40c2c07 soc/{amd/stoneyridge,intel}: Don't select VBOOT_SEPARATE_VERSTAGE by Arthur Heymans · 3 years, 3 months ago
  61. 001163e soc/amd: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 6 months ago
  62. 697fa74 soc/amd/*/lpc: rename SPIROM_BASE_ADDRESS_REGISTER by Felix Held · 2 years, 4 months ago
  63. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  64. af17f0b soc/amd/*/northbridge,root_complex: add comment about PCI BARs by Felix Held · 2 years, 5 months ago
  65. b1197af soc/amd/*/northbridge,root_complex: simplify GNB IOAPIC resource index by Felix Held · 2 years, 5 months ago
  66. 56b037b soc/amd/*/northbridge,root_complex: simplify mmconf_resource index by Felix Held · 2 years, 5 months ago
  67. 114d650 soc/amd/stoneyridge/acpi: rename cpu.asl to pnot.asl by Felix Held · 2 years, 5 months ago
  68. 91d006c soc/amd/stoneyridge/acpi: generate PPKG object in generate_cpu_entries by Felix Held · 2 years, 5 months ago
  69. 972d9f2 arch/x86: consolidate HPET base address definitions by Felix Held · 2 years, 5 months ago
  70. 4b2464f arch/x86: factor out and commonize HPET_BASE_ADDRESS definition by Felix Held · 2 years, 5 months ago
  71. 532e043 treewide: Write minor version at acpi_create_fadt() function by Elyes Haouas · 2 years, 5 months ago
  72. 6f413d1 soc/amd/*/include/soc/iomap.h: rework HPET base address check by Felix Held · 2 years, 5 months ago
  73. b55ac09 [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments by Elyes Haouas · 2 years, 5 months ago
  74. 8b950f4 src/acpi: Add macro for FADT Minor Version and use it by Elyes Haouas · 2 years, 5 months ago
  75. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  76. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  77. d8bcad5 soc/amd/*/chip.h: add missing gpio.h include by Felix Held · 2 years, 6 months ago
  78. 3b9c3dd src/soc/amd: Remove unused <console/console.h> by Elyes HAOUAS · 2 years, 6 months ago
  79. 9e95f6e soc/amd: Remove unused <string.h> by Elyes HAOUAS · 2 years, 7 months ago
  80. ea6ee07 soc/amd/stoneyridge/fch: add GNVS-related TODOs by Felix Held · 2 years, 7 months ago
  81. 2d020e1 soc/amd/stoneyridge: split southbridge code by Felix Held · 2 years, 7 months ago
  82. 25aa560 soc/amd/stoneyridge: factor out AGESA-wrapper related FCH functions by Felix Held · 2 years, 7 months ago
  83. fbfb906 soc/amd/stoneyridge: factor out early AOAC initialization by Felix Held · 2 years, 7 months ago
  84. 6d84c08 soc/amd: remove root of SoC directory from include path by Felix Held · 2 years, 7 months ago
  85. 20f27da soc/amd/stoneyridge/include/southbridge: remove unneeded chip.h include by Felix Held · 2 years, 7 months ago
  86. 3d52363 soc/amd/stoneyridge: use common fch_spi_early_init by Felix Held · 2 years, 7 months ago
  87. 59d64f0 soc/amd/{cezanne,picasso,stoney,common}: Don't clear PM1 on resume by Raul E Rangel · 2 years, 7 months ago
  88. 105495f soc/amd/stoneyridge/southbridge: drop ENV_X86 check by Felix Held · 2 years, 7 months ago
  89. c7ab9f4 soc/amd/{cezanne,picasso,stoney}: Clear PM/GPE when enabling ACPI by Raul E Rangel · 2 years, 7 months ago
  90. 688f09f soc/amd/stoneyridge/southbridge: fix setting SPI_USE_SPI100 by Felix Held · 2 years, 7 months ago
  91. 54888d0 soc/amd/stoneyridge/psp: move soc_get_mbox_address to common psp_gen1 by Felix Held · 2 years, 8 months ago
  92. a19d625 soc/amd/stoneyridge/psp: use PSP_MAILBOX_BAR define by Felix Held · 2 years, 8 months ago
  93. 0bc4684 soc/amd/stoneyridge: use SOC_AMD_COMMON_BLOCK_ACPI_GPIO by Felix Held · 2 years, 8 months ago
  94. 72b92c9 soc/amd/picasso,stoneyridge/acpi: use define for RTC_DATE_ALARM by Felix Held · 2 years, 8 months ago
  95. 570645d amdfwtool: Call the set_efs_table for Stoneyridge by Zheng Bao · 2 years, 9 months ago
  96. 6bc300d amdfwtool: Set soc name for Stoneyridge by Zheng Bao · 2 years, 9 months ago
  97. cbbb027 soc/amd/stoneyridge/include/pci_devs: remove unused DEVID defines by Felix Held · 2 years, 8 months ago
  98. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  99. e14f363 soc/amd/*/include/smi: move NUMBER_SMITYPES definition to the top by Felix Held · 2 years, 8 months ago
  100. 996808e soc/amd/*/include/smi: fix off-by-one in SCIMAPS defines by Felix Held · 2 years, 8 months ago