Age | Commit message (Expand) | Author |
2020-07-09 | include/cpu/amd/msr: move SMM_LOCK bit right after HWCR_MSR definition | Felix Held |
2020-07-08 | src/amd/common: Exclude biosram from psp_verstage | Martin Roth |
2020-07-08 | soc/amd/common: Don't init SMIs or SCIs in psp_verstage | Martin Roth |
2020-07-06 | soc/amd/common: Fix missing gpio_banks.h include | Kyösti Mälkki |
2020-07-03 | soc/amd/common: fix eSPI virtual wire polarity encoding | Aaron Durbin |
2020-07-02 | soc/amd/common: fix SPI bar resource usage | Aaron Durbin |
2020-06-30 | soc/amd/common/gpio: Clear interrupt and wake status when configuring pads | Furquan Shaikh |
2020-06-30 | soc/amd/common/gpio: Add new helper macro PAD_CFG_STRUCT_FLAGS | Furquan Shaikh |
2020-06-30 | soc/amd/gpio, mb/{amd,google}: Configure pads using a single entry in GPIO co... | Furquan Shaikh |
2020-06-30 | soc/amd/common/gpio: Use gpio_setbits32() | Furquan Shaikh |
2020-06-30 | soc/amd/common/gpio: Add macros for setting fields of soc_amd_gpio | Furquan Shaikh |
2020-06-30 | soc/amd/common/lpc: Skip SERIRQ setup when using eSPI | Marshall Dawson |
2020-06-30 | soc/amd/common/gpio: Rename GPIO debounce macros | Furquan Shaikh |
2020-06-30 | soc/amd/common/gpio: Update the macros for interrupt and pad filtering | Furquan Shaikh |
2020-06-30 | soc/amd/common/gpio: Make macro names for GPIO flags consistent | Furquan Shaikh |
2020-06-30 | soc/amd/common/gpio: Drop unused macro GPIO_TRIGGER_INVALID | Furquan Shaikh |
2020-06-30 | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki |
2020-06-29 | soc/amd/common: Refactor GPIO SCI/SMI interrupts | Kyösti Mälkki |
2020-06-29 | soc/amd/common: Refactor GPIO_MASTER_SWITCH interrupt enable | Kyösti Mälkki |
2020-06-29 | soc/amd/common: Drop ACPIMMIO GPIO bank separation | Kyösti Mälkki |
2020-06-28 | soc/amd/common: Allow runtime mapping of ACPIMMIO banks | Kyösti Mälkki |
2020-06-28 | soc/amd/common: Access ACPIMMIO via proper symbols | Kyösti Mälkki |
2020-06-25 | Revert "soc/amd/common/block/acpimmio: Update acpimmio for psp_verstage" | Kyösti Mälkki |
2020-06-23 | src/*: Update makefiles to exclude x86 code from psp-verstage | Martin Roth |
2020-06-22 | cpu/x86/lapic: Support x86_64 and clean up code | Patrick Rudolph |
2020-06-19 | soc/amd: move acpi_wake_source.asl to common directory | Felix Held |
2020-06-15 | soc/amd/common/block/acpimmio: Update acpimmio for psp_verstage | Martin Roth |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-06-05 | soc/amd/common/spi: add and use define for last FIFO position | Felix Held |
2020-06-02 | src: Remove redundant includes | Elyes HAOUAS |
2020-06-02 | src: Remove duplicated includes | Elyes HAOUAS |
2020-06-02 | src: Remove unused 'include <bootstate.h>' | Elyes HAOUAS |
2020-06-02 | src: Remove unused '#include <timer.h>' | Elyes HAOUAS |
2020-06-02 | src: Remove unused '#include <cpu/x86/lapic.h>' | Elyes HAOUAS |
2020-05-21 | soc/amd/common/block/gpio: add API for gpio override table | Peichao Wang |
2020-05-13 | soc/amd/common/block: Add support for configuring eSPI connection to slave | Furquan Shaikh |
2020-05-13 | Remove new additions of "this file is part of" lines | Furquan Shaikh |
2020-05-13 | soc/amd/common/block/psp: Remove unused northbridge header | Raul E Rangel |
2020-05-13 | soc/amd/common/block/spi: Include mmio.h in fch_spi_ctrl.c | Furquan Shaikh |
2020-05-13 | soc/amd/common/block/lpc: Add helper function lpc_early_init() | Furquan Shaikh |
2020-05-12 | soc/amd/common/block/lpc: Configure io/mmio windows differently for LPC and eSPI | Furquan Shaikh |
2020-05-12 | soc/amd/common/block/lpc: Provide an option to use static eSPI BAR | Furquan Shaikh |
2020-05-12 | soc/amd/common/block/lpc: Add helpers for managing eSPI decode | Furquan Shaikh |
2020-05-12 | soc/amd/common/block: Add header file for eSPI register definitions | Furquan Shaikh |
2020-05-12 | soc/amd/common/block/lpc: Set LPC_IO_PORT_DECODE_ENABLE to 0 when disabling d... | Furquan Shaikh |
2020-05-12 | soc/amd/common/block/spi: Add support for common SPI configuration | Furquan Shaikh |
2020-05-12 | soc/amd/common/block/lpc: Split lpc_set_spibase() into two functions | Furquan Shaikh |
2020-05-12 | soc/amd/common/block: Add support for common config for AMD SoCs | Furquan Shaikh |
2020-05-11 | soc/amd/common/block/lpc: Reorganize LPC enable resources | Furquan Shaikh |
2020-05-11 | soc/amd/common/block/lpc: Add config options for eSPI | Furquan Shaikh |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-07 | soc/amd/common/block/lpc: Use standard pci_dev_ops_pci | Furquan Shaikh |
2020-05-05 | soc/amd/common/block/lpc: Add lpc_disable_spi_rom_sharing | Raul E Rangel |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-05-01 | soc/amd/common/block/graphics/graphics: Add missing const to fill_ssdt | Raul E Rangel |
2020-04-30 | soc/amd/common/block/smbus: Include acpimmio_map.h in sm.c | Furquan Shaikh |
2020-04-29 | soc/amd/hda: Move HDA PCI device from DSDT to SSDT | Furquan Shaikh |
2020-04-29 | soc/amd/hda: Add .acpi_name() callback to HDA driver | Furquan Shaikh |
2020-04-29 | soc/amd/common/block/hda: Use tabs instead of spaces in hda.c | Furquan Shaikh |
2020-04-29 | soc/amd/common/block/hda: Use default pci_dev_ops_pci | Furquan Shaikh |
2020-04-29 | soc/amd/common/block/hda: Drop PCI_DEVICE_ID_AMD_FAM17H_HDA0 | Furquan Shaikh |
2020-04-28 | soc/amd/common/block/sata: Add missing .ops_pci member | Furquan Shaikh |
2020-04-28 | soc/amd/picasso: Use AMD common SATA driver | Furquan Shaikh |
2020-04-28 | soc/amd/sata: Move SATA PCI device from DSDT to SSDT | Furquan Shaikh |
2020-04-28 | soc/amd/sata: Add .acpi_name() callback to SATA driver | Furquan Shaikh |
2020-04-28 | soc/amd/common/block/sata: Use tabs instead of spaces in sata.c | Furquan Shaikh |
2020-04-28 | soc/amd/common/block/sata: Fix the condition to include sata.c | Furquan Shaikh |
2020-04-28 | soc/amd/{common,picasso}: Move GFX device from static ASL to SSDT | Furquan Shaikh |
2020-04-28 | soc/amd/picasso: Use common block graphics driver | Furquan Shaikh |
2020-04-28 | soc/amd/common: Add a common graphics block device driver for AMD SoCs | Furquan Shaikh |
2020-04-28 | amd/family17h: Add PCI device IDs for all controllers in AMD Family17h | Furquan Shaikh |
2020-04-28 | soc/amd: Update macro name for IOMMU on AMD Family 17h | Furquan Shaikh |
2020-04-24 | soc/amd/picasso/i2c: don't initialize I2C4 as master and refactor code | Martin Roth |
2020-04-20 | soc/amd: replace remaining license headers with SPDX ones | Felix Held |
2020-04-16 | soc/amd/common/psp: refactor psp_print_cmd_status parameters | Felix Held |
2020-04-16 | soc/amd/common/psp: Add notify_sx_info | Felix Held |
2020-04-16 | soc/amd/psp: Add SmmInfo command | Marshall Dawson |
2020-04-15 | soc/amd/common/psp: add Kconfig description to interface version | Felix Held |
2020-04-15 | soc/amd/common/block/psp: move psp_load_named_blob to psp_gen1.c | Felix Held |
2020-04-13 | soc/amd/common/psp: Split mailbox support into v1 and v2 | Marshall Dawson |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-05 | soc/amd: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-04-02 | soc/amd/common/psp: Move definitions into a private file | Marshall Dawson |
2020-04-02 | soc/amd/common/psp: Move early init to soc | Felix Held |
2020-04-02 | soc/amd/common/psp: Consolidate FW blob load functions | Marshall Dawson |
2020-04-02 | soc/amd/common/psp: Make common function to print status | Marshall Dawson |
2020-03-31 | security/vboot: relocate and rename vboot_platform_is_resuming() | Bill XIE |
2020-03-25 | amd/common/acpi: move thermal zone to common location | Michał Żygowski |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2020-02-24 | soc/amd/common/block/include/amdblocks: Fix typos | Elyes HAOUAS |
2020-02-04 | soc/amd: unify SMBus support | Aaron Durbin |
2020-01-29 | amdblocks/biosram: Do small reformatting | Marshall Dawson |
2020-01-03 | soc/amd/common/block/spi: remove code duplication | Aaron Durbin |
2020-01-03 | amdblocks/acpimmio: add missing MMIO functions | Michał Żygowski |
2020-01-03 | amdblocks/biosram: Force use of abstraction | Kyösti Mälkki |
2019-12-31 | src/{soc,southbridge}/amd: Fix typo | Elyes HAOUAS |
2019-12-27 | soc/amd/common: Correct SPI FIFO size check | Marshall Dawson |
2019-12-26 | soc/amd/common/car: Remove unneeded header | Kyösti Mälkki |
2019-12-20 | {nb,soc}: Replace min/max() with MIN/MAX() | Elyes HAOUAS |