summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/interrupts.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Call lapic_setup() in interrupt_init()Bin Meng2016-05-231-3/+5
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-1/+1
* dm: x86: Set up interrupt routing from interrupt_init()Simon Glass2016-01-241-0/+9
* x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng2015-11-131-1/+1
* x86: Show the un-relocated IP address in exceptionsSimon Glass2015-08-141-0/+2
* x86: Handle running as EFI payloadSimon Glass2015-08-051-2/+8
* x86: Add support for U-Boot as an EFI applicationBen Stoltz2015-08-051-0/+6
* x86: Tidy up a few minor issues with interruptsSimon Glass2015-08-051-5/+4
* x86: Simplify architecture defined exception handling in irq_llsr()Bin Meng2015-07-281-105/+46
* x86: Display correct CS/EIP/EFLAGS when there is an error codeBin Meng2015-07-281-1/+28
* x86: Provide access to the IDTSimon Glass2015-04-291-0/+5
* x86: Drop old CONFIG_INTEL_CORE_ARCH codeSimon Glass2014-11-251-28/+0
* x86: Refactor interrupt_init()Bin Meng2014-11-251-6/+20
* x86: Fix up some missing prototypesSimon Glass2014-11-211-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* x86: Declare global_data pointer when it is usedSimon Glass2013-05-131-0/+2
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-041-4/+3
* x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury2012-12-061-0/+31
* x86: Add basic cache operationsStefan Reinauer2012-12-061-66/+2
* x86: Tweak IDT and GDT for alignment and readabilityGraeme Russ2012-01-041-1/+1
* x86: Ensure IDT and GDT remain 16-byte aligned post relocationGraeme Russ2011-11-291-1/+1
* cosmetic: checkpatch cleanup of arch/x86/cpu/*.cGraeme Russ2011-11-291-12/+19
* x86: Call hang() on unrecoverable exceptionGraeme Russ2011-11-291-10/+10
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-2/+2
* x86: Rename i386 to x86Graeme Russ2011-04-131-0/+674
OpenPOWER on IntegriCloud