summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/pi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1123-23/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-098-72/+8
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0414-168/+28
* acpi: correct the processor devices scopeMichał Żygowski2020-03-253-6/+6
* AGESA,binaryPI: Drop remains of ROMCC_BOOTBLOCKKyösti Mälkki2019-12-203-82/+0
* AGESA,binaryPI: Enable lapic early for udelay()Kyösti Mälkki2019-12-203-18/+0
* AGESA, binaryPI: implement C bootblockMichał Żygowski2019-12-111-0/+8
* cpu/amd/{agesa,pi}/Kconfig: select SSE2Michał Żygowski2019-11-291-0/+1
* 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-231-3/+3
* cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()'Elyes HAOUAS2019-10-273-201/+122
* cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans2019-10-174-23/+1
* 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
* AUTHORS: Move src/cpu/amd copyrights into AUTHORS fileMartin Roth2019-09-1025-54/+0
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-111-1/+1
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-091-0/+1
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-1/+1
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-071-2/+1
* src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PIMichał Żygowski2019-06-215-0/+236
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-086-10/+10
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-063-3/+0
* binaryPI: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-143-24/+0
* binaryPI: Drop warning on EXT_CONF_SUPPORTKyösti Mälkki2019-01-102-8/+0
* cpu: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-183-3/+0
* amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbolsElyes HAOUAS2018-11-163-19/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS2018-10-303-3/+6
* {cpu,drivers}/amd: Replace MTRR addresses with macrosElyes HAOUAS2018-10-196-18/+18
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-187-25/+26
* cpu/amd: Correct number of MCA banks clearedMarshall Dawson2018-08-083-3/+12
* cpu/amd: Improve formattingMarshall Dawson2018-08-082-3/+0
* cpu/amd: Rename MCA status registerMarshall Dawson2018-08-083-3/+3
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-2/+2
* cpu/amd: Remove duplicated includesElyes HAOUAS2018-06-143-6/+0
* cpu/amd: Get rid of device_tElyes HAOUAS2018-04-303-3/+3
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-233-3/+3
* cpu/amd: Fix spelling of *implementation*Paul Menzel2017-10-161-1/+1
* binaryPI: Fix boot regressionsKyösti Mälkki2017-10-021-0/+1
* AGESA binaryPI: Fix indirect AGESA.h includeKyösti Mälkki2017-09-293-3/+12
* AGESA: Move API interface under drivers/Kyösti Mälkki2017-09-262-9/+1
* AGESA: Implement POSTCAR_STAGEKyösti Mälkki2017-09-262-0/+3
* AGESA binaryPI: Remove heapmanager from romstageKyösti Mälkki2017-09-101-1/+1
* AGESA: Rename assembly from .inc to .SKyösti Mälkki2017-09-061-1/+1
* binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpartKyösti Mälkki2017-08-022-1/+9
* binaryPI: Enable EARLY_CBMEM_INITKyösti Mälkki2017-08-021-1/+11