summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/stoneyridge: Add CPU filesMarc Jones2017-06-261-1/+1
* cpu/x86/smm: fix up types in module loaderAaron Durbin2017-06-221-5/+5
* cpu/x86/smm/smihandler: Apply cosmetic changesPatrick Rudolph2017-06-191-6/+16
* cpu/x86/mtrr: further expose declarations of functionsAaron Durbin2017-06-091-4/+2
* cpu/x86/mtrr: don't guard function declarationsAaron Durbin2017-06-051-4/+1
* AMD MTRR: Add common add_uma_resource_below_tolm()Kyösti Mälkki2017-05-181-0/+2
* cpu/intel/turbo: Add option to disable turboSubrata Banik2017-05-161-0/+3
* nb/amdk8: Link coherent_ht.cArthur Heymans2017-04-281-0/+1
* AMD Geode: Move conflicting mainboard_romstage_entry()Marc Jones2017-04-253-2/+2
* AGESA: Disable CAR with empty stackKyösti Mälkki2017-04-051-0/+1
* AGESA: Move romstage main entry under cpuKyösti Mälkki2017-04-051-0/+2
* AGESA: Move amd_initmmio() callKyösti Mälkki2017-04-051-0/+2
* cpu/x86: add a barrier with timeoutBora Guvendik2017-03-191-0/+10
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-1312-106/+153
* src/include: Add space after minus signLee Leahy2017-03-131-1/+1
* src/include: Add spaces around :Lee Leahy2017-03-131-9/+9
* src/include: Fix indent for case labelsLee Leahy2017-03-131-18/+18
* src/include: Move storage class to beginning of declarationLee Leahy2017-03-133-3/+3
* src/include: Remove space after function nameLee Leahy2017-03-133-6/+6
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-133-3/+3
* src/include: Remove braces for single statementsLee Leahy2017-03-121-4/+2
* src/include: Open brace on same line as enum or structLee Leahy2017-03-121-4/+2
* src/include: Remove spaces before tabsLee Leahy2017-03-125-51/+51
* src/include: Remove spaces before ( and after )Lee Leahy2017-03-121-1/+1
* src/include: Add space after +Lee Leahy2017-03-101-1/+1
* src/include: Add parenthesis around macrosLee Leahy2017-03-103-8/+8
* src/include: Add space after commaLee Leahy2017-03-094-6/+6
* src/include: Indent code using tabsLee Leahy2017-03-092-7/+7
* src/include: Move trailing statements to next lineLee Leahy2017-03-091-2/+4
* src/include: Fix unsigned warningsLee Leahy2017-03-096-49/+50
* AMD geode: Avoid conflicting main() declarationKyösti Mälkki2017-03-081-1/+3
* x86 SMM: Fix use with RELOCATABLE_RAMSTAGEKyösti Mälkki2016-12-111-0/+4
* cpu/x86: allow AP callbacks after MP initAaron Durbin2016-12-081-0/+18
* cpu/x86/msr.h: Drop excessive includesKyösti Mälkki2016-12-061-0/+3
* CPU: Declare cpu_phys_address_size() for all archKyösti Mälkki2016-12-061-0/+1
* CPU: Move SMM prototypes under x86Kyösti Mälkki2016-12-061-4/+0
* x86 BIST: Fix missing includeKyösti Mälkki2016-11-241-0/+2
* x86 BIST: Declare function with inline in header fileKyösti Mälkki2016-11-241-1/+1
* cpu/x86/mtrr: allow temporary MTRR range during corebootAaron Durbin2016-11-121-0/+7
* intel post-car: Separate files for setup_stack_and_mtrrs()Kyösti Mälkki2016-11-111-0/+23
* cpu/intel: Add MSR to support enabling turbo frequencyShaunak Saha2016-11-091-1/+1
* soc/intel/apollolake: Disable Monitor and Mwait featureVenkateswarlu Vinjamuri2016-11-021-0/+3
* cpu/amd/model_fxx: transition away from device_tAntonello Dettori2016-10-011-3/+6
* src/include: Add space around operatorsElyes HAOUAS2016-09-202-3/+3
* cpu/x86: Move fls() and fms() to mtrr.hRizwan Qureshi2016-09-121-0/+27
* src/include: Improve code formattingElyes HAOUAS2016-09-054-44/+42
* src/include: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-2/+2
* src/include: Capitalize APIC and SMMElyes HAOUAS2016-08-232-4/+4
* src/include: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-315-13/+13
* cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy2016-07-272-1/+33