aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa
AgeCommit message (Expand)Author
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyö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-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-14AGESA: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki
2018-12-18cpu: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS
2018-11-15src/cpu: Remove dead sourced linesElyes HAOUAS
2018-11-05amd: Fix non-local header treated as localElyes HAOUAS
2018-10-30{cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS
2018-10-19{cpu,drivers}/amd: Replace MTRR addresses with macrosElyes HAOUAS
2018-10-18cpu/amd: Use common AMD's MSRElyes HAOUAS
2018-08-08cpu/amd: Correct number of MCA banks clearedMarshall Dawson
2018-08-08cpu/amd: Improve formattingMarshall Dawson
2018-08-08cpu/amd: Rename MCA status registerMarshall Dawson
2018-06-14cpu/amd: Remove duplicated includesElyes HAOUAS
2018-04-30cpu/amd: Get rid of device_tElyes HAOUAS
2018-04-29amd/agesa/family14,15 & 16: Remove unnecessary whitespaceElyes HAOUAS
2018-01-24AGESA f15 cimx/sb700: Remove unused chips codeKyösti Mälkki
2018-01-23AGESA_LEGACY: Apply final cleanup and file removalsKyösti Mälkki
2018-01-17AGESA f15 boards: Remove - using LATE_CBMEM_INITKyösti Mälkki
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-10-31AMD boards: Fix function name (soft_reset) in messageJonathan Neuschäfer
2017-10-16cpu/amd: Fix spelling of *implementation*Paul Menzel
2017-10-05AGESA vendorcode: Add ENABLE_MRC_CACHE optionKyösti Mälkki
2017-09-26AGESA: Move API interface under drivers/Kyösti Mälkki
2017-09-26AGESA: Drop CAR teardown without POSTCAR_STAGEKyösti Mälkki
2017-09-26AGESA: Implement POSTCAR_STAGEKyösti Mälkki
2017-09-12AGESA boards: Drop heapManager.h includesKyösti Mälkki
2017-09-10AGESA binaryPI: Remove heapmanager from romstageKyösti Mälkki
2017-09-08AGESA: Drop old ACPI S3 resume pathKyösti Mälkki
2017-09-06AGESA: Drop LATE_CBMEM_INIT in new interfaceKyösti Mälkki
2017-09-06AGESA: Rename assembly from .inc to .SKyösti Mälkki
2017-08-31AGESA: Remove separate f15rlKyösti Mälkki
2017-08-30AGESA: Drop Kconfig CPU_AMD_SOCKET_AM3R2Kyösti Mälkki
2017-08-28AGESA: Remove Kconfig AMD_AGESA_FAMILY10Kyösti Mälkki
2017-08-28AGESA f15: Remove f10 referencesKyösti Mälkki
2017-08-16AGESA: Cleanup ACPI S3 supportKyösti Mälkki
2017-08-02binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpartKyösti Mälkki
2017-08-02AGESA: Add romstage timestampsKyösti Mälkki
2017-08-02AGESA: Implement EARLY_CBMEM_INITKyösti Mälkki
2017-08-02AGESA: Move romstage-ramstage splitlineKyösti Mälkki
2017-08-02AGESA: Consolidate platform_once() callKyösti Mälkki
2017-08-02AGESA: Consolidate early_all_cores() callKyösti Mälkki
2017-08-02AGESA: Introduce AGESA_LEGACY_WRAPPER and its counterpartKyösti Mälkki
2017-07-28src/cpu: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-24Fix files with multiple newlines at the end.Martin Roth
2017-07-15vendorcode/amd/agesa: Tidy up gcccar.incKyösti Mälkki
2017-06-28cpu/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-28cpu/*: Add whitespace around '<<'Elyes HAOUAS
2017-04-15AGESA: Unify heap locationKyösti Mälkki
2017-04-05AGESA: Disable CAR with empty stackKyösti Mälkki
2017-04-05AGESA: BIST is already preservedKyösti Mälkki
2017-04-05AGESA: Move romstage main entry under cpuKyösti Mälkki
2017-04-05AGESA: Move amd_initmmio() callKyösti Mälkki
2017-04-04AGESA: Reduce typecasting in heapmanager callsKyösti Mälkki
2017-04-04AGESA: Handle HEAP_CALLOUT_RUNTIME allocation more cleanlyKyösti Mälkki
2017-04-04AGESA: Adjust heap location for S3 resume pathKyösti Mälkki
2017-04-04AGESA: Refactor S3 support functionsKyösti Mälkki
2017-03-28AGESA: Fork for new cache-as-ram init codeKyösti Mälkki
2017-03-28AGESA: Introduce AGESA_LEGACY and its counterpartKyösti Mälkki
2017-03-15AGESA f14: Fix infinite loopKyösti Mälkki
2017-03-10cpu/amd/agesa: Unify init filesPaul Menzel
2017-03-09AGESA: Log heap initialisationKyösti Mälkki
2017-03-09AGESA: Fix SSE regression and align stack earlyKyösti Mälkki
2017-03-08AGESA: Move heap allocator declarationsKyösti Mälkki
2017-03-07AGESA: Add agesa_helper.h headerKyösti Mälkki
2017-02-22src/cpu/amd: Update/Add license headers to all filesMartin Roth
2016-12-11ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP defaultKyösti Mälkki
2016-12-07MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki
2016-12-01AGESA: Disable PCI_CFG_EXT_IOKyösti Mälkki
2016-12-01AGESA: Switch to MMCONF_SUPPORT_DEFAULTKyösti Mälkki
2016-12-01AGESA f14: Consolidate early P-states settingKyösti Mälkki
2016-12-01AGESA f14: Consolidate XIP cacheKyösti Mälkki
2016-11-25AGESA binaryPI: Fix cache-as-ram for x86_64Kyösti Mälkki
2016-11-09amd/cpu: Add details to chip namesMarshall Dawson
2016-11-09AGESA: Delay ACPI S3 backup until ramstage loaderKyösti Mälkki
2016-11-09ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki
2016-10-04src/cpu: Remove whitespace after sizeofElyes HAOUAS
2016-08-23src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS
2016-07-31src/cpu: Capitalize CPUElyes HAOUAS
2016-07-31src/cpu: Capitalize ROM and RAMElyes HAOUAS
2016-07-15AGESA: Use common romstage ram stackKyösti Mälkki
2016-07-15AGESA: Use common ACPI S3 recoveryKyösti Mälkki
2016-06-22Ignore RAMTOP for MTRRsKyösti Mälkki
2016-06-17Move definitions of HIGH_MEMORY_SAVEKyösti Mälkki
2016-05-18AGESA vendorcode: Build a common amdlibKyösti Mälkki
2016-05-12AGESA f12: Build as libagesa.aKyösti Mälkki
2016-05-12AGESA f16kb: Build as libagesa.aKyösti Mälkki
2016-03-08Kconfig: Remove unneeded UDELAY_IO redeclarationStefan Reinauer
2016-02-14cpu/amd: Update/Add license headersDamien Roth
2016-02-02amd/agesa/family15tn: Add Richland CPU IDLoic
2016-01-23cpu/amd: remove .intel_syntaxPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30AMD mainboards: Fix 64bit BiosCallOuts.cStefan Reinauer
2015-10-15cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc
2015-09-04x86: remove cpu_incs as romstage Make variableAaron Durbin
2015-07-21cpu: port amd/agesa to 64bitStefan Reinauer
2015-05-27AGESA binaryPI: Drop XIP_ROM_BASEKyösti Mälkki
2015-05-27AGESA: Reduce SPI use by 24kB for S3 supportKyösti Mälkki