summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-0339-9/+40
* console: Move UART port defaults to mainboardKyösti Mälkki2014-04-303-12/+0
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-307-7/+2
* allwinner/a10: Hide SoC specific UART functionsKyösti Mälkki2014-04-303-45/+30
* uart: Support multiple portsKyösti Mälkki2014-04-307-180/+64
* AGESA SPI: Fix Kconfig optionsKyösti Mälkki2014-04-291-0/+1
* AMD: Add common header file for CAR setupKyösti Mälkki2014-04-281-5/+1
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-267-8/+8
* Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh2014-04-268-26/+0
* Move MAX_PHYSICAL_CPUS to AMD k8 and fam10Kyösti Mälkki2014-04-203-7/+8
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-49/+0
* cpu/amd/agesa/family15tn: Add udelay implementation for SMMAlexandru Gagniuc2014-04-162-0/+47
* cpu/amd/agesa/family15tn: Add initial support for SMM modeAlexandru Gagniuc2014-04-164-1/+27
* vendorcode/amd/agesa/fam14: Build as a static libraryEdward O'Callaghan2014-04-151-257/+0
* vendorcode/amd/agesa/fam15tn: Build as a static libraryAlexandru Gagniuc2014-04-151-436/+0
* cpu/amd/agesa/s3_resume.c: Specify include paths from AGESA_ROOTAlexandru Gagniuc2014-04-131-2/+2
* agesa: Always include family* KconfigPatrick Georgi2014-04-121-1/+1
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-3/+0
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-098-27/+24
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-094-27/+59
* uart: Prepare to support multiple base addressesKyösti Mälkki2014-04-093-65/+59
* cpu/amd/car: Use define MSR_MCFG_BASE rather than hardcoded valuePatrick Georgi2014-04-091-1/+1
* amd/agesa/s3_resume: Make compiler agnostic.Edward O'Callaghan2014-04-032-2/+2
* x86: use car_(get|set)_var accessors for apic timerAaron Durbin2014-04-011-8/+22
* Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-04-011-1/+1
* cubieboard: Enable the SD controller and mux SD pinsAlexandru Gagniuc2014-03-291-0/+10
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-2011-51/+39
* Make POST device configurable.Idwer Vollering2014-03-161-2/+2
* x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin2014-03-073-0/+81
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-044-75/+13
* SMM: Only have console with DEBUG_SMIKyösti Mälkki2014-03-041-6/+2
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-1/+1
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-041-8/+2
* uart8250io: Unify calls with generic UARTKyösti Mälkki2014-03-041-1/+1
* console: Fix includesKyösti Mälkki2014-03-046-6/+6
* ti/am335x: Fix baudrate calculationKyösti Mälkki2014-03-041-21/+17
* allwinner/a10: Fix baudrate calculationKyösti Mälkki2014-03-042-18/+9
* samsung/exynos5: Fix baudrate calculationKyösti Mälkki2014-03-042-4/+2
* uart: Drop HAVE_UART_MEMORY_MAPPEDKyösti Mälkki2014-03-041-1/+0
* uart: Do not guard entire include file by config optionsKyösti Mälkki2014-03-041-5/+0
* 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