summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
...
* soc/amd/picasso/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/stoneyridge: initialize GPIOs for serial consoleFelix Held2022-10-203-0/+14
* soc/amd/*/uart: add missing soc/iomap.h includeFelix Held2022-10-204-1/+5
* soc/amd/stoneyridge/uart: add and use uart_info arrayFelix Held2022-10-201-3/+18
* soc/amd: introduce and use common soc_uart_ctrlr_info structFelix Held2022-10-205-24/+12
* soc/amd/morgana/uart: separate data and codeFelix Held2022-10-201-40/+39
* soc/amd/mendocino/uart: separate data and codeFelix Held2022-10-201-40/+39
* soc/amd/cezanne/uart: separate data and codeFelix Held2022-10-201-19/+33
* soc/amd/picasso/uart: separate data and codeFelix Held2022-10-201-33/+37
* soc/amd: factor out writing extended PM registers in FADTFelix Held2022-10-187-140/+43
* soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.cFred Reitberger2022-10-1815-93/+100
* soc/amd/morgana/gpio: Update gpio definitions for morganaFred Reitberger2022-10-182-40/+11
* soc/amd: factor out common noncar bootblockFelix Held2022-10-179-159/+2
* soc/amd/*/smihandler: Make fch_apmc_smi_handler commonFred Reitberger2022-10-178-116/+40
* treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held2022-10-155-5/+5
* soc/amd/picasso: Clean up includesElyes Haouas2022-10-144-3/+7
* soc/amd/sata.c: Hook up directly in devicetreeArthur Heymans2022-10-144-21/+4
* soc/amd/*: Hook up IOMMU ops in devicetreeArthur Heymans2022-10-148-24/+8
* soc/amd/*: Hook up LPC ops in devicetreeArthur Heymans2022-10-148-22/+8
* soc/amd/*: Hook up SMBus ops to devicetreeArthur Heymans2022-10-148-16/+8
* soc/amd: factor out common eMMC codeFelix Held2022-10-1415-54/+13
* soc/amd/stoneyridge: move northbridge ops to northbridge deviceFelix Held2022-10-142-4/+4
* soc/amd/stoneyridge: use devicetree ops over pci driverFelix Held2022-10-144-35/+8
* soc/amd/stoneyridge: Hook up device_operations in chipset.cbFelix Held2022-10-143-44/+14
* soc/amd/stoneyridge: add chipset devicetreesFelix Held2022-10-133-0/+88
* soc/amd/*: Hook up GPU ops in devicetreeArthur Heymans2022-10-136-23/+6
* soc/amd/*: Hook up GPP bridges ops to devicetreeArthur Heymans2022-10-136-66/+48
* soc/amd/acp: Hook up ops in devicetreeArthur Heymans2022-10-136-13/+6
* soc/amd/morgana: Use devicetree ops over pci driverFelix Held2022-10-133-36/+11
* soc/amd/mendocino: Use devicetree ops over pci driverArthur Heymans2022-10-134-45/+20
* soc/amd/cezanne: Use devicetree ops over pci driverArthur Heymans2022-10-133-46/+11
* soc/amd/picasso: Use devicetree ops over pci driverArthur Heymans2022-10-133-36/+11
* soc/amd/*: Hook up device_operations in chipset.cbArthur Heymans2022-10-139-234/+61
* soc/amd/*: Move emmc disabling to device opsArthur Heymans2022-10-139-12/+82
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-134-10/+10
* soc/amd/*/psp_verstage/svc: Make svc.h macros commonFred Reitberger2022-10-138-166/+7
* soc/amd/cezanne: enable LPC decodes if platform uses LPCJeremy Soller2022-10-131-0/+9
* treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'Elyes Haouas2022-10-125-5/+5
* treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas2022-10-125-5/+5
* treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl'Elyes Haouas2022-10-125-5/+5
* treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width'Elyes Haouas2022-10-125-5/+5
* treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width'Elyes Haouas2022-10-125-5/+5
* treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width'Elyes Haouas2022-10-125-5/+5
* treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width'Elyes Haouas2022-10-125-5/+5
* soc/amd/common: Remove buildtime error for unknown cpuMartin Roth2022-10-102-3/+7
* soc/amd/morgana: Add initial commit for new SoCMartin Roth2022-10-1059-0/+5728
* soc/amd/mendocino/psp_verstage: Remove TODO commentKarthikeyan Ramasubramanian2022-10-081-2/+0
* soc/amd/{CZN,MDN,PCO}: Fix building with only single RW regionMatt DeVillier2022-10-076-8/+26
* soc/amd/{stoney,picasso}/Kconfig: Fix guarding of amdfwMatt DeVillier2022-10-072-2/+2
* soc/amd/(common,mendocino)/psp_verstage: Pass PSP FW hash tableKangheui Won2022-10-023-0/+66