summaryrefslogtreecommitdiffstats
path: root/src/cpu/via
Commit message (Expand)AuthorAgeFilesLines
* cpu/via/nano: Enable TSC_MONOTONIC_TIMERKyösti Mälkki2019-09-181-1/+1
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-106-20/+0
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-111-0/+1
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-0/+1
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src/cpu: Remove dead sourced linesElyes HAOUAS2018-11-151-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-232-9/+9
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-113-17/+12
* src/cpu/via/nano: Remove unneeded includeElyes HAOUAS2018-09-251-1/+0
* cpu/*/car: fix ancient URL explaining XIP range run-time calculationStefan Tauner2018-09-181-2/+2
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* x86/car: Replace reference of copy_and_run locationKyösti Mälkki2018-06-271-2/+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
* cpu/via/car: drop CARTESTLubomir Rintel2018-04-251-32/+0
* cpu/via/car: ensure CAR ends up zeroed outLubomir Rintel2018-04-251-6/+2
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-233-3/+3
* cpu/*: Add whitespace around '<<'Elyes HAOUAS2017-06-282-7/+7
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-071-3/+3
* src/cpu: Remove unnecessary whitespaceElyes HAOUAS2016-10-071-1/+1
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-282-13/+13
* src/cpu: Remove unnecessary whitespace before "\n"Elyes HAOUAS2016-08-281-1/+1
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-233-3/+3
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-313-4/+4
* Ignore RAMTOP for MTRRsKyösti Mälkki2016-06-221-2/+2
* VIA C7 NANO: Fix early MTRR settingKyösti Mälkki2016-06-201-3/+3
* cpu/via/c7: Don't manually include udelay_io.cStefan Reinauer2016-03-101-1/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-318-27/+0
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-151-45/+45
* cpu: microcode: Use microcode stored in binary formatAlexandru Gagniuc2015-09-301-3/+1
* x86: remove cpu_incs as romstage Make variableAaron Durbin2015-09-042-2/+2
* via/nano: Move CPU microcode to 3rdparty/blobsStefan Reinauer2015-08-073-924/+5
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-213-5/+3
* vboot2: add verstageStefan Reinauer2015-01-273-0/+3
* cpu: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-1/+1
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-273-3/+3
* x86 romstage: Move stack just below RAMTOPKyösti Mälkki2014-10-191-2/+1
* Drop redundant select CACHE_AS_RAMKyösti Mälkki2014-07-052-2/+0
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-063-3/+9
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-033-0/+3
* CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_fileVladimir Serbinenko2014-01-121-10/+10
* cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFSAlexandru Gagniuc2013-12-131-1/+1
* cpu: Fix spellingMartin Roth2013-07-112-4/+4
* VIA Nano: Add microcode updates filesAlexandru Gagniuc2013-06-042-3/+926
* copy_and_run: drop boot_complete parameterStefan Reinauer2013-05-081-5/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-1/+1