summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic
Commit message (Expand)AuthorAgeFilesLines
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-102-10/+0
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-131-11/+1
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-1/+1
* src/cpu/x86/lapic/lapic.c: Add missing newlineChristian Walter2019-05-281-1/+1
* lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_idSubrata Banik2019-05-131-0/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-15/+15
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS2019-01-271-46/+7
* arch/x86: Enforce CPU stack alignmentKyösti Mälkki2019-01-141-11/+11
* arch/x86/lapic: Remove second stack poisoningKyösti Mälkki2019-01-111-6/+2
* src: Replace common MSR addresses with macrosElyes HAOUAS2018-11-081-1/+2
* cpu/x86/lapic/apic_timer.c: Compile the same code for all stagesArthur Heymans2018-08-032-9/+13
* src/cpu: Remove unneeded includesElyes HAOUAS2018-06-011-2/+0
* cpu/x86: Get rid of device_tElyes HAOUAS2018-04-301-2/+2
* arch/x86: Fix call for wait_other_cpus_stop()Kyösti Mälkki2018-04-281-3/+3
* intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2cElyes HAOUAS2017-12-111-2/+4
* x86/lapic: Use the existing lapicid() functionMarc Jones2017-10-311-1/+1
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-1/+1
* arch/x86: Sanity checking on HAVE_SMI_HANDLERKyösti Mälkki2017-08-191-3/+5
* i82801dx/gx/ix/jx: Add low-memory backup for S3 pathKyösti Mälkki2017-08-191-0/+6
* arch/x86: Clean up CONFIG_SMP and MAX_CPUS testKyösti Mälkki2017-08-193-28/+22
* arch/x86: Fix ugly NEED_LAPIC useKyösti Mälkki2017-08-192-34/+14
* x86/lapic/secondary.S: Align stack for _secondary_startMarshall Dawson2017-07-201-0/+2
* src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-134-14/+15
* cpu/x86: Fix misc. remaining issues detected by checkpatchLee Leahy2017-03-161-3/+4
* cpu/x86: Wrap lines at 80 columnsLee Leahy2017-03-162-5/+10
* cpu/x86: Remove braces and else if unnecessaryLee Leahy2017-03-161-20/+10
* cpu/x86: Fix various issues detected by checkpatch.plLee Leahy2017-03-162-5/+5
* src/cpu/x86: Update/Add license headers to all filesMartin Roth2017-02-223-0/+39
* Set the fsb timer correctly for Netburst CPUsArthur Heymans2016-12-161-22/+38
* src/cpu: Remove unnecessary whitespaceElyes HAOUAS2016-10-071-4/+4
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-282-8/+8
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-233-7/+7
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-8/+8
* src/cpu: Capitalize ROM and RAMElyes HAOUAS2016-07-311-1/+1
* ACPI S3: Move SMP trampoline recoveryKyösti Mälkki2016-06-221-14/+24
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-0/+1
* */Makefile.inc: Compile files needed by uart8250 in x86 bootblockAlexandru Gagniuc2016-01-211-0/+1
* x86/smm: Initialize SMM on some CPUs one-by-oneDamien Zammit2015-12-021-1/+46
* cpu/x86/lapic: Add stack overrun detectionTimothy Pearson2015-11-141-0/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* indent style fix for lapic_cpu_init.cJonathan A. Kollasch2015-07-171-1/+1
* Revert "sandy/ivybridge: use LAPIC timer in SMM"Patrick Georgi2015-07-061-3/+0
* sandy/ivybridge: use LAPIC timer in SMMStefan Reinauer2015-07-021-0/+3
* cpu: x86 port to 64bitStefan Reinauer2015-06-201-2/+6
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-2/+2
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-0/+1
* arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki2014-12-311-6/+1
* Replace hlt() loops with halt()Patrick Georgi2014-11-301-4/+2