Age | Commit message (Expand) | Author |
2018-06-28 | smm: Add canary to end of stack and die() if a stack overflow occurs | Raul E Rangel |
2018-06-14 | nb/intel/fsp_rangeley: Use MSR_PLATFORM_INFO instead of 0xce | Elyes HAOUAS |
2018-06-04 | cpu/x86/mtrr.h: Clean up some guards | Nico Huber |
2018-05-31 | cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiB | Nico Huber |
2018-05-31 | cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDE | Nico Huber |
2018-05-19 | cpu/x86: Add support to run function on single AP | Subrata Banik |
2018-05-14 | cpu/x86: Add support to run function with argument over APs | Subrata Banik |
2018-05-04 | cpu/x86/mp: remove unused functions and limit API exposure | Aaron Durbin |
2018-05-03 | cpu/x86: Add infinite timeout support into run_ap_work() function | Subrata Banik |
2018-04-26 | arch/x86: print cr2 value on every exception | Aaron Durbin |
2018-04-26 | cpu/x86: add limited runtime identity page mapping | Aaron Durbin |
2018-04-25 | arch/x86: add support for cache-as-ram paging | Aaron Durbin |
2018-04-23 | cpu/x86: add paging_set_default_pat() function | Aaron Durbin |
2018-04-23 | cpu/x86: expose and add paging helper functions | Aaron Durbin |
2018-04-23 | cpu/x86: move NXE and PAT accesses to paging module | Aaron Durbin |
2018-04-05 | x86: Add function to modify CR3 register | Naresh G Solanki |
2018-02-16 | x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs | Marshall Dawson |
2017-12-20 | include/cpu/x86: Add clflush inline function | Marshall Dawson |
2017-11-02 | cpu/x86/mtrr: fix fls() and fms() inline assembly | Aaron Durbin |
2017-10-19 | cpu/x86: add AMD registers to SMM save state | John E. Kabat Jr |
2017-09-27 | cpu/x86/smm: Add define for AMD64 save area | Marshall Dawson |
2017-09-11 | cpu/x86/mp_init: remove adjust_cpu_apic_entry() | Aaron Durbin |
2017-08-19 | arch/x86: Fix ugly NEED_LAPIC use | Kyösti Mälkki |
2017-08-01 | src/include: Add guards on all header files | Martin Roth |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-22 | cpu/x86/smm: fix up types in module loader | Aaron Durbin |
2017-06-19 | cpu/x86/smm/smihandler: Apply cosmetic changes | Patrick Rudolph |
2017-06-09 | cpu/x86/mtrr: further expose declarations of functions | Aaron Durbin |
2017-06-05 | cpu/x86/mtrr: don't guard function declarations | Aaron Durbin |
2017-03-19 | cpu/x86: add a barrier with timeout | Bora Guvendik |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Add space after minus sign | Lee Leahy |
2017-03-13 | src/include: Add spaces around : | Lee Leahy |
2017-03-13 | src/include: Fix indent for case labels | Lee Leahy |
2017-03-13 | src/include: Move storage class to beginning of declaration | Lee Leahy |
2017-03-13 | src/include: Remove space after function name | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Open brace on same line as enum or struct | Lee Leahy |
2017-03-12 | src/include: Remove spaces before tabs | Lee Leahy |
2017-03-12 | src/include: Remove spaces before ( and after ) | Lee Leahy |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2017-03-09 | src/include: Indent code using tabs | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
2016-12-11 | x86 SMM: Fix use with RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2016-12-08 | cpu/x86: allow AP callbacks after MP init | Aaron Durbin |
2016-11-24 | x86 BIST: Fix missing include | Kyösti Mälkki |
2016-11-24 | x86 BIST: Declare function with inline in header file | Kyösti Mälkki |
2016-11-12 | cpu/x86/mtrr: allow temporary MTRR range during coreboot | Aaron Durbin |
2016-09-20 | src/include: Add space around operators | Elyes HAOUAS |
2016-09-12 | cpu/x86: Move fls() and fms() to mtrr.h | Rizwan Qureshi |
2016-09-05 | src/include: Improve code formatting | Elyes HAOUAS |
2016-08-23 | src/include: Capitalize APIC and SMM | Elyes HAOUAS |
2016-07-31 | src/include: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2016-07-27 | cpu/x86: Support CPUs without rdmsr/wrmsr instructions | Lee Leahy |
2016-06-22 | Ignore RAMTOP for MTRRs | Kyösti Mälkki |
2016-05-06 | cpu/x86/mp_init: reduce exposure of internal implementation | Aaron Durbin |
2016-05-04 | cpu/x86: combine multiprocessor and SMM initialization | Aaron Durbin |
2016-05-04 | cpu/x86/smm_module_loader: always build with SMM module support | Aaron Durbin |
2016-05-02 | cpu/x86/mp_init: remove unused callback arguments | Aaron Durbin |
2016-03-18 | mtrr: Define a function for obtaining free var mtrr | Furquan Shaikh |
2016-03-08 | cpu/x86/mtrr: add helper function to detect variable MTRRs | Aaron Durbin |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-15 | cpu/mtrr.h: Fix macro names for MTRR registers | Alexandru Gagniuc |
2015-08-31 | timestamp: add tick frequency to exported table | Aaron Durbin |
2015-07-12 | Verify Kconfigs symbols are not zero for hex and int type symbols | Martin Roth |
2015-06-24 | cpu/x86: Add more MTRR symbols | Lee Leahy |
2015-06-20 | x86: Make reading / writing of CRx registers 64bit proof | Stefan Reinauer |
2015-06-09 | cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API | Kyösti Mälkki |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-29 | Remove leftover smi_get_tseg_base | Vladimir Serbinenko |
2015-05-28 | smm: Merge configs SMM_MODULES and SMM_TSEG | Vladimir Serbinenko |
2015-05-28 | Remove leftover tseg_relocate | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-10 | baytrail: Switch from ACPI mode to PCI mode for legacy support | Marc Jones |
2015-03-11 | x86 SMM: Replace weak prototypes with weak function stub | Kyösti Mälkki |
2015-01-06 | cpu: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2015-01-05 | timestamps: Switch from tsc_t to uint64_t | Stefan Reinauer |
2014-12-31 | arch/x86: Declare GDT symbols and move_gdt() | Kyösti Mälkki |
2014-11-30 | Replace hlt() loops with halt() | Patrick Georgi |
2014-10-19 | x86 romstage: Move stack just below RAMTOP | Kyösti Mälkki |
2014-08-30 | AMD Steppe Eagle: CPU files for new SoC | Bruce Griffith |
2014-07-17 | drivers/spi: Sanitize headers from preprocessor abuse | Edward O'Callaghan |
2014-06-30 | x86 MTRR: Drop unused return value | Kyösti Mälkki |
2014-03-20 | rmodules: use rmodtool to create rmodules | Aaron Durbin |
2014-03-16 | Make POST device configurable. | Idwer Vollering |
2014-02-25 | Remove CACHE_ROM. | Vladimir Serbinenko |
2014-02-16 | x86: provide infrastructure to backup default SMM region | Aaron Durbin |
2014-02-11 | SMP: Add arch-agnostic boot_cpu() | Kyösti Mälkki |
2014-01-30 | x86: Add SMM helper functions to MP infrastructure | Aaron Durbin |
2014-01-30 | x86: add SMM save state for 0x0100 revision | Aaron Durbin |
2014-01-30 | x86: parallel MP initialization | Aaron Durbin |
2014-01-28 | x86: add common definitions for control registers | Aaron Durbin |
2014-01-28 | x86/mtrr: don't assume size of ROM cached during CAR mode | Aaron Durbin |
2014-01-28 | x86: include header to define types in use | Aaron Durbin |
2014-01-23 | Multiboot: remove multiboot tables generation. | Vladimir Serbinenko |
2014-01-15 | Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR | Kyösti Mälkki |
2013-12-26 | AMD boards (non-AGESA): Cleanup earlymtrr.c includes | Kyösti Mälkki |
2013-12-21 | lynxpoint: Route all USB ports to XHCI in finalize step | Duncan Laurie |