aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm/Makefile.inc
AgeCommit message (Expand)Author
2021-01-25cpu/x86/smm: Use common APMC loggingKyösti Mälkki
2021-01-08cpu/x86/smm: Use append instead of assign for smm-c-depsFurquan Shaikh
2020-11-09cpu/x86/smm: Add a common save state handlingArthur Heymans
2020-11-02cpu/x86/smm: Pass smm.ld through src-to-objArthur Heymans
2020-08-15cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura
2020-06-16arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-08-15cpu/x86/smm: Define single smm_subregion()Kyösti Mälkki
2019-08-08arch/x86: Move TSEG_STAGE_CACHE implementationKyösti Mälkki
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-06-21x86/smmstub: Fix compiling with external toolchainsArthur Heymans
2016-05-04cpu/x86: remove BACKUP_DEFAULT_SMM_REGION optionAaron Durbin
2016-05-04cpu/x86/smm_module_loader: always build with SMM module supportAaron Durbin
2016-01-28Move object files to $(obj)/<class>/Nico Huber
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2015-11-24Unify OBJCOPY arguments throughout various x86 stagesStefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30smm: 64bit fixesStefan Reinauer
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-06-08x86 SMM: Relocator is intel-onlyKyösti Mälkki
2015-05-29x86 SMM: Merge recipesKyösti Mälkki
2015-05-29x86 SMM: We have single SMM linker script nowKyösti Mälkki
2015-05-28smm: Merge configs SMM_MODULES and SMM_TSEGVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-19x86: garbage collect SMM programsAaron Durbin
2015-04-28Makefile x86 SMM: Move smm_wrap recipesKyösti Mälkki
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system: Introduce manual file typePatrick Georgi
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-03-30x86/smm: Move SMM configuration out of generic MakefilePatrick Georgi
2015-03-17Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer
2014-11-30Unify remaining binutils invocationsPatrick Georgi
2014-11-25build system: unify linker use across gcc and clangPatrick Georgi
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
2014-11-11cpu/x86/smm/Makefile.inc: Fix up linkage rulesEdward O'Callaghan
2014-10-28cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang buildsEdward O'Callaghan
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-05-19build: use CFLAGS_* in more places where they're neededPatrick Georgi
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-02-16x86: provide infrastructure to backup default SMM regionAaron Durbin
2013-03-18SMM: link against libgccStefan Reinauer
2013-03-14x86: SMM Module SupportAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-04-04Add support to run SMM handler in TSEG instead of ASEGStefan Reinauer
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-05-30don't generate C source code file but use objcopy to include the SMM blob.Stefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-24SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2009-10-27Add $(obj) paths for a couple of smm files so they don't end up in the top di...Myles Watson
2009-10-24* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)Stefan Reinauer
2009-10-24First attempt to integrate SMM in Kconfig. Unused code so farStefan Reinauer
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12Kconfig!Patrick Georgi