summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/smm/smmhandler.S
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86: Drop LEGACY_SMP_INITArthur Heymans2022-11-071-258/+0
* {cpu/nb}/amd/family15tn: Remove platformArthur Heymans2022-11-071-4/+0
* arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel2021-09-291-1/+2
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-061-3/+3
* cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki2021-06-111-1/+2
* cpu/x86/smm/smmhandler.c: Get revision using C codeArthur Heymans2020-09-291-10/+0
* cpu/x86/smm/smmhandler: Fix x86_64 assembly exitPatrick Rudolph2020-08-301-2/+2
* cpu/x86/smm: Add support for long modePatrick Rudolph2020-07-081-1/+45
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* x86/smm/smmhandler.S: Use tabs instead of white spacesElyes HAOUAS2018-12-241-29/+29
* src: Replace common MSR addresses with macrosElyes HAOUAS2018-11-081-4/+2
* AGESA: Remove separate f15rlKyösti Mälkki2017-08-311-2/+1
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-2/+2
* cpu/x86: Wrap lines at 80 columnsLee Leahy2017-03-161-1/+2
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-2/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEGPatrick Georgi2015-10-291-0/+39
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* x86: fix SMM programs linked with gc-sectionsAaron Durbin2015-03-301-0/+1
* cpu/amd/agesa/family15rl: Provide Richland CPU supportEdward O'Callaghan2014-11-271-1/+1
* cpu/amd/agesa/family15tn: Add initial support for SMM modeAlexandru Gagniuc2014-04-161-0/+8
* SMM: Move wbinvd after pmode jumpStefan Reinauer2011-10-151-1/+3
* SMM: flush caches after disabling cachingSven Schnelle2011-06-181-0/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-15/+15
* drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer2010-04-251-2/+0
* First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer2009-01-191-0/+201