Age | Commit message (Expand) | Author |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
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-30 | soc/amd/picasso: Add helper functions for finding SOC type | Martin Roth |
2020-03-29 | soc/amd/picasso: Add and use CPUID defines for Picasso and Raven2 | Martin Roth |
2020-03-29 | soc/amd/picasso: Add Kconfig option for chip footprint | Felix Held |
2020-03-25 | amd/common/acpi: move thermal zone to common location | Michał Żygowski |
2020-03-25 | acpi: correct the processor devices scope | Michał Żygowski |
2020-03-18 | soc/amd/picasso: Add CPUID of newer device | Marshall Dawson |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2020-03-17 | soc/amd/picasso: Set I2C clock reference to 150MHz | Martin Roth |
2020-03-17 | soc/amd/picasso: Remove unused defines from cpu.h | Marshall Dawson |
2020-03-17 | soc/amd/picasso: Move get_soc_config to common location | Marshall Dawson |
2020-03-02 | soc/amd/picasso: Add PCI ID for Dali xHCI | Marshall Dawson |
2020-02-24 | soc/amd/common/block/include/amdblocks: Fix typos | Elyes HAOUAS |
2020-02-20 | soc/amd/stoneyridge: Remove TODO for file extensions | Marshall Dawson |
2020-02-17 | vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option | Joel Kitching |
2020-02-04 | soc/amd: unify SMBus support | Aaron Durbin |
2020-01-31 | soc/amd/picasso: move to using smbus_host.h definitions | Aaron Durbin |
2020-01-31 | soc/amd/picasso: use SMBus timeout in compilation unit | Aaron Durbin |
2020-01-31 | soc/amd/picasso: use SMBus speed in compilation unit | Aaron Durbin |
2020-01-31 | soc/amd/stoneyridge: move to using smbus_host.h definitions | Aaron Durbin |
2020-01-31 | soc/amd/stoneyridge: use SMBus timeout in compilation unit | Aaron Durbin |
2020-01-31 | soc/amd/stoneyridge: use SMBus speed in compilation unit | Aaron Durbin |
2020-01-29 | amdblocks/biosram: Do small reformatting | Marshall Dawson |
2020-01-22 | {soc,southbridge}/*/*/acpi: Add possibility to disable S4 | Wim Vervoorn |
2020-01-20 | soc/amd/picasso: Add SMMSTORE support | Marshall Dawson |
2020-01-20 | soc/amd/stoneyridge: Add SMMSTORE support | Matt DeVillier |
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 |
2020-01-02 | amd/acpi: Drop empty PCSD device nodes | Nico Huber |
2020-01-02 | src: Remove unneeded 'include <arch/io.h>' | Elyes HAOUAS |
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/picasso: Configure APOB NV only with ACPI resume | Marshall Dawson |
2019-12-26 | soc/amd/common/car: Remove unneeded header | Kyösti Mälkki |
2019-12-20 | AMD {SoC, AGESA, binaryPI}: Don't use both of _ADR and _HID | Michał Żygowski |
2019-12-20 | {nb,soc}: Replace min/max() with MIN/MAX() | Elyes HAOUAS |
2019-12-19 | soc/amd/picasso: Reduce romstage.c | Marshall Dawson |
2019-12-19 | soc/amd/picasso: Remove unused Kconfig options | Marshall Dawson |
2019-12-19 | soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-16 | soc/amd,{agesa,pi}/hudson: Have do_board_reset in all stages | Kyösti Mälkki |
2019-12-14 | Revert "{northbridge,soc,southbridge}: Don't use both of _ADR and _HID" | Nico Huber |
2019-12-11 | soc/amd/stoneyridge|mbs: Deprecate SOC_AMD_NAME_PKG and others | Marshall Dawson |
2019-12-11 | soc/amd/stoneyridge|mbs: Define SOC_AMD_STONEYRIDGE symbol | Marshall Dawson |
2019-12-11 | soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie Falcon | Marshall Dawson |
2019-12-11 | soc/amd/stoneyridge|vc: Change default locations for blobs | Marshall Dawson |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-10 | amdblocks/pci: add common implementation of MMCONF enabling | Michał Żygowski |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |
2019-12-04 | amdblocks/acpimmio: add common functions for AP entry | Michał Żygowski |
2019-12-04 | amdblocks/acpimmio: Unify BIOSRAM usage | Michał Żygowski |
2019-12-04 | soc/amd/common/block/acpimmio: fix ACPIMMIO decode enable function | Michał Żygowski |
2019-12-03 | soc/amd/stoneyridge: Use USE_AMD_BLOBS to remove default paths | Marshall Dawson |
2019-12-02 | src: Move 'static' to the beginning of declaration | Elyes HAOUAS |
2019-12-02 | soc/amd/common: Inline ACPI MMIO accessors | Kyösti Mälkki |
2019-11-29 | {northbridge,soc,southbridge}: Don't use both of _ADR and _HID | Elyes HAOUAS |
2019-11-28 | soc/amd/common: Remove guards on ACPIMMIO utils | Kyösti Mälkki |
2019-11-28 | soc/amd/common: Fix indirect includes | Kyösti Mälkki |
2019-11-27 | soc/amd/stoneyridge: Add selectable APU names | Marshall Dawson |
2019-11-27 | soc/amd/stoneyridge: Add selectable packages | Marshall Dawson |
2019-11-26 | soc/amd/exit_car.S: Drop redundant enabling cache | Arthur Heymans |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-23 | soc/amd: Move SCI enable outside table creation | Kyösti Mälkki |
2019-11-18 | */Makefile: Always build enable_usbdebug.c | Arthur Heymans |
2019-11-18 | soc/amd/stoneyridge: Fix building with USBDEBUG | Arthur Heymans |
2019-11-09 | ELOG: Introduce elog_gsmi variants | Kyösti Mälkki |
2019-11-08 | arch/x86: Drop some __SMM__ guards | Kyösti Mälkki |
2019-11-03 | cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE | Kyösti Mälkki |
2019-11-02 | timestamps: COLLECT_TIMESTAMPS is mostly optional | Kyösti Mälkki |
2019-11-02 | soc/amd/stoneyridge: Remove UDELAY_LAPIC_FIXED_FSB | Kyösti Mälkki |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-10-24 | soc/amd/picasso: Remove duplicate AMD_PUBKEY_FILE from Kconfig | Justin Frodsham |
2019-10-21 | soc/amd/picasso: Add audio processor | Marshall Dawson |
2019-10-21 | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS |
2019-10-20 | soc/amd/picasso: Increase max APCB images to 5 | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Correct a few GPIO names | Marshall Dawson |
2019-10-20 | src/soc/amd/common: Add Azalia support to HDA | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Add cpuid for older device | Marshall Dawson |
2019-10-20 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2019-10-20 | soc/amd/picasso: Adjust I2C ASL | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Update iomap | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Update UARTs | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Add display identification and vbios name | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Remove unused SATA configurations | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Remove SATA from AOAC registers | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Update southbridge | Marshall Dawson |
2019-10-20 | soc/amd/common: Add AcpiMmio access for SMBus PCI device | Marshall Dawson |
2019-10-20 | soc/amd/common/lpc: Add SuperIO decode function | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Update for USB3.1 | Marshall Dawson |
2019-10-20 | soc/amd/picasso: Update all PSP and amdfw.rom building | Marshall Dawson |
2019-10-18 | src: Remove unused include '<device/pci_ids.h>' | Elyes HAOUAS |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-08 | device/root_device: Consolidate common _scan_bus() functions | Nico Huber |
2019-09-26 | soc/amd/common/block/spi/fch_spi_ctrl.c: Fix SPI vendor id code | Richard Spiegel |