summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/smm
Commit message (Expand)AuthorAgeFilesLines
* build system: Introduce manual file typePatrick Georgi2015-04-041-8/+8
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-021-3/+3
* x86: fix SMM programs linked with gc-sectionsAaron Durbin2015-03-304-0/+10
* x86/smm: Move SMM configuration out of generic MakefilePatrick Georgi2015-03-301-0/+5
* Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer2015-03-171-1/+17
* x86 SMM: Replace weak prototypes with weak function stubKyösti Mälkki2015-03-111-6/+15
* x86: Initialize drivers in SMM context if neededDavid Hendricks2015-01-092-0/+28
* Unify remaining binutils invocationsPatrick Georgi2014-11-301-4/+0
* cpu/amd/agesa/family15rl: Provide Richland CPU supportEdward O'Callaghan2014-11-272-2/+3
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-251-6/+1
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-4/+4
* cpu/x86/smm/Makefile.inc: Fix up linkage rulesEdward O'Callaghan2014-11-111-26/+25
* cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang buildsEdward O'Callaghan2014-10-281-0/+9
* sandybridge: Add native sandybridgeVladimir Serbinenko2014-08-302-3/+3
* x86/smm/smihandler.c: break case in switchPatrick Georgi2014-08-111-0/+1
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-111-2/+2
* sandy/ivybridge: Native raminit.Vladimir Serbinenko2014-07-292-3/+3
* Don't add .eh_frame sections to SMM imagePatrick Georgi2014-06-282-0/+4
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-1/+1
* build: use CFLAGS_* in more places where they're neededPatrick Georgi2014-05-191-6/+6
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-13/+17
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-49/+0
* cpu/amd/agesa/family15tn: Add initial support for SMM modeAlexandru Gagniuc2014-04-162-1/+10
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-3/+0
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-8/+2
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-204-30/+19
* SMM: Only have console with DEBUG_SMIKyösti Mälkki2014-03-041-6/+2
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-041-8/+2
* uart8250io: Unify calls with generic UARTKyösti Mälkki2014-03-041-1/+1
* console: Fix includesKyösti Mälkki2014-03-041-1/+1
* SMM: Fixes for DEBUG_SMIKyösti Mälkki2014-02-201-3/+2
* x86: provide infrastructure to backup default SMM regionAaron Durbin2014-02-162-0/+70
* Update SMM for FSP systemsMarc Jones2013-12-042-0/+15
* Support for nehalem northbridgeVladimir Serbinenko2013-11-252-0/+6
* Support for Ibexpeak southbridgeVladimir Serbinenko2013-11-251-1/+1
* smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie2013-11-241-1/+1
* usbdebug: Do not support logging from SMMKyösti Mälkki2013-08-231-6/+0
* cpu: Fix spellingMartin Roth2013-07-111-7/+7
* Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"Stefan Reinauer2013-06-131-5/+0
* Add support for Intel Ibex Peak (Mobile 5) southbridgeStefan Reinauer2013-06-121-0/+5
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-223-3/+0
* SMM: link against libgccStefan Reinauer2013-03-181-3/+3
* haswell: Use SMM ModulesAaron Durbin2013-03-181-5/+0
* x86: SMM Module SupportAaron Durbin2013-03-145-0/+757
* haswell: Add initial support for Haswell platformsAaron Durbin2013-03-142-0/+8
* Eliminate do_div().David Hendricks2013-03-081-2/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* smm: Update rev 0x30101 SMM revision save stateAaron Durbin2013-02-271-12/+17
* intel/i82801ix: new southbridge, ICH9Patrick Georgi2012-11-271-0/+2
* USBDEBUG: buffer up to 8 bytesSven Schnelle2012-07-261-3/+4