Age | Commit message (Expand) | Author |
2020-12-10 | soc/mediatek/common: Add common API for loading firmwares | Yidi Lin |
2020-12-10 | soc/amd/picasso/reset: use port and bit defines from cf9_reset.h | Felix Held |
2020-12-10 | soc/amd/picasso/reset: remove leftover PCI includes | Felix Held |
2020-12-09 | soc/amd/cezanne: print APU family and model in bootblock_soc_init | Felix Held |
2020-12-09 | soc/amd/cezanne: add basic early FCH initialization to bootblock | Felix Held |
2020-12-09 | soc/amd/cezanne: add common SMBus code to build | Felix Held |
2020-12-09 | soc/amd/cezanne: call bootblock_main_with_basetime in bootblock_c_entry | Felix Held |
2020-12-09 | soc/amd/picasso,stoneyridge: drop unused BIOSRAM offset defines | Felix Held |
2020-12-09 | soc/amd/picasso: Rename SD_EMMC_EMMC_DDR_52 to SD_EMMC_EMMC_DDR_104 | Raul E Rangel |
2020-12-09 | soc/amd: Remove Kconfig BOOTBLOCK_ADDR | Kyösti Mälkki |
2020-12-09 | soc/amd: Remove Kconfig X86_RESET_VECTOR | Kyösti Mälkki |
2020-12-09 | soc/intel/common/dmi: Add support for locking down SRL | Srinidhi N Kaushik |
2020-12-09 | soc/intel/common/dmi: Move DMI defines into DMI driver header | Srinidhi N Kaushik |
2020-12-09 | soc/intel/tigerlake: Enable support for extended BIOS window | Furquan Shaikh |
2020-12-09 | soc/amd/picasso/southbridge: drop unused sb_enable | Felix Held |
2020-12-09 | soc/amd/picasso: split southbridge into bootblock and ramstage code | Felix Held |
2020-12-09 | soc/amd/cezanne: select common ACPIMMIO block | Felix Held |
2020-12-09 | soc/amd: factor out functionality to print last reset source | Felix Held |
2020-12-09 | soc/amd/common/block/acpimmio: use all-y for mmio_util target | Felix Held |
2020-12-09 | soc/amd: factor out legacy I/O and cf9 decode enable functions | Felix Held |
2020-12-09 | soc/amd/common/block/smbus: refactor fch_smbus_init | Felix Held |
2020-12-09 | soc/amd: factor out PM_DECODE_EN register definitions | Felix Held |
2020-12-09 | soc/amd: remove unused PM_ISA_CONTROL definitions | Felix Held |
2020-12-09 | soc/amd/stoneyridge/southbridge: make sb_disable_4dw_burst static | Felix Held |
2020-12-08 | soc/intel/common/fast_spi: Add Lockdown of extended BIOS region | Srinidhi N Kaushik |
2020-12-08 | soc/intel/common/fast_spi: Add support for configuring MTRRs | Srinidhi N Kaushik |
2020-12-08 | src/soc/intel/tigerlake: Add SPI DMI Destination ID | Srinidhi N Kaushik |
2020-12-08 | soc/intel/common/fast_spi: Add extended decode window support | Srinidhi N Kaushik |
2020-12-08 | soc/intel/common/dmi: Add DMI driver support | Srinidhi N Kaushik |
2020-12-08 | coreboot tables: Add SPI flash memory map windows to coreboot tables | Furquan Shaikh |
2020-12-08 | soc/intel/common/systemagent: Reserve window used for extended BIOS decoding | Furquan Shaikh |
2020-12-08 | soc/intel/common/fast_spi: Add custom boot media device | Furquan Shaikh |
2020-12-08 | soc/intel/cannonlake: Restore alphabetical order of Kconfig selects | Felix Singer |
2020-12-08 | soc/intel/cannonlake: Align SATA mode names with soc/skl | Felix Singer |
2020-12-08 | soc/intel/skylake: Shorten SATA mode enum value names | Felix Singer |
2020-12-08 | soc/intel/skylake: Restore alphabetical order of Kconfig selects | Felix Singer |
2020-12-08 | commonlib/region: Allow multiple windows for xlate_region_dev | Furquan Shaikh |
2020-12-08 | soc/intel/common/gpio_defs: Add PAD_TRIG(OFF) in PAD_CFG_GPI_GPIO_DRIVER | Kaiyen Chang |
2020-12-08 | soc/intel/common/usb4: Add ADL-P DMA0/1 ID into USB4 common code | Subrata Banik |
2020-12-08 | soc/intel/common/block/cpu/car: Fix two whitespace issues | Subrata Banik |
2020-12-07 | soc/intel/skl: set PEG port state to auto | Michael Niewöhner |
2020-12-07 | sb/intel/common: Modify CONFIG_LOCK_MANAGEMENT_ENGINE behavior | Sridhar Siricilla |
2020-12-07 | common/block/cse: Rename cbfs_boot_load_file() to cbfs_load() | V Sowmya |
2020-12-06 | soc/amd/picasso: drop unused cpu/amd/mtrr from Makefile | Felix Held |
2020-12-06 | soc/amd/cezanne: add config.c and minimal chip.h | Felix Held |
2020-12-06 | soc/amd/picasso/config: add comment about cfg never being NULL | Felix Held |
2020-12-06 | soc/amd/picasso: remove config_t typedef | Felix Held |
2020-12-06 | soc/amd/picasso/chip.h: remove unneeded extern pci_domain_ops | Felix Held |
2020-12-06 | soc/amd/stoneyridge: remove unused config_t typedef | Felix Held |
2020-12-06 | soc/amd/stoneyridge/chip.h: remove unneeded extern pci_domain_ops | Felix Held |
2020-12-06 | soc/amd/stoneyridge/acpi/sb_fch: use existing base address defines | Felix Held |
2020-12-06 | soc/amd/picasso/Makefile: use all-y for adding config.c to the build | Felix Held |
2020-12-06 | soc/amd/cezanne: use common TSC and monotonic timer code | Felix Held |
2020-12-06 | soc/amd: factor out common family 17h&19h TSC and monotonic timer code | Felix Held |
2020-12-06 | soc/amd/common/block/cpu: move Makefile guards into subfolders | Felix Held |
2020-12-05 | soc/amd/stoneyridge: order selected Kconfig options alphabetically | Felix Held |
2020-12-05 | soc/amd: Fix X86_RESET_VECTOR location in comments | Kyösti Mälkki |
2020-12-05 | amd_blobs: Always set default paths | Nico Huber |
2020-12-05 | soc/amd/picasso/tsc: fix clock divisor range check | Felix Held |
2020-12-05 | soc/amd/cezanne: add skeleton for new SoC | Felix Held |
2020-12-05 | soc/intel/jasperlake: Add Acoustic noise mitigation configuration | Maulik V Vaghela |
2020-12-05 | soc/intel/xeon_sp: Don't use common block acpi.h | Marc Jones |
2020-12-05 | soc/intel/common/block/usb4: Add the PCI ID for ADL | V Sowmya |
2020-12-04 | soc/amd/picassso/acpi: increase MMIO region size of GPIO controller | Felix Held |
2020-12-04 | soc/intel/alderlake: Align chipset.cb with pci_devs.h | Eric Lai |
2020-12-04 | soc/amd: move smi_util to common block | Felix Held |
2020-12-04 | src/soc/intel/alderlake: Enable the PCH HDA | V Sowmya |
2020-12-04 | soc/intel/{skl,cnl}: add NMI_{EN,STS} registers | Michael Niewöhner |
2020-12-04 | soc/intel/common/block/gpio: add code for NMI enabling | Michael Niewöhner |
2020-12-04 | intel/common/block/gpio: only reset configured SMI instead of all | Michael Niewöhner |
2020-12-03 | soc/intel/skylake: Add chipset devicetree | Felix Singer |
2020-12-03 | src: Remove redundant use of ACPI offset(0) | Elyes HAOUAS |
2020-12-03 | cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() | Julius Werner |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-12-02 | cbfs: Enable CBFS mcache on most chipsets | Julius Werner |
2020-12-02 | soc/intel/common/cse: Perform cse_fw_sync on BS_PRE_DEVICE entry | Furquan Shaikh |
2020-12-02 | soc/amd: factor out common SMI/SCI enums and function prototypes | Felix Held |
2020-12-02 | soc/amd/common/smbus: remove misleading definition | Felix Held |
2020-12-02 | soc/amd: factor out fch_smbus_init | Felix Held |
2020-12-02 | soc/amd: factor out SMBUS controller registers into common header | Felix Held |
2020-12-02 | soc/amd: factor out common AOAC device enable and status query functions | Felix Held |
2020-12-02 | soc/amd: factor out common AOAC definitions | Felix Held |
2020-12-02 | soc/intel/skylake: Fix compilation under x86_64 | Patrick Rudolph |
2020-12-02 | soc/amd/picasso: add FSP binary location | Felix Held |
2020-12-02 | soc/intel/elkhartlake: Update Kconfig | Tan, Lean Sheng |
2020-12-02 | soc/intel/skylake: Map VBIOS IDs | Paul Menzel |
2020-12-01 | soc/amd/stoneyridge: align AOAC code with Picasso | Felix Held |
2020-12-01 | soc/amd/picasso/aoac: make aoac_devs array unsigned | Felix Held |
2020-12-01 | soc/amd/picasso/aoac: fix typo in comment | Felix Held |
2020-12-01 | soc/intel/common/block/smm/smihandler: Fix compilation under x86_64 | Patrick Rudolph |
2020-12-01 | soc/intel/common/block/cpu/car/exit_car: Fix compilation on x86_64 | Patrick Rudolph |
2020-12-01 | soc/intel/common/block/cpu/car/cache_as_ram: Add x86_64 support | Patrick Rudolph |
2020-12-01 | soc/intel/common/block/systemagent: Fix compilation on x86_64 | Patrick Rudolph |
2020-11-30 | soc/intel/skylake: Fix comment | Felix Singer |
2020-11-30 | soc/amd/picasso: remove PICASSO_LPC_IOMUX Kconfig option from SoC | Felix Held |
2020-11-30 | soc/amd/picasso: remove unused AMDFW_OUTSIDE_CBFS Kconfig option | Felix Held |
2020-11-30 | soc/amd: move bootblock inside main SoC directories | Felix Held |
2020-11-30 | soc/amd/common/vboot: use transfer_buffer_valid function | Felix Held |
2020-11-30 | soc/amd: move vboot-on-PSP-related functions to common/vboot | Felix Held |
2020-11-30 | soc/amd: move vboot bootblock functions to common folder | Felix Held |