summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/agesa
Commit message (Expand)AuthorAgeFilesLines
* sb/amd: Remove dropped platformsArthur Heymans2022-11-0744-3821/+0
* treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held2022-10-151-1/+1
* treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width'Elyes Haouas2022-10-121-1/+1
* treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width'Elyes Haouas2022-10-121-1/+1
* southbridge: Add SPDX identifiers to files missing themMartin Roth2022-08-111-0/+3
* sb/amd/agesa: Fix some white spaces issuesElyes Haouas2022-07-174-6/+6
* sb/amd/*/*/smbus_spd.c: Fix some white spaces issuesElyes Haouas2022-07-171-24/+24
* sb/amd/*/*/sata.c: Fix some white spaces issuesElyes Haouas2022-07-171-3/+3
* sb/amd/*/*/smbus.h: Fix some white spaces issuesElyes Haouas2022-07-171-2/+2
* soc,sb/amd: Change SPI controller resourceKyösti Mälkki2022-06-281-1/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* cpu/amd/agesa: Use common MRC_CACHE code to save S3 dataArthur Heymans2022-06-061-0/+1
* sb/amd/agesa/hudson/hudson.c: Use BIT() macrosElyes Haouas2022-05-161-7/+8
* sb/amd/*/*/acpi: Reduce stylistic differencesElyes Haouas2022-05-161-1/+1
* sb/amd/hudson/spi.c: Use C over CPP conditionalArthur Heymans2022-03-251-9/+9
* src: Make PCI ID define names shorterFelix Singer2022-03-0710-34/+33
* treewide: Write minor version at acpi_create_fadt() functionElyes Haouas2022-02-241-1/+0
* southbridge/amd/*/*/reset.c: Reduce stylistic differencesElyes Haouas2022-02-221-4/+4
* southbridge/amd/*/*/smbus.c: Reformat code and reduce differenceElyes Haouas2022-02-221-10/+9
* [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in commentsElyes Haouas2022-02-211-1/+1
* src/acpi: Add macro for FADT Minor Version and use itElyes Haouas2022-02-211-1/+1
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-162-5/+5
* southbridge/amd/agesa/hudson/smi_util.c: Remove repeated "set"Elyes HAOUAS2022-01-101-1/+1
* arch/x86/ioapic: Select IOAPIC with SMPKyösti Mälkki2021-10-221-1/+0
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-1/+1
* acpi: Fill fadt->century based on KconfigNico Huber2021-08-191-1/+0
* soc/amd/common/block/acpimmio: add Kconfig option for biosram accessorsFelix Held2021-07-261-0/+1
* southbridge/amd: Create ACPI MCFG MMCONFIGAngel Pons2021-06-211-1/+3
* sb/amd/agesa/hudson/lpc: Remove space between function and signaturePaul Menzel2021-02-251-2/+2
* sb/amd/agesa/hudson: Use comment style from style guidePaul Menzel2021-02-251-1/+2
* ACPI: Use common OperationRegion for PCI_MMCONFKyösti Mälkki2021-02-201-3/+1
* sb,soc/amd: Drop OSFL method in ASLKyösti Mälkki2021-02-202-30/+3
* sb/amd: Remove unused <console/console.h>Elyes HAOUAS2021-02-152-2/+0
* ACPI: Move common _PIC methodKyösti Mälkki2021-02-141-5/+0
* sb,soc/amd: Drop empty CIRQ call from _PICKyösti Mälkki2021-02-141-7/+0
* sb,soc/amd: Move _PIC method to global scopeKyösti Mälkki2021-02-141-1/+1
* sb/amd/agesa/hudson/acpi/fch.asl: Sync whitespaceElyes HAOUAS2021-02-111-9/+9
* sb/amd/agesa/hudson/amd_pci_int_defs.h: Fix commentsAngel Pons2021-02-111-3/+3
* sb/amd/agesa/hudson: Drop setting `ACPI_FADT_RESET_REGISTER`Angel Pons2021-02-111-1/+0
* sb/amd/agesa/hudson/sm.c: Drop unused `BITx` macrosAngel Pons2021-02-111-35/+0
* sb/amd/{agesa,pi}hudson/acpi: Convert 'pci_int.asl' to ASL 2.0 syntaxElyes HAOUAS2021-02-101-57/+57
* sb/amd/{agesa,pi}hudson/acpi: Convert 'AmdImc.asl' to ASL 2.0 syntaxElyes HAOUAS2021-02-101-18/+18
* sb/amd/agesa/hudson/acpi/fch.asl: Convert to ASL 2.0Elyes HAOUAS2021-02-101-11/+11
* sb/amd/{agesa,pi}/hudson/acpi: Convert 'audio.asl' to ASL 2.0 syntaxElyes HAOUAS2021-02-101-4/+4