Age | Commit message (Expand) | Author |
2017-12-20 | include/cpu/x86: Add clflush inline function | Marshall Dawson |
2017-12-11 | intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c | Elyes HAOUAS |
2017-11-30 | intel: Replace msr(0x198) with msr(IA32_PERF_STATUS) | Elyes HAOUAS |
2017-11-02 | cpu/x86/mtrr: fix fls() and fms() inline assembly | Aaron Durbin |
2017-11-01 | cpu/amdfam15.h: Add definition for MMIO config MSR | Marshall Dawson |
2017-10-19 | cpu/x86: add AMD registers to SMM save state | John E. Kabat Jr |
2017-09-27 | cpu/amd/amdfam15: Add misc. SMM definitions | Marshall Dawson |
2017-09-27 | cpu/x86/smm: Add define for AMD64 save area | Marshall Dawson |
2017-09-26 | AGESA cimx: Move cb_types.h to vendorcode | Kyösti Mälkki |
2017-09-19 | AGESA binaryPI: Clean up amdfamXX.h include | Kyösti Mälkki |
2017-09-11 | cpu/x86/mp_init: remove adjust_cpu_apic_entry() | Aaron Durbin |
2017-09-08 | soc/intel/common/block: Common ACPI | Shaunak Saha |
2017-08-22 | AMD K8 fam10-15: Tidy up CAR stack switch | Kyösti Mälkki |
2017-08-22 | AMD K8 fam10-15: Tidy up CAR disable | Kyösti Mälkki |
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-14 | geode_lx: Move declaration to another header | Kyösti Mälkki |
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-28 | amd/family15h: Add defines for boost and P-state | Marshall Dawson |
2017-06-26 | soc/amd/stoneyridge: Add CPU files | Marc Jones |
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-05-18 | AMD MTRR: Add common add_uma_resource_below_tolm() | Kyösti Mälkki |
2017-05-16 | cpu/intel/turbo: Add option to disable turbo | Subrata Banik |
2017-04-28 | nb/amdk8: Link coherent_ht.c | Arthur Heymans |
2017-04-25 | AMD Geode: Move conflicting mainboard_romstage_entry() | Marc Jones |
2017-04-05 | AGESA: Disable CAR with empty stack | Kyösti Mälkki |
2017-04-05 | AGESA: Move romstage main entry under cpu | Kyösti Mälkki |
2017-04-05 | AGESA: Move amd_initmmio() call | Kyösti Mälkki |
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: Remove braces for single statements | 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-10 | src/include: Add space after + | Lee Leahy |
2017-03-10 | src/include: Add parenthesis around macros | 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: Move trailing statements to next line | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
2017-03-08 | AMD geode: Avoid conflicting main() declaration | Kyösti Mälkki |
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-12-06 | cpu/x86/msr.h: Drop excessive includes | Kyösti Mälkki |
2016-12-06 | CPU: Declare cpu_phys_address_size() for all arch | Kyösti Mälkki |
2016-12-06 | CPU: Move SMM prototypes under x86 | Kyösti Mälkki |
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-11-11 | intel post-car: Separate files for setup_stack_and_mtrrs() | Kyösti Mälkki |
2016-11-09 | cpu/intel: Add MSR to support enabling turbo frequency | Shaunak Saha |
2016-11-02 | soc/intel/apollolake: Disable Monitor and Mwait feature | Venkateswarlu Vinjamuri |
2016-10-01 | cpu/amd/model_fxx: transition away from device_t | Antonello Dettori |
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-28 | src/include: Add required space before opening parenthesis '(' | 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 | cpu/cpu.h: Change guard around function declarations | Kyösti Mälkki |
2016-06-22 | Ignore RAMTOP for MTRRs | Kyösti Mälkki |
2016-06-22 | intel: Drop old romstage main() without asmlinkage | Kyösti Mälkki |
2016-06-18 | intel: Fix romstage main() with asmlinkage | Kyösti Mälkki |
2016-06-18 | AMD boards: Fix romstage main() declaration | 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-02-10 | cpu/intel/microcode: allow microcode to be loaded in romstage | Aaron Durbin |
2016-02-01 | cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function | Timothy Pearson |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-11-29 | x86/smm: don't hide harmless declarations | Patrick Georgi |
2015-11-23 | cpu/amd: de-duplicate MSR include files | Stefan Reinauer |
2015-11-11 | cpu/amd: Add CC6 support | Timothy Pearson |
2015-11-02 | cpu/amd: Add initial AMD Family 15h support | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-30 | Drop geode_post_code.h | Stefan Reinauer |
2015-10-30 | cpu/amd: Fix cbtypes.h to match UINTN convention | Stefan Reinauer |
2015-10-15 | cpu/mtrr.h: Fix macro names for MTRR registers | Alexandru Gagniuc |
2015-09-05 | symbols: add '_' to pci_drivers and cpu_drivers symbols | Aaron Durbin |
2015-08-31 | timestamp: add tick frequency to exported table | Aaron Durbin |
2015-07-29 | Add SoC specific microcode update check in ramstage | Rizwan Qureshi |
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 |