summaryrefslogtreecommitdiffstats
path: root/src/drivers/amd
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/acpi to /driver/gfx: Rename Makefiles from .inc to .mkMartin Roth2024-01-242-0/+0
* x86: Add .data section support for pre-memory stagesJeremy Compostella2023-09-141-0/+3
* drivers: Remove space between function name and '('Elyes Haouas2023-09-111-1/+1
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* src/*/post_code.h: Change post code prefix to POSTCODEYuchen He2023-08-051-2/+2
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-1/+1
* treewide: Remove unused <cpu/amd/mtrr.h>Elyes Haouas2023-01-121-1/+0
* treewide: Remove unused <cpu/amd/msr.h>Elyes Haouas2023-01-091-1/+0
* drivers/amd: Update to use defined post codesMartin Roth2023-01-081-2/+3
* src/drivers: Remove unnecessary space after castsElyes Haouas2022-11-221-2/+2
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-2/+2
* sb/amd: Remove dropped platformsArthur Heymans2022-11-071-4/+0
* cpu/amd/agesa: Remove leftover codeArthur Heymans2022-11-073-25/+8
* {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-031-5/+5
* drivers/amd/agesa: Fix some white spaces issuesElyes Haouas2022-07-176-44/+44
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-172-3/+0
* arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans2022-07-141-1/+0
* arch/x86: Add a common romstage entryArthur Heymans2022-06-071-10/+3
* Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki2022-06-072-4/+4
* cpu/amd/agesa: Use common MRC_CACHE code to save S3 dataArthur Heymans2022-06-061-61/+19
* drivers/amd/agesa: Don't save regular boot MTRR to flashArthur Heymans2022-06-062-51/+17
* drivers/amd/agesa/s3_mtrr.c: Save MSR for S3 using an arrayArthur Heymans2022-06-062-93/+55
* amd/agesa/heapmanager.c: Avoid pragma pack on the rest of the fileArthur Heymans2022-05-171-0/+3
* arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans2022-05-161-2/+1
* drivers/amd/agesa: Use prepare_and_run_postcarArthur Heymans2022-05-162-5/+10
* arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans2022-05-162-2/+2
* drivers/amd/agesa/romstage.c: Move timestamp and console init upArthur Heymans2022-04-071-4/+4
* {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR countSubrata Banik2022-04-021-2/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-082-14/+14
* src/{drivers,soc}: Fix some code indentsElyes HAOUAS2022-01-281-1/+1
* drivers/amd/agesa/romstage.c: Remove lapic_id checkArthur Heymans2021-11-121-8/+4
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* src: Use initial_lapicid() instead of open coding itArthur Heymans2021-07-142-3/+5
* nb/amd/pi/00630F01: Remove unused directory and codeAngel Pons2021-05-271-1/+0
* drivers/amd/i2s_machine_dev: Make DMIC select gpio optionalKarthikeyan Ramasubramanian2021-04-182-28/+34
* cpu/x86: Rename __protected_start symbolKyösti Mälkki2021-01-281-1/+1
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-182-10/+0
* ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocationsKyösti Mälkki2021-01-102-0/+10
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-071-2/+5
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-022-5/+2
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove unuse '<timestamp.h>Elyes HAOUAS2020-08-181-1/+0
* drivers/amd/i2s_machine_dev: return if scope is NULLMartin Roth2020-08-031-0/+5
* src: Remove unused 'include <cbmem.h>'Elyes HAOUAS2020-07-261-1/+0
* drivers/amd/i2s_machine_dev: Add a driver for AMD I2S machine deviceFurquan Shaikh2020-07-174-0/+115
* arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki2020-07-111-0/+6
* binaryPI: Replace CONFIG(ARCH_xx) testKyösti Mälkki2020-06-101-4/+1
* arch/x86/postcar_loader: utilize var_mtrr_context APIAaron Durbin2020-06-021-1/+1