Age | Commit message (Expand) | Author |
2021-05-11 | device/device.c: Print bus numbers in decimal | Angel Pons |
2021-05-11 | security/intel/txt: Set up TPM in bootblock if using measured boot | Arthur Heymans |
2021-05-11 | mb/msi/h81m-p33: Use `ACPI_DSDT_REV_2` macro | Angel Pons |
2021-05-11 | soc/amd/picasso: Disable CBFS MCACHE again | Raul E Rangel |
2021-05-11 | mb/google/kukui: Add discrete EMCP LPDDR4X table for Kakadu/Katsu | Sunway |
2021-05-11 | soc/mediatek/mt8192: add apusys init flow | Chien-Chih Tseng |
2021-05-11 | security/intel/cbnt: Allow to use an externally provided cbnt-prov bin | Arthur Heymans |
2021-05-11 | security/intel/cbnt/Makefile.inc: Use variables for hash alg | Arthur Heymans |
2021-05-11 | soc/mediatek/mt8195: Enable and initialize eint | Yidi Lin |
2021-05-11 | soc/mediatek/mt8195: Disable UFS reference clock | Yidi Lin |
2021-05-10 | cpu/x86/smm: Fix typo | Patrick Georgi |
2021-05-10 | *x86: fix x2apic mode boot issue | Wonkyu Kim |
2021-05-10 | AGESA boards: Drop comments about `IDS_DEBUG_PORT` | Angel Pons |
2021-05-10 | AGESA boards: Drop unused `IDSOPT_HOST_SIMNOW` macro | Angel Pons |
2021-05-10 | AGESA boards: Drop unused `IDSOPT_HOST_HDT` macro | Angel Pons |
2021-05-10 | AGESA boards: Drop unused `IDSOPT_DEBUG_ENABLED` macro | Angel Pons |
2021-05-10 | device: Drop unused `uma_memory_{base,size}` globals | Angel Pons |
2021-05-10 | src: Drop "This file is part of the coreboot project" lines | Angel Pons |
2021-05-10 | soc/intel/cannonlake: Merge soc_memory_init_params() into its caller | Felix Singer |
2021-05-10 | soc/intel/skylake: Set proper defaults in chipset devicetree | Felix Singer |
2021-05-10 | mb/gigabyte/ga-d510ud: Fix HDA codec configuration | Angel Pons |
2021-05-10 | 3rdparty/intel-sec-tools: Update submodule pointer | Arthur Heymans |
2021-05-10 | security/intel/cbnt: Rename bg-prov to cbnt-prov | Arthur Heymans |
2021-05-10 | soc/intel/adl: Allow mainboard to fill CmdMirror and DqDqsRetraining | Maulik V Vaghela |
2021-05-10 | mb/google/cherry: Configure TPM | Yidi Lin |
2021-05-10 | mb/google/cherry: Enable Chrome EC | Yidi Lin |
2021-05-10 | soc/amd/picasso: move acpigen_dptc_call_alib to new common alib | Felix Held |
2021-05-10 | Revert "soc/amd/common/espi: Don't set alert pin in espi_set_initial_config" | Raul E Rangel |
2021-05-10 | soc/amd/cezanne: Force resets to be cold | Marshall Dawson |
2021-05-10 | mb/google/mancomb: Fix TPM setting in devicetree | Ivy Jian |
2021-05-10 | cezanne/psp_verstage: update SRAM address | Kangheui Won |
2021-05-10 | amd/cezanne: verify transfer buffer in bootblock | Kangheui Won |
2021-05-10 | psp_verstage: differentiate bios entry | Kangheui Won |
2021-05-10 | psp_verstage: move platform-specific code to chipset.c | Kangheui Won |
2021-05-10 | cezanne/psp_verstage: clean up duplicated target | Kangheui Won |
2021-05-10 | cezanne/psp_verstage: populate a/b firmware | Kangheui Won |
2021-05-10 | mb/google/guybrush: Enable GFX HDA device | Karthikeyan Ramasubramanian |
2021-05-10 | mb/google/guybrush: Enable PP5000_PEN | Eric Peers |
2021-05-10 | soc/mediatek/mt8195: Add RTC driver | Yuchen Huang |
2021-05-10 | soc/mediatek/mt8195: Add clk_buf driver | Yuchen Huang |
2021-05-10 | soc/mediatek/mt8195: Configure eMMC and SDCard | Wenbin Mei |
2021-05-10 | soc/mediatek/mt8195: Add i2c driver support | kewei xu |
2021-05-10 | soc/mediatek/mt8195: Add mt6360 driver for LDO access | Andrew SH Cheng |
2021-05-09 | soc/amd/cezanne: Generate PCI GPP ACPI names | Raul E Rangel |
2021-05-09 | soc/amd/cezanne: Enable GNB IO-APIC _PRT | Raul E Rangel |
2021-05-09 | soc/amd/cezanne: add GNB IOAPIC support | Felix Held |
2021-05-09 | mb/google/guybrush: Populate PIC IRQ data | Raul E Rangel |
2021-05-09 | soc/amd/cezanne: Generate PCI routing table | Raul E Rangel |
2021-05-09 | soc/amd/cezanne: Populate PCI_INTR registers | Raul E Rangel |
2021-05-09 | soc/amd/common/fsp/pci: Add helper methods for PCI IRQ table | Raul E Rangel |
2021-05-09 | soc/amd/picasso/pci_gpp: Switch to using acpigen_write_pci_GNB_PRT | Raul E Rangel |
2021-05-09 | soc/amd/common/block/pci: Implement acpigen_write_pci_{GNB,FCH}_PRT | Raul E Rangel |
2021-05-09 | soc/amd/{picasso,common/blocks/pci}: Move populate_pirq_data | Raul E Rangel |
2021-05-09 | soc/amd/picasso: Migrate to struct pci_routing_info | Raul E Rangel |
2021-05-09 | soc/amd/common/block/pci: Introduce struct pci_routing_info | Raul E Rangel |
2021-05-08 | soc/amd/cezanne/acpi/soc: call WAL1 for AC/DC state ALIB call | Felix Held |
2021-05-08 | soc/amd/picasso/acpi/cpu: move WAL1 method that calls ALIB to common | Felix Held |
2021-05-08 | soc/amd/picasso,common: move ALIB DPTC parameter struct to common code | Felix Held |
2021-05-08 | soc/amd/picasso,common: move ALIB DPTC IDs to common code | Felix Held |
2021-05-08 | soc/amd/picasso/root_complex: move DPTC_TOTAL_UPDATE_PARAMS out of enum | Felix Held |
2021-05-08 | soc/amd: factor out ACPI ALIB function numbers to common code | Felix Held |
2021-05-08 | mb/google/volteer: adjust the size for RO/RW mcache | Zhuohao Lee |
2021-05-08 | trogdor: Add backlight support for sn65dsi86bridge for Homestar | Vinod Polimera |
2021-05-08 | drivers/sn65dsi86: Switch EDID reading to use "indirect mode" | Julius Werner |
2021-05-07 | soc/amd/common/acpi/pci_int.asl: Allow IRQ sharing | Raul E Rangel |
2021-05-07 | skylake mainboards: Use enum values for SaGv | Angel Pons |
2021-05-07 | skylake DT/HALO mainboards: Drop `SaGv` setting | Angel Pons |
2021-05-07 | aopen/dxplplusu: Fix IOAPIC in ASL | Kyösti Mälkki |
2021-05-07 | nb/intel/e7505: Fix for RESOURCE_ALLOCATOR_V4 | Kyösti Mälkki |
2021-05-07 | soc/amd/common: Add Kconfig/Makefile support for common/fsp/* | Raul E Rangel |
2021-05-07 | mb/google/volteer: Create volet variant | Sheng-Liang Pan |
2021-05-07 | mb/pcengines/apu1: Disable memory bank interleaving | Michał Żygowski |
2021-05-07 | mb/pcengines/apu2/OemCustomize.c: make AGESA AmdInitPost happy | Michał Żygowski |
2021-05-07 | soc/mediatek/mt8195: Turn off L2C SRAM and reconfigure as L2 cache | Yidi Lin |
2021-05-07 | mb/google/cherry: configure GPIOs | Yu-Ping Wu |
2021-05-07 | mb/intel/adlrvp: Program CPU PCIE RP GPIOs in early GPIO | Maulik V Vaghela |
2021-05-07 | mb/google/volteer/var/elemi: Add spd for K4AAG165WB-BCWE | Wisley Chen |
2021-05-07 | sb/intel/common/pmclib: Use pmbase functions | Arthur Heymans |
2021-05-07 | sb/intel/common: Fix platform_is_resuming() | Arthur Heymans |
2021-05-07 | sb/intel/common: Implement acpi_is_wakeup_s3() | Arthur Heymans |
2021-05-07 | soc/intel/{adl,tgl,jsl}: Enable power button smi after BS_CHIPS_EXIT | Kane Chen |
2021-05-07 | soc/intel/{adl,tgl,jsl}: Add smihandler_soc_disable_busmaster | Kane Chen |
2021-05-07 | mb/google/mancomb: Update AMDFW config file | Martin Roth |
2021-05-06 | mb/google/mancomb: Implement tis_plat_irq_status | Martin Roth |
2021-05-06 | mb/google/mancomb: Update Kconfig with needed options | Martin Roth |
2021-05-06 | mb/google/mancomb: Fix EC SCI configuration | Martin Roth |
2021-05-06 | mb/google/mancomb: Switch eSPI ALERT# to in-band | Raul E Rangel |
2021-05-06 | mb/google/guybrush: Switch eSPI ALERT# to in-band | Raul E Rangel |
2021-05-06 | soc/amd/common/espi,mb/: Allow configuring open drain ALERT# | Raul E Rangel |
2021-05-06 | soc/amd/common/espi: Don't set alert pin in espi_set_initial_config | Raul E Rangel |
2021-05-06 | soc/amd/common/espi: Print set eSPI peripheral config | Raul E Rangel |
2021-05-06 | soc/amd/{common/picasso}: Move pci_int.asl | Raul E Rangel |
2021-05-06 | soc/amd/{picasso/common}: Move populate_pirq_data prototype to common | Raul E Rangel |
2021-05-06 | vc/amd/fsp/cezanne: Add AMD_FSP_PCIE_DEVFUNC_REMAP_HOB_GUID | Raul E Rangel |
2021-05-06 | emulation/qemu-x86: Select BOOT_DEVICE_NOT_SPI_FLASH | Arthur Heymans |
2021-05-06 | drivers/pc80/rtc/option.c: Constrain API to integer values | Angel Pons |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-05-06 | include/console: Align ramstage Boot State Machine postcodes | Subrata Banik |
2021-05-06 | nb/amd/{agesa,pi}: Avoid overflows during DRAM calculation | Michał Żygowski |
2021-05-06 | mb/google/octopus: add audio codec into SSFC support for Bloog | Tony Huang |