summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic
Commit message (Expand)AuthorAgeFilesLines
* 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
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-4/+4
* cpu/x86/lapic/lapic.c: trivial: fix comment on #elseDaniele Forsi2014-08-031-1/+1
* cpu: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* Replace SERIAL_CPU_INIT with PARALLEL_CPU_INITKyösti Mälkki2014-05-101-19/+15
* x86: use car_(get|set)_var accessors for apic timerAaron Durbin2014-04-011-8/+22
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-111-1/+1
* x86: add common definitions for control registersAaron Durbin2014-01-281-23/+4
* Don't wait on 2065xVladimir Serbinenko2013-11-221-1/+1
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* Include boot_cpu.c for romstage buildsKyösti Mälkki2013-08-152-2/+1
* X86: make the SIPI num_starts a config variableRonald G. Minnich2013-07-221-9/+3