summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* build system: normalize linker script file namesPatrick Georgi2015-03-283-0/+0
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer2015-03-171-1/+17
* 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-101-3/+2
* FSP & CBMEM: Fix broken cbmem CAR transition.Martin Roth2015-02-061-7/+16
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-271-1/+7
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-0/+32
* x86: Initialize drivers in SMM context if neededDavid Hendricks2015-01-092-0/+28
* arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki2014-12-312-10/+2
* CBMEM: Always build for x86 romstageKyösti Mälkki2014-12-302-3/+8
* x86: Set BOOT_MEDIA_SPI_BUSDavid Hendricks2014-12-151-0/+7
* Unify remaining binutils invocationsPatrick Georgi2014-11-301-4/+0
* Replace hlt() loops with halt()Patrick Georgi2014-11-301-4/+2
* cpu/amd/agesa/family15rl: Provide Richland CPU supportEdward O'Callaghan2014-11-272-2/+3
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-251-6/+1
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-4/+4
* cpu/x86/smm/Makefile.inc: Fix up linkage rulesEdward O'Callaghan2014-11-111-26/+25
* cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang buildsEdward O'Callaghan2014-10-281-0/+9
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-272-6/+6
* x86/mtrr: Enable MTRR's before enabling cachingIsaac Christensen2014-09-251-4/+4
* x86: Minimize work done with the caches disabled in mtrr functions.Gabe Black2014-09-241-38/+78
* arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner2014-09-151-0/+2
* sandybridge: Add native sandybridgeVladimir Serbinenko2014-08-302-3/+3
* x86/smm/smihandler.c: break case in switchPatrick Georgi2014-08-111-0/+1
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-112-7/+7
* cpu/x86/lapic/lapic.c: trivial: fix comment on #elseDaniele Forsi2014-08-031-1/+1
* sandy/ivybridge: Native raminit.Vladimir Serbinenko2014-07-292-3/+3
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-2/+2
* cpu,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-172-2/+0
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-111-1/+1
* cpu: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-082-2/+0
* x86 MTRR: Drop unused return valueKyösti Mälkki2014-06-301-2/+1
* Use MTRR definesKyösti Mälkki2014-06-301-4/+3
* cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always falseEdward O'Callaghan2014-06-291-1/+1
* Don't add .eh_frame sections to SMM imagePatrick Georgi2014-06-282-0/+4
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-1/+1
* build: use CFLAGS_* in more places where they're neededPatrick Georgi2014-05-192-7/+7
* Replace SERIAL_CPU_INIT with PARALLEL_CPU_INITKyösti Mälkki2014-05-102-21/+17
* Intel FSP: add a shared set of functions for the FSPMartin Roth2014-05-091-0/+7
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-062-16/+20
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-1/+1
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-49/+0
* cpu/amd/agesa/family15tn: Add initial support for SMM modeAlexandru Gagniuc2014-04-162-1/+10
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-3/+0
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-8/+2