summaryrefslogtreecommitdiff
path: root/src/cpu/amd
AgeCommit message (Expand)Author
2019-10-27cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()'Elyes HAOUAS
2019-10-17cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans
2019-09-29amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki
2019-09-26cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__Kyösti Mälkki
2019-09-15{cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-09-11arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki
2019-09-10AUTHORS: Move src/cpu/amd copyrights into AUTHORS fileMartin Roth
2019-08-26amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-21AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki
2019-08-18amdfam10-15: Rename DCACHE_BSP_STACK_SIZEKyösti Mälkki
2019-08-13cpu/x86: Move some SMM function declarationsKyösti Mälkki
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki
2019-08-10src: Include <stdint.h> instead of <inttypes.h>Jacob Garber
2019-07-12src: Add missing include <device/pci_ops.h>Elyes HAOUAS
2019-07-10cpu/amd: Remove empty smm_lock()Kyösti Mälkki
2019-07-09arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-07-09cpu/x86: Declare SMM_ASEGKyösti Mälkki
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-07-07lib/romstage_stack.c: Remove fileKyösti Mälkki
2019-06-28cpu/amd/family_10h-family_15h: Remove dead assignmentJacob Garber
2019-06-22src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-06-21cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21cpu/amd: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PIMichał Żygowski
2019-06-21cpu/amd/family_10h-family_15h: Fix 'if' condition identical branchesElyes HAOUAS
2019-06-03cpu/amd/family_10h-family_15h: Remove variable set but not usedElyes HAOUAS
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-23cpu/amd/quadcore: Remove variable set but not usedElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-03-29src: Use include <reset.h> when appropriateElyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-06src: Drop unused include <arch/acpi.h>Elyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-14AGESA: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki
2019-01-14binaryPI: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki
2019-01-11Revert "cpu/amd: Use `get_option()`"Paul Menzel
2019-01-10Untangle CBFS microcode updatesNico Huber
2019-01-10binaryPI: Drop warning on EXT_CONF_SUPPORTKyösti Mälkki
2019-01-09cpu/amd: Use `get_option()`Paul Menzel
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-12-28arch/x86: SSE2 implies SSE supportKyösti Mälkki
2018-12-21cpu/amd/geode_lx: Drop supportArthur Heymans
2018-12-19cpu: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-12-18cpu: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS