aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
AgeCommit message (Expand)Author
2020-12-11soc/amd/picasso: rename PICASSO_CONSOLE_UART to AMD_SOC_CONSOLE_UARTFelix Held
2020-12-11soc/amd/piasso,cezanne: add warning about using all-y in Makefile.incFelix Held
2020-12-11soc/amd/picasso: use all-y for aoac targetFelix Held
2020-12-11soc/amd/picasso/aoac: only check FCH_AOAC_UART_FOR_CONSOLE if usedFelix Held
2020-12-10soc/amd/stoneyridge/reset: use port and bit defines from cf9_reset.hFelix Held
2020-12-10soc/amd/picasso/reset: use port and bit defines from cf9_reset.hFelix Held
2020-12-10soc/amd/picasso/reset: remove leftover PCI includesFelix Held
2020-12-09soc/amd/cezanne: print APU family and model in bootblock_soc_initFelix Held
2020-12-09soc/amd/cezanne: add basic early FCH initialization to bootblockFelix Held
2020-12-09soc/amd/cezanne: add common SMBus code to buildFelix Held
2020-12-09soc/amd/cezanne: call bootblock_main_with_basetime in bootblock_c_entryFelix Held
2020-12-09soc/amd/picasso,stoneyridge: drop unused BIOSRAM offset definesFelix Held
2020-12-09soc/amd/picasso: Rename SD_EMMC_EMMC_DDR_52 to SD_EMMC_EMMC_DDR_104Raul E Rangel
2020-12-09soc/amd: Remove Kconfig BOOTBLOCK_ADDRKyösti Mälkki
2020-12-09soc/amd: Remove Kconfig X86_RESET_VECTORKyösti Mälkki
2020-12-09soc/amd/picasso/southbridge: drop unused sb_enableFelix Held
2020-12-09soc/amd/picasso: split southbridge into bootblock and ramstage codeFelix Held
2020-12-09soc/amd/cezanne: select common ACPIMMIO blockFelix Held
2020-12-09soc/amd: factor out functionality to print last reset sourceFelix Held
2020-12-09soc/amd/common/block/acpimmio: use all-y for mmio_util targetFelix Held
2020-12-09soc/amd: factor out legacy I/O and cf9 decode enable functionsFelix Held
2020-12-09soc/amd/common/block/smbus: refactor fch_smbus_initFelix Held
2020-12-09soc/amd: factor out PM_DECODE_EN register definitionsFelix Held
2020-12-09soc/amd: remove unused PM_ISA_CONTROL definitionsFelix Held
2020-12-09soc/amd/stoneyridge/southbridge: make sb_disable_4dw_burst staticFelix Held
2020-12-06soc/amd/picasso: drop unused cpu/amd/mtrr from MakefileFelix Held
2020-12-06soc/amd/cezanne: add config.c and minimal chip.hFelix Held
2020-12-06soc/amd/picasso/config: add comment about cfg never being NULLFelix Held
2020-12-06soc/amd/picasso: remove config_t typedefFelix Held
2020-12-06soc/amd/picasso/chip.h: remove unneeded extern pci_domain_opsFelix Held
2020-12-06soc/amd/stoneyridge: remove unused config_t typedefFelix Held
2020-12-06soc/amd/stoneyridge/chip.h: remove unneeded extern pci_domain_opsFelix Held
2020-12-06soc/amd/stoneyridge/acpi/sb_fch: use existing base address definesFelix Held
2020-12-06soc/amd/picasso/Makefile: use all-y for adding config.c to the buildFelix Held
2020-12-06soc/amd/cezanne: use common TSC and monotonic timer codeFelix Held
2020-12-06soc/amd: factor out common family 17h&19h TSC and monotonic timer codeFelix Held
2020-12-06soc/amd/common/block/cpu: move Makefile guards into subfoldersFelix Held
2020-12-05soc/amd/stoneyridge: order selected Kconfig options alphabeticallyFelix Held
2020-12-05soc/amd: Fix X86_RESET_VECTOR location in commentsKyösti Mälkki
2020-12-05amd_blobs: Always set default pathsNico Huber
2020-12-05soc/amd/picasso/tsc: fix clock divisor range checkFelix Held
2020-12-05soc/amd/cezanne: add skeleton for new SoCFelix Held
2020-12-04soc/amd/picassso/acpi: increase MMIO region size of GPIO controllerFelix Held
2020-12-04soc/amd: move smi_util to common blockFelix Held
2020-12-03src: Remove redundant use of ACPI offset(0)Elyes HAOUAS
2020-12-02cbfs: Simplify load/map API names, remove type argumentsJulius Werner
2020-12-02cbfs: Enable CBFS mcache on most chipsetsJulius Werner
2020-12-02soc/amd: factor out common SMI/SCI enums and function prototypesFelix Held
2020-12-02soc/amd/common/smbus: remove misleading definitionFelix Held
2020-12-02soc/amd: factor out fch_smbus_initFelix Held
2020-12-02soc/amd: factor out SMBUS controller registers into common headerFelix Held
2020-12-02soc/amd: factor out common AOAC device enable and status query functionsFelix Held
2020-12-02soc/amd: factor out common AOAC definitionsFelix Held
2020-12-02soc/amd/picasso: add FSP binary locationFelix Held
2020-12-01soc/amd/stoneyridge: align AOAC code with PicassoFelix Held
2020-12-01soc/amd/picasso/aoac: make aoac_devs array unsignedFelix Held
2020-12-01soc/amd/picasso/aoac: fix typo in commentFelix Held
2020-11-30soc/amd/picasso: remove PICASSO_LPC_IOMUX Kconfig option from SoCFelix Held
2020-11-30soc/amd/picasso: remove unused AMDFW_OUTSIDE_CBFS Kconfig optionFelix Held
2020-11-30soc/amd: move bootblock inside main SoC directoriesFelix Held
2020-11-30soc/amd/common/vboot: use transfer_buffer_valid functionFelix Held
2020-11-30soc/amd: move vboot-on-PSP-related functions to common/vbootFelix Held
2020-11-30soc/amd: move vboot bootblock functions to common folderFelix Held
2020-11-30soc/amd: move assembly part of non-CAR bootblock to common directoryFelix Held
2020-11-30soc/amd/common: introduce SOC_AMD_COMMON_BLOCK_PCI_MMCONFFelix Held
2020-11-30soc/amd/common: add comments and FIXME to Makefile.inc filesFelix Held
2020-11-30soc/amd/common: simplify conditionals in MakefilesFelix Held
2020-11-30soc/amd/common/block/cpu: move CAR-specific Makefile to sub-directoryFelix Held
2020-11-23mb/google/zork: correct USB2 phy TXVREFTUNE0 parameter nameKevin Chiu
2020-11-22soc/amd: move non-CAR linker scripts to common directoryFelix Held
2020-11-21soc/amd: factor out vbnv_cmos_failed() into soc/amd/common/vbootFelix Held
2020-11-19include/device/pci_ids: add model number to ATI GPU and HDA controllerFelix Held
2020-11-19soc/amd: rename common Kconfig and use wildcard for SoC-specific KconfigFelix Held
2020-11-18include/device/pci_ids: add model number to PCIe port and bus devicesFelix Held
2020-11-18include/device/pci_ids: add model number to data fabric devicesFelix Held
2020-11-18include/device/pci_ids: use the right device ID for AMD Picasso GPUFelix Held
2020-11-18soc/amd/common: remove SOC_AMD_COMMON_BLOCK Kconfig symbolFelix Held
2020-11-17src: Add missing 'include <console/console.h>'Elyes HAOUAS
2020-11-17soc/amd/picasso: Drop the inclusion of entry16.ld and reset16.ldFurquan Shaikh
2020-11-16soc/amd/picasso/acpi.h: include missing header filesFelix Held
2020-11-16soc/amd/common/block: drop double underscores from include guardsFelix Held
2020-11-16soc/amd/stoneyridge: unify and align include guards with picassoFelix Held
2020-11-16soc/amd/picasso/include: unify include guardsFelix Held
2020-11-16soc/amd/picasso/include/amd_pci_int_defs: remove duplicate commentFelix Held
2020-11-15soc/amd/common: factor out SMU code from PicassoFelix Held
2020-11-13soc/amd: factor out _SOC_DEV macro into common blockFelix Held
2020-11-13soc/amd/common/block/include: make include guards more uniformFelix Held
2020-11-09soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declarationArthur Heymans
2020-11-09soc/amd/common: add Kconfig help text to pre-family-17h-only blocksFelix Held
2020-11-07soc/amd/common: Don't program GPIOs if the table isn't setMartin Roth
2020-11-07soc/amd/common/psp: expand CPU family names in Kconfig help textFelix Held
2020-11-06soc/amd/picasso: add Raven1 GPU PCI IDFelix Held
2020-11-06soc/amd/picasso/cpu: add Raven1 CPUID to CPU tableFelix Held
2020-11-06soc/amd/picasso: Set vboot hashing block size to 36kMartin Roth
2020-11-06soc/amd/picasso: Up stack size to 40k for vboot hash bufferMartin Roth
2020-11-06amdfwtool: Use shell command to get depend file listZheng Bao
2020-11-06soc/amd/picasso: Update coreboot UPD variable names to include unitsZheng Bao
2020-11-05soc/amd/picasso: move MAX_CPUS setting from mainboard to SoC KconfigFelix Held
2020-11-04soc/amd/common/psp: move v1-only mailbox commands to separate sectionFelix Held
2020-11-04soc/amd: Change FIRMWARE_LOCATE to FIRMWARE_LOCATIONZheng Bao