summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-1/+1
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-2/+2
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-041-2/+2
* build system: Introduce manual file typePatrick Georgi2015-04-042-10/+10
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-022-4/+4
* urara: Fix CBFS header definitionsVadim Bendebury2015-04-021-5/+0
* x86: fix SMM programs linked with gc-sectionsAaron Durbin2015-03-304-0/+10
* x86/smm: Move SMM configuration out of generic MakefilePatrick Georgi2015-03-301-0/+5
* mips: add verstage configurationPatrick Georgi2015-03-291-0/+1
* build system: normalize linker script file namesPatrick Georgi2015-03-287-2/+2
* cpu/amd/model_10xxx: Increase preram buffer size to 32kTimothy Pearson2015-03-251-0/+5
* imgtec/danube: Add support for ImgTec Danube SoCPaul Burton2015-03-211-0/+1
* arch/mips: Add base MIPS architecture supportPaul Burton2015-03-212-0/+37
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* cpu/amd/model_10xxx: Add support for early cbmemTimothy Pearson2015-03-191-0/+9
* cpu/amd/model_10xxx: Fix UMA memory sizesTimothy Pearson2015-03-191-3/+3
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-182-8/+4
* haswell: Fix monotonic timer integrationStefan Reinauer2015-03-172-1/+1
* cpu/amd/model_10xxx: Move GFXUMA size calculation to separate functionTimothy Pearson2015-03-173-0/+70
* Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer2015-03-171-1/+17
* cpu/amd/pi: Add amd_initcpuio() and amd_initmmio()Dave Frodin2015-03-162-0/+106
* cpu/intel/2065x: add define for MSR IA32_FERR_CAPABILITYAlexander Couzens2015-03-131-0/+2
* x86 SMM: Replace weak prototypes with weak function stubKyösti Mälkki2015-03-111-6/+15
* x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki2015-03-104-6/+2
* cpu/Kconfig: Make in-tree microcode generation dependent on BLOBs repositoryPaul Menzel2015-03-091-1/+1
* AGESA: Move agesawrappers related to HAVE_ACPI_RESUME supportKyösti Mälkki2015-03-072-149/+2
* AGESA: Use same HeapManager for all BiosCallOutsKyösti Mälkki2015-03-071-3/+26
* AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2Kyösti Mälkki2015-03-071-2/+2
* AMD Fam10h: Only create _PR scope if it is filled inPatrick Georgi2015-03-062-10/+5
* AMD Fam10h: sanity check some CPU dataPatrick Georgi2015-03-051-0/+5
* cpu/amd/model_10xxx: Documentation updateTimothy Pearson2015-03-041-11/+2
* cpu/amd/model_10xxx: Refactor model detection to reduce code duplicationTimothy Pearson2015-03-041-6/+3
* cpu/intel: (non-FSP) Remove microcode updates from treeAlexandru Gagniuc2015-02-28154-40700/+0
* cpu/intel (non-FSP): Use microcode from blobs repositoryAlexandru Gagniuc2015-02-2821-193/+27
* AMD Fam10h: Don't write uninitialized data into ACPIPatrick Georgi2015-02-231-2/+1
* cpu/amd/agesa: Use alloc_cbmem() only in ramstageDave Frodin2015-02-231-2/+4
* cpu/amd/pi: Use alloc_cbmem() only in ramstageDave Frodin2015-02-211-2/+2
* AMD Bald Eagle: Add CPU subdirectory files for new AMD processorBruce Griffith2015-02-2110-2/+527
* cpu/allwinner/a10/twi.c: Refactor I²C handler to use i2c_seg APIAlexandru Gagniuc2015-02-201-59/+26
* AMD amdfam10: Always have HT3_SUPPORTKyösti Mälkki2015-02-204-4/+0
* amd/00730F01: Move SteppeEagle specific settings to northbridgeDave Frodin2015-02-181-14/+0
* cpu/intel/model_2065x|nehalem: remove unsupported MSR_PP0/MSR_PP1Alexander Couzens2015-02-182-27/+0
* cpu/amd/model_10xxx: Add monotonic timer supportTimothy Pearson2015-02-183-0/+100
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-165-158/+158
* cpu/allwinner/a10/Kconfig: Link ramstage at base of SDRAMAlexandru Gagniuc2015-02-141-0/+5
* cpu/amd/model_10xxx: add Propus (00100F52h BL-C2) equivalent idNicolas Reinecke2015-02-111-32/+12
* amd/amdfam10: Fix incorrect core count identificationTimothy Pearson2015-02-111-7/+29
* cpu/amd/model_10xxx: update microcodeNicolas Reinecke2015-02-1112-834/+840
* cpu/intel: >= nehalem: add comments to msr finalize'sAlexander Couzens2015-02-114-1/+36
* amd/amdfam10: Fix invalid transition latency in PowerNow! _PSS objectsTimothy Pearson2015-02-101-1/+1
OpenPOWER on IntegriCloud