Age | Commit message (Expand) | Author |
2020-11-16 | soc/amd/common/block: drop double underscores from include guards | Felix Held |
2020-11-15 | soc/amd/common: factor out SMU code from Picasso | Felix Held |
2020-11-13 | soc/amd: factor out _SOC_DEV macro into common block | Felix Held |
2020-11-13 | soc/amd/common/block/include: make include guards more uniform | Felix Held |
2020-11-09 | soc/amd/common: add Kconfig help text to pre-family-17h-only blocks | Felix Held |
2020-11-07 | soc/amd/common: Don't program GPIOs if the table isn't set | Martin Roth |
2020-11-07 | soc/amd/common/psp: expand CPU family names in Kconfig help text | Felix Held |
2020-11-04 | soc/amd/common/psp: move v1-only mailbox commands to separate section | Felix Held |
2020-10-28 | soc/amd/common/acpi: Create platform.asl to define acpi transitions | Josie Nordrum |
2020-10-19 | soc/amd/common/acpi: Convert to ASL 2.0 syntax | Elyes HAOUAS |
2020-09-21 | soc/amd: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-21 | soc/amd/common/block/spi/fch_spi_util.c: Fix read with invalid length | Igor Bagnucki |
2020-09-11 | soc/amd/common/espi_util: clarify espi_open_io_window | Felix Held |
2020-08-24 | mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms | Shelley Chen |
2020-08-24 | soc/amd/common: Move interrupt and wake status clear | Josie Nordrum |
2020-08-21 | soc/amd/common: add rudimentary ATIF support | Aaron Durbin |
2020-08-19 | soc/amd/common: add gpio subsystem event reporting | Aaron Durbin |
2020-08-18 | elog: rename ELOG_WAKE_SOURCE_GPIO to ELOG_WAKE_SOURCE_GPE | Aaron Durbin |
2020-08-17 | soc/amd/common: add GPE event logs | Aaron Durbin |
2020-08-17 | soc/amd/common: removed unused functions | Aaron Durbin |
2020-08-17 | soc/amd/common: add acpi_fill_gnvs() | Aaron Durbin |
2020-08-17 | soc/amd/common: add single function ACPI PM1 GPE helpers | Aaron Durbin |
2020-08-12 | soc/amd/common/espi_util: rename espi_check_status | Felix Held |
2020-08-11 | soc/amd/common/espi_util: espi_send_command: improve error message | Felix Held |
2020-08-11 | soc/amd/common/espi_util: espi_std_io_decode: fix edge case bug | Felix Held |
2020-08-11 | soc/amd/common/espi_util: simplify espi_std_io_decode function | Felix Held |
2020-08-11 | soc/amd/common/espi_util: make decode enable parameter uint32_t | Felix Held |
2020-08-11 | soc/amd/common/espi_util: make reg parameter unsigned | Felix Held |
2020-08-03 | Change all assert(0) to BUG() | Julius Werner |
2020-07-30 | amd/common/block/spi: Add EFS SPI configurations to Kconfig | Matt Papageorge |
2020-07-28 | src/soc/amd: Add include <types.h> | Elyes HAOUAS |
2020-07-27 | soc/amd: Use spi_writeX & spi_readX for all spi accesses | Martin Roth |
2020-07-27 | soc/amd/common: Move spi access functions into their own file | Martin Roth |
2020-07-26 | soc/amd/common/block/psp/psp_smm.c: Add missing <string.h> | Elyes HAOUAS |
2020-07-26 | soc/amd/common: Refactor and consolidate code for spi base | Martin Roth |
2020-07-23 | soc/amd/common/gpio: Fix definition of GPIO_INT_ENABLE_STATUS_DELIVERY | Furquan Shaikh |
2020-07-17 | soc/amd/common/gpio: Add macro for PAD_NC | Furquan Shaikh |
2020-07-16 | soc/amd/common: Don't get eSPI address from PCI if not on x86 | Martin Roth |
2020-07-14 | soc/amd/common/block/include/amdblocks/acpi.h: Add missing <types.h> | Elyes HAOUAS |
2020-07-14 | src: Remove unused 'include <cpu/x86/msr.h>' | Elyes HAOUAS |
2020-07-14 | src: Remove unused 'include <stdint.h> | Elyes HAOUAS |
2020-07-11 | arch/x86: Drop CBMEM_TOP_BACKUP | Kyösti Mälkki |
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 |