summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/stoneyridge|mbs: Deprecate SOC_AMD_NAME_PKG and othersMarshall Dawson2019-12-112-30/+2
* soc/amd/stoneyridge|mbs: Define SOC_AMD_STONEYRIDGE symbolMarshall Dawson2019-12-111-3/+8
* soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie FalconMarshall Dawson2019-12-113-14/+23
* soc/amd/stoneyridge|vc: Change default locations for blobsMarshall Dawson2019-12-111-5/+5
* printf: Automatically prefix %p with 0xJulius Werner2019-12-114-5/+5
* amdblocks/pci: add common implementation of MMCONF enablingMichał Żygowski2019-12-104-9/+50
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+1
* amdblocks/acpimmio: add common functions for AP entryMichał Żygowski2019-12-047-53/+18
* amdblocks/acpimmio: Unify BIOSRAM usageMichał Żygowski2019-12-0412-135/+94
* soc/amd/common/block/acpimmio: fix ACPIMMIO decode enable functionMichał Żygowski2019-12-045-14/+33
* soc/amd/stoneyridge: Use USE_AMD_BLOBS to remove default pathsMarshall Dawson2019-12-032-9/+20
* src: Move 'static' to the beginning of declarationElyes HAOUAS2019-12-021-2/+2
* soc/amd/common: Inline ACPI MMIO accessorsKyösti Mälkki2019-12-022-367/+273
* {northbridge,soc,southbridge}: Don't use both of _ADR and _HIDElyes HAOUAS2019-11-291-1/+1
* soc/amd/common: Remove guards on ACPIMMIO utilsKyösti Mälkki2019-11-284-189/+0
* soc/amd/common: Fix indirect includesKyösti Mälkki2019-11-284-0/+4
* soc/amd/stoneyridge: Add selectable APU namesMarshall Dawson2019-11-272-7/+31
* soc/amd/stoneyridge: Add selectable packagesMarshall Dawson2019-11-271-0/+18
* soc/amd/exit_car.S: Drop redundant enabling cacheArthur Heymans2019-11-261-5/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-252-4/+0
* soc/amd: Move SCI enable outside table creationKyösti Mälkki2019-11-234-4/+18
* */Makefile: Always build enable_usbdebug.cArthur Heymans2019-11-181-3/+3
* soc/amd/stoneyridge: Fix building with USBDEBUGArthur Heymans2019-11-181-0/+1
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-092-4/+2
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-082-4/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-1/+0
* timestamps: COLLECT_TIMESTAMPS is mostly optionalKyösti Mälkki2019-11-022-2/+0
* soc/amd/stoneyridge: Remove UDELAY_LAPIC_FIXED_FSBKyösti Mälkki2019-11-021-4/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-012-2/+2
* soc/amd/picasso: Remove duplicate AMD_PUBKEY_FILE from KconfigJustin Frodsham2019-10-241-4/+0
* soc/amd/picasso: Add audio processorMarshall Dawson2019-10-214-0/+84
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* soc/amd/picasso: Increase max APCB images to 5Marshall Dawson2019-10-202-5/+46
* soc/amd/picasso: Correct a few GPIO namesMarshall Dawson2019-10-201-5/+5
* src/soc/amd/common: Add Azalia support to HDAMarshall Dawson2019-10-201-2/+5
* soc/amd/picasso: Add cpuid for older deviceMarshall Dawson2019-10-201-0/+1
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* soc/amd/picasso: Adjust I2C ASLMarshall Dawson2019-10-202-30/+14
* soc/amd/picasso: Update iomapMarshall Dawson2019-10-201-13/+21
* soc/amd/picasso: Update UARTsMarshall Dawson2019-10-208-19/+217
* soc/amd/picasso: Add display identification and vbios nameMarshall Dawson2019-10-203-20/+3
* soc/amd/picasso: Remove unused SATA configurationsMarshall Dawson2019-10-201-42/+0
* soc/amd/picasso: Remove SATA from AOAC registersMarshall Dawson2019-10-204-21/+3
* soc/amd/picasso: Update southbridgeMarshall Dawson2019-10-208-179/+112
* soc/amd/common: Add AcpiMmio access for SMBus PCI deviceMarshall Dawson2019-10-202-1/+44
* soc/amd/common/lpc: Add SuperIO decode functionMarshall Dawson2019-10-202-0/+16
* soc/amd/picasso: Update for USB3.1Marshall Dawson2019-10-204-70/+8
* soc/amd/picasso: Update all PSP and amdfw.rom buildingMarshall Dawson2019-10-202-102/+326
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-184-4/+0
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1