aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/amd
AgeCommit message (Expand)Author
2021-01-15soc/amd/picasso: Generate ACPI CRAT objects in cbJason Glenesk
2021-01-02soc/amd/picasso: Separate CPUID defs into new headerJason Glenesk
2020-09-25soc/amd/picasso: Generate ACPI pstate and cstate objects in cbJason Glenesk
2020-07-26src/include: Add missing includesElyes HAOUAS
2020-07-09include/cpu/amd/msr: move SMM_LOCK bit right after HWCR_MSR definitionFelix Held
2020-06-22soc/amd/picasso/bootblock: Write EIP to secure S3Raul E Rangel
2020-06-10amd/00730F01: Clean the Microcode updatingZheng Bao
2020-06-10amd/common: Add the macro definition for patch level MSRZheng Bao
2020-06-02amd/microcode: Change equivalant ID width to 16bitZheng Bao
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-04include/cpu/amd: Drop unused filesElyes HAOUAS
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-11-30AGESA,binaryPI: Add compatibility wrapper for romstage entryKyösti Mälkki
2019-11-30AGESA,binaryPI: Fix stack location on entry to romstageMichał Żygowski
2019-11-30AGESA,binaryPI: Split romstage_main() to BSP and AP partsKyösti Mälkki
2019-11-30binaryPI: Clean leftover romstage prototypeKyösti Mälkki
2019-11-27AGESA,binaryPI: Remove early_all_cores()Kyösti Mälkki
2019-11-27binaryPI: Drop BINARYPI_LEGACY_WRAPPER supportKyösti Mälkki
2019-11-27amdfam10: Clean leftover prototypesKyösti Mälkki
2019-09-14arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki
2019-08-26amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-20device/oprom: Drop unnecessary AMD headersKyösti Mälkki
2019-08-13cpu/x86: Separate save_state struct headersKyösti Mälkki
2019-07-02cpu/amd/msr: Clarify MMIO_CONF shift valueMarshall Dawson
2019-03-04arch/io.h: Add missing includesKyösti Mälkki
2019-01-04amdfam10 boards: Use defaults for get_pci1234()Kyösti Mälkki
2019-01-04amdfam10 boards: Add temporary pirq_router_bus variableKyösti Mälkki
2019-01-04amdfam10 boards: Declare get_pci1234() just onceKyösti Mälkki
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-05cpu/amd: Use common AMD's MSRElyes HAOUAS
2018-11-05amd/mtrr: Fix IORR MTRRElyes HAOUAS
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-30src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS
2018-10-30{cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS
2018-10-30src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-18cpu/amd: Use common AMD's MSRElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-09-07amd/fam15: Add more MCA informationMarshall Dawson
2018-08-08amd/fam15: Add MCA bank register definitionsMarshall Dawson
2018-08-08cpu/amd: Correct number of MCA banks clearedMarshall Dawson
2018-08-08cpu/amd: Rename MCA status registerMarshall Dawson
2018-07-09src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-05amd/geode_lx: Fix .c includesKyösti Mälkki
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2018-05-24AMD: Remove some leftover includesKyösti Mälkki
2017-11-01cpu/amdfam15.h: Add definition for MMIO config MSRMarshall Dawson
2017-09-27cpu/amd/amdfam15: Add misc. SMM definitionsMarshall Dawson
2017-09-26AGESA cimx: Move cb_types.h to vendorcodeKyösti Mälkki
2017-09-19AGESA binaryPI: Clean up amdfamXX.h includeKyösti Mälkki
2017-08-22AMD K8 fam10-15: Tidy up CAR stack switchKyösti Mälkki
2017-08-22AMD K8 fam10-15: Tidy up CAR disableKyösti Mälkki
2017-08-01src/include: Add guards on all header filesMartin Roth
2017-07-14geode_lx: Move declaration to another headerKyösti Mälkki
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-28amd/family15h: Add defines for boost and P-stateMarshall Dawson
2017-06-26soc/amd/stoneyridge: Add CPU filesMarc Jones
2017-05-18AMD MTRR: Add common add_uma_resource_below_tolm()Kyösti Mälkki
2017-04-28nb/amdk8: Link coherent_ht.cArthur Heymans
2017-04-25AMD Geode: Move conflicting mainboard_romstage_entry()Marc Jones
2017-04-05AGESA: Disable CAR with empty stackKyö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-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-10src/include: Add space after +Lee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-03-09src/include: Add space after commaLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2017-03-09src/include: Move trailing statements to next lineLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2017-03-08AMD geode: Avoid conflicting main() declarationKyösti Mälkki
2016-12-06cpu/x86/msr.h: Drop excessive includesKyösti Mälkki
2016-10-01cpu/amd/model_fxx: transition away from device_tAntonello Dettori
2016-09-20src/include: Add space around operatorsElyes HAOUAS
2016-09-05src/include: Improve code formattingElyes HAOUAS
2016-08-28src/include: Add required space before opening parenthesis '('Elyes HAOUAS
2016-06-18AMD boards: Fix romstage main() declarationKyösti Mälkki
2016-02-01cpu/amd/fam10h-fam15h: Add new wait_ap_stopped functionTimothy Pearson
2015-11-23cpu/amd: de-duplicate MSR include filesStefan Reinauer
2015-11-11cpu/amd: Add CC6 supportTimothy Pearson
2015-11-02cpu/amd: Add initial AMD Family 15h supportTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30Drop geode_post_code.hStefan Reinauer
2015-10-30cpu/amd: Fix cbtypes.h to match UINTN conventionStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-07AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2Kyösti Mälkki
2015-02-05AMD K8: Remove some excessive preprocessor useKyösti Mälkki
2015-02-03cpu/amd (non-AGESA): Load microcode updates from CBFSKyösti Mälkki
2015-02-03cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE optionAlexandru Gagniuc
2014-12-16Drop GX1, CS5330 and related boardsStefan Reinauer
2014-11-22amdk8: Move to implicit length patchingVladimir Serbinenko
2014-11-20AMD: Isolate AGESA and PI build environmentsKyösti Mälkki
2014-11-14AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ramKyösti Mälkki
2014-10-19amd: rename model_fxx_powernow to powernow.Vladimir Serbinenko