summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd
Commit message (Expand)AuthorAgeFilesLines
* AGESA: Reduce S3_DATA_SIZEKyösti Mälkki2019-12-041-1/+1
* cpu/amd/{agesa,pi}/Kconfig: select SSE2Michał Żygowski2019-11-292-0/+2
* binaryPI: Drop BINARYPI_LEGACY_WRAPPER supportKyösti Mälkki2019-11-274-101/+0
* binaryPI: Drop S3_DATA_POS and S3_DATA_SIZEKyösti Mälkki2019-11-271-8/+0
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-233-8/+8
* cpu/amd/microcode: Remove microcode update routineKyösti Mälkki2019-11-221-225/+0
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-2138-6959/+0
* nb/amd/fam10: Drop supportArthur Heymans2019-11-202-3/+3
* sb/amd/sb800: Drop supportArthur Heymans2019-11-201-35/+0
* sb/amd/sb700: Drop supportArthur Heymans2019-11-201-5/+1
* cpu/nb/sb: Remove fam12Joe Moore2019-11-208-324/+0
* AGESA: Select CBMEM_STAGE_CACHE with HAVE_ACPI_RESUMEKyösti Mälkki2019-11-111-0/+1
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-282-0/+3
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-272-2/+2
* cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()'Elyes HAOUAS2019-10-276-324/+205
* cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans2019-10-179-50/+2
* amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-292-3/+3
* cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__Kyösti Mälkki2019-09-262-28/+1
* {cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-2/+2
* AUTHORS: Move src/cpu/amd copyrights into AUTHORS fileMartin Roth2019-09-1073-181/+0
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-262-6/+4
* AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki2019-08-212-53/+4
* amdfam10-15: Rename DCACHE_BSP_STACK_SIZEKyösti Mälkki2019-08-184-12/+19
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-131-0/+1
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-113-2/+2
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-101-1/+1
* src: Add missing include <device/pci_ops.h>Elyes HAOUAS2019-07-121-0/+1
* cpu/amd: Remove empty smm_lock()Kyösti Mälkki2019-07-101-5/+0
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+0
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-092-0/+2
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-092-2/+2
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-071-2/+1
* cpu/amd/family_10h-family_15h: Remove dead assignmentJacob Garber2019-06-281-2/+0
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+2
* cpu/amd: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PIMichał Żygowski2019-06-215-0/+236
* cpu/amd/family_10h-family_15h: Fix 'if' condition identical branchesElyes HAOUAS2019-06-211-3/+2
* cpu/amd/family_10h-family_15h: Remove variable set but not usedElyes HAOUAS2019-06-031-14/+8
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-292-1/+3
* cpu/amd/quadcore: Remove variable set but not usedElyes HAOUAS2019-05-231-3/+3
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-1/+2
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-252-2/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-208-8/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0820-62/+62
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-063-3/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1