Age | Commit message (Expand) | Author |
2019-02-12 | cpu/x86/mtrr: Fix _FROM_4G_TOP() macro | Nico Huber |
2019-02-11 | Revert "cpu/x86/mtrr: Fix sign overflow" | Nico Huber |
2019-02-05 | cpu/x86/mtrr: Fix sign overflow | Patrick Rudolph |
2019-01-27 | src/cpu/intel: Set get_ia32_fsb function common | Elyes HAOUAS |
2019-01-08 | cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Use defaults for get_pci1234() | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Add temporary pirq_router_bus variable | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Declare get_pci1234() just once | Kyösti Mälkki |
2018-12-30 | cpu/intel/car: Drop remains of setup_stack_and_mtrrs() | Kyösti Mälkki |
2018-12-28 | soc/intel: Drop romstage_after_car() | Kyösti Mälkki |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-12-15 | cpu/x86: Make mp_get_apic_id() function externally available | Subrata Banik |
2018-12-13 | cpuid: Add helper function for cpuid(1) functions | Subrata Banik |
2018-12-05 | smmstore: make smmstore's SMM handler code follow everything else | Patrick Georgi |
2018-12-05 | elog: make elog's SMM handler code follow everything else | Patrick Georgi |
2018-11-23 | soc/intel/common: Bring DISPLAY_MTRRS into the light | Nico Huber |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-08 | src: Replace common MSR addresses with macros | Elyes HAOUAS |
2018-11-07 | intel: Get rid of smm_get_pmbase | Patrick Rudolph |
2018-11-05 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-11-05 | amd/mtrr: Fix IORR MTRR | Elyes HAOUAS |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-30 | src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-30 | {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros | Elyes HAOUAS |
2018-10-30 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 2) | Patrick Rudolph |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-05 | src: Fix MSR_PKG_CST_CONFIG_CONTROL register name | Elyes HAOUAS |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-09-07 | amd/fam15: Add more MCA information | Marshall Dawson |
2018-08-17 | src/include: add more msr defines | Matt Delco |
2018-08-08 | amd/fam15: Add MCA bank register definitions | Marshall Dawson |
2018-08-08 | cpu/amd: Correct number of MCA banks cleared | Marshall Dawson |
2018-08-08 | cpu/amd: Rename MCA status register | Marshall Dawson |
2018-07-30 | cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x | Arthur Heymans |
2018-07-30 | cpu/intel/microcode: Add helper functions to get microcode info | Rizwan Qureshi |
2018-07-24 | cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx | Arthur Heymans |
2018-07-09 | src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
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-05 | amd/geode_lx: Fix .c includes | Kyösti Mälkki |
2018-06-04 | cpu/x86/mtrr.h: Clean up some guards | Nico Huber |
2018-06-02 | cpu/intel/car: Prepare for some POSTCAR_STAGE support | Kyösti Mälkki |
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-31 | Remove AMD K8 cpu and northbridge support | Kyösti Mälkki |
2018-05-24 | AMD: Remove some leftover includes | Kyösti Mälkki |
2018-05-19 | cpu/x86: Add support to run function on single AP | Subrata Banik |