summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* intel/socket_mPGA604 intel/e7505: Switch to POSTCAR_STAGEKyösti Mälkki2018-06-021-4/+0
* cpu/intel/car: Prepare for some POSTCAR_STAGE supportKyösti Mälkki2018-06-027-5/+447
* aopen/dxplplusu intel/e7505: Move to EARLY_CBMEM_INITKyösti Mälkki2018-06-021-23/+0
* src/cpu: Remove unneeded includesElyes HAOUAS2018-06-0110-28/+0
* {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriateNico Huber2018-05-312-3/+2
* Remove VIA C7 CPU supportKyösti Mälkki2018-05-314-263/+0
* Remove VIA C3 CPU supportKyösti Mälkki2018-05-314-73/+0
* Remove AMD K8 cpu and northbridge supportKyösti Mälkki2018-05-3128-3728/+0
* Remove leftover Intel CPU supportKyösti Mälkki2018-05-2410-205/+0
* cpu/x86: Add support to run function on single APSubrata Banik2018-05-191-6/+16
* cpu/x86: Add support to run function with argument over APsSubrata Banik2018-05-141-10/+12
* cpu/x86/mp: pass pointers to structures for AP callbacksAaron Durbin2018-05-141-16/+35
* cpu/amd/quadcore: Get rid of device_tElyes HAOUAS2018-05-091-3/+3
* cpu/x86/mp: use __aligned macroAaron Durbin2018-05-041-1/+1
* cpu/x86/mp: remove unused functions and limit API exposureAaron Durbin2018-05-041-25/+2
* cpu/x86: Add infinite timeout support into run_ap_work() functionSubrata Banik2018-05-031-2/+4
* arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams2018-05-031-30/+1
* Fix freeze during chipset lockdown on NehalemMatthias Gazzari2018-05-012-4/+0
* cpu/intel: Get rid of device_tElyes HAOUAS2018-04-307-7/+7
* cpu/amd: Get rid of device_tElyes HAOUAS2018-04-3013-18/+18
* cpu/x86: Get rid of device_tElyes HAOUAS2018-04-301-2/+2
* cubieboard/qemu-armv7/am335x: Add fake TTB region for consistencyJulius Werner2018-04-301-0/+3
* amd/agesa/family14,15 & 16: Remove unnecessary whitespaceElyes HAOUAS2018-04-293-3/+3
* arch/x86: Fix call for wait_other_cpus_stop()Kyösti Mälkki2018-04-281-3/+3
* cpu/x86: add limited runtime identity page mappingAaron Durbin2018-04-261-0/+214
* arch/x86: add support for cache-as-ram pagingAaron Durbin2018-04-251-0/+47
* cpu/via/car: drop CARTESTLubomir Rintel2018-04-251-32/+0
* cpu/via/car: ensure CAR ends up zeroed outLubomir Rintel2018-04-251-6/+2
* compiler.h: add __weak macroAaron Durbin2018-04-243-15/+18
* cpu/x86: add paging_set_default_pat() functionAaron Durbin2018-04-231-0/+25
* cpu/x86: expose and add paging helper functionsAaron Durbin2018-04-231-33/+37
* cpu/x86: move NXE and PAT accesses to paging moduleAaron Durbin2018-04-231-0/+21
* cpu/x86: add pae paging module to all stagesAaron Durbin2018-04-233-1/+11
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* Revert "model_206ax: Use parallel MP init"Arthur Heymans2018-04-117-165/+88
* model_206ax: Use parallel MP initArthur Heymans2018-04-117-88/+165
* Correct "MTTR" to "MTRR"Jonathan Neuschäfer2018-04-111-1/+1
* cpu/x86/mtrr: Fix broken output ("indexis")Jonathan Neuschäfer2018-04-111-2/+1
* cpu/amd/microcode/microcode.c: Remove unneeded whitespaceElyes HAOUAS2018-04-101-1/+1
* cpu/intel/sandybridge: Put stage cache into TSEGArthur Heymans2018-04-105-0/+67
* cpu/x86/mtrr: Use single code path with/without holesNico Huber2018-04-091-129/+55
* cpu/x86/mtrr: Optimize hole carving strategyNico Huber2018-04-091-34/+98
* intel/nehalem post-car: Use postcar_frame for MTRR setupKyösti Mälkki2018-04-091-23/+40
* x86: Increase time out for parking APs to 250msFurquan Shaikh2018-04-011-1/+18
* cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_planFurquan Shaikh2018-03-091-0/+6
* cpu/x86/mp_init: Increase AP check-in time-out to 1secondFurquan Shaikh2018-03-051-1/+6
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-272-0/+2
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-213-4/+4
* x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRsMarshall Dawson2018-02-163-1/+50
* cpu/x86/16bit/entry16.inc: Fix typo in commentPaul Menzel2018-02-151-1/+1