summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* Remove CACHE_ROM.Vladimir Serbinenko2014-02-254-101/+0
* TI am335x: Apply Kconfig use conventionsKyösti Mälkki2014-02-242-11/+13
* CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan2014-02-241-2/+1
* intel/model_2065x: Fix APICID generation.Vladimir Serbinenko2014-02-201-5/+2
* SMM: Fixes for DEBUG_SMIKyösti Mälkki2014-02-201-3/+2
* x86 bootblock: improve clang compatibilityPatrick Georgi2014-02-192-3/+3
* haswell: backup the default SMM region on resumeAaron Durbin2014-02-162-0/+9
* x86: provide infrastructure to backup default SMM regionAaron Durbin2014-02-163-0/+76
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-2/+0
* cpu/allwinner/a10: Add minimal ramstage driverAlexandru Gagniuc2014-02-135-0/+110
* PCI: Drop includes under cpuKyösti Mälkki2014-02-1235-39/+0
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-111-1/+1
* mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin2014-02-091-2/+17
* ARMv7: Remove static CBMEM allocationKyösti Mälkki2014-02-063-13/+0
* usbdebug: Drop obsolete codeKyösti Mälkki2014-02-061-16/+0
* MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko2014-02-061-3/+2
* mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocationAaron Durbin2014-02-061-2/+25
* cpu/amd/model_fxx: Add coolnquiet for two new (old) AMD K8 modelsOskar Enoksson2014-02-031-0/+8
* cpu/intel/model_2065x: Add model 20652Vladimir Serbinenko2014-02-011-0/+1
* cpu/intel: allow non-packaged scoped turbo settingAaron Durbin2014-01-303-2/+32
* x86: Add SMM helper functions to MP infrastructureAaron Durbin2014-01-301-0/+31
* x86: parallel MP initializationAaron Durbin2014-01-305-0/+816
* coreboot: config to cache ramstage outside CBMEMAaron Durbin2014-01-302-72/+10
* vboot: provide empty vboot_verify_firmware()Aaron Durbin2014-01-301-2/+0
* x86: add common definitions for control registersAaron Durbin2014-01-281-23/+4
* intel: fix microcode compilation failure in bootblockAaron Durbin2014-01-281-10/+8
* src/cpu: Fix spelling of MTTR to MTRRPaul Menzel2014-01-265-28/+28
* intel/microcode: Remove leftover MICROCODE_INCLUDE_PATH.Vladimir Serbinenko2014-01-233-11/+0
* AMD K8/fam10: Fix CBMEM on S3 resumeKyösti Mälkki2014-01-221-1/+1
* AMD AGESA: Fix CBMEM on S3 resumeKyösti Mälkki2014-01-221-1/+1
* cpu/intel: Remove dummy terminators from microcode blobsAlexandru Gagniuc2014-01-1620-138/+0
* cpu/intel: Make all Intel CPUs load microcode from CBFSAlexandru Gagniuc2014-01-1672-434/+390
* cpu/amd/model_fxx/powernow_acpi.c: Comment out set but unused variable `Start...Paul Menzel2014-01-151-2/+2
* nehalem/sandy/ivy/haswell: Enable WRPROT cache for all of flashKyösti Mälkki2014-01-153-4/+3
* Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRRKyösti Mälkki2014-01-157-14/+14
* cpu/allwinner/a10: Clarify positioning of boot stagesAlexandru Gagniuc2014-01-141-4/+8
* cpu/allwinner/a10: Add helper to configure CPU clockAlexandru Gagniuc2014-01-142-0/+158
* cpu/allwinner/a10: Provide utility to make a bootable imageAlexandru Gagniuc2014-01-131-10/+19
* cpu/allwinner/a10: Clean up include order in Makefile.incAlexandru Gagniuc2014-01-131-8/+12
* CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_fileVladimir Serbinenko2014-01-121-10/+10
* intel/fsp: Fix microcode includingPatrick Georgi2014-01-111-2/+0
* cpu/allwinner/a10: Import raminit code from ubootAlexandru Gagniuc2014-01-092-0/+644
* cpu/allwinner/a10: Add low-level helpers for DRAM clock controlAlexandru Gagniuc2014-01-092-0/+109
* cubieboard: Initialize memory in bootblockAlexandru Gagniuc2014-01-091-0/+2
* cpu/allwinner/a10: Add functions for driving GPIO pinsAlexandru Gagniuc2014-01-093-0/+107
* cpu/allwinner/a10: Add definitions for in/output GPIO functionsAlexandru Gagniuc2014-01-091-0/+4
* cpu/allwinner/a10: Add function for reading chip revisionAlexandru Gagniuc2014-01-092-0/+20
* cpu/allwinner/a10: Implement udelay using timer 0Alexandru Gagniuc2014-01-093-3/+130
* cpu/allwinner/a10: Add definition for gating GPIO S clockAlexandru Gagniuc2014-01-091-0/+2
* cpu/allwinner/a10: Add basic TWI (I²C) driverAlexandru Gagniuc2014-01-083-0/+265