Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6b9f0102c277ef110118c41a173c453fc6fd2899
/
arch
/
x86
/
cpu
/
i386
/
interrupt.c
6b9f010
common: Drop asm/ptrace.h from common header
by Simon Glass
· 4 years, 7 months ago
8b8e754
x86: cpu: Skip init code when chain loading
by Simon Glass
· 4 years, 7 months ago
21bb12a
x86: Give each driver an IRQ type
by Simon Glass
· 4 years, 10 months ago
f11478f
common: Move hang() to the same header as panic()
by Simon Glass
· 5 years ago
da25eff
common: Move ll_boot_init() to init.h
by Simon Glass
· 5 years ago
9b61c7c
common: Move interrupt functions into a new header
by Simon Glass
· 5 years ago
954108d
x86: show UEFI images involved in crash
by Heinrich Schuchardt
· 5 years ago
973c099
Fix spelling of available.
by Vagrant Cascadian
· 6 years ago
d18df3c
x86: make the LAPIC / IOAPIC construct switchable with Kconfig
by Hannes Schmelzer
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
6c0712a
x86: Force 32-bit jumps in interrupt handlers
by J. Tang
· 8 years ago
1560a63
x86: Fix up CONFIG_X86_64 check
by Simon Glass
· 8 years ago
16a624b
x86: Move the i386 code into its own directory
by Simon Glass
· 8 years ago
[Renamed (98%) from arch/x86/cpu/interrupts.c]
b58770f
x86: Correct address casts in interrupt code
by Simon Glass
· 8 years ago
87086d5
x86: Allow interrupts to be disabled in 64-bit mode
by Simon Glass
· 8 years ago
d538c36
x86: Call lapic_setup() in interrupt_init()
by Bin Meng
· 9 years ago
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
754f55e
dm: x86: Set up interrupt routing from interrupt_init()
by Simon Glass
· 9 years ago
b29a08c
x86: Rename pcat_ to i8254 and i8259 accordingly
by Bin Meng
· 9 years ago
79dd434
x86: Show the un-relocated IP address in exceptions
by Simon Glass
· 9 years ago
2b6d80b
x86: Handle running as EFI payload
by Simon Glass
· 9 years ago
ab76a47
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· 9 years ago
c4b9ef8
x86: Tidy up a few minor issues with interrupts
by Simon Glass
· 9 years ago
fdebed8
x86: Simplify architecture defined exception handling in irq_llsr()
by Bin Meng
· 9 years ago
9ff054b
x86: Display correct CS/EIP/EFLAGS when there is an error code
by Bin Meng
· 9 years ago
98d7e98
x86: Provide access to the IDT
by Simon Glass
· 10 years ago
2096c8f
x86: Drop old CONFIG_INTEL_CORE_ARCH code
by Simon Glass
· 10 years ago
cb9d9cb
x86: Refactor interrupt_init()
by Bin Meng
· 10 years ago
8337433
x86: Fix up some missing prototypes
by Simon Glass
· 10 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
bb6306c
x86: Declare global_data pointer when it is used
by Simon Glass
· 12 years ago
6fa6e4a
x86: Permit bootstage and timer data to be used prior to relocation
by Simon Glass
· 12 years ago
6ab0258
x86: Provide tick counter and frequency reference for Intel core architecture
by Vadim Bendebury
· 12 years ago
2acf848
x86: Add basic cache operations
by Stefan Reinauer
· 12 years ago
af3f2c8
x86: Tweak IDT and GDT for alignment and readability
by Graeme Russ
· 13 years ago
2768d85
x86: Ensure IDT and GDT remain 16-byte aligned post relocation
by Graeme Russ
· 13 years ago
fdee8b1
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
by Graeme Russ
· 13 years ago
5e0e287
x86: Call hang() on unrecoverable exception
by Graeme Russ
· 13 years ago
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· 13 years ago
cbfce1d
x86: Rename i386 to x86
by Graeme Russ
· 14 years ago
[Renamed from arch/i386/cpu/interrupts.c]
45fc1d8
x86: Code cleanup
by Graeme Russ
· 14 years ago
93efcb2
x86: Add processor flags header from linux
by Graeme Russ
· 14 years ago
6869980
x86: Add stack dump to register dump
by Graeme Russ
· 14 years ago
4326153
x86: Fix %ss and %esp in register structure for interrupts
by Graeme Russ
· 14 years ago
bed10fa
x86: Change compiler options
by Graeme Russ
· 14 years ago
c39acb4
x86: Add register dump to crash handlers
by Graeme Russ
· 15 years ago
16261b5
i386: Move cpu/i386/* to arch/i386/cpu/*
by Peter Tyser
· 15 years ago
[Renamed from cpu/i386/interrupts.c]
078395c
i386: Final Relocation
by Graeme Russ
· 15 years ago
1aafcc9
i386: Remove inline asm symbols from .dynsym
by Graeme Russ
· 15 years ago
d11b085
i386: Rearrange Interupt Handling
by Graeme Russ
· 15 years ago
8495964
Add basic relocation to i386 port
by Graeme Russ
· 16 years ago
77290ee
Rewrite i386 interrupt handling
by Graeme Russ
· 16 years ago
278638d
Moved generic (triple fault) reset code
by Graeme Russ
· 16 years ago
0c8c62e
Moved definition of set_vector() to new header file
by Graeme Russ
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
874ac26
* Implement new mechanism to export U-Boot's functions to standalone
by wdenk
· 21 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
abda5ca
* Patch by Marc Singer, 29 May 2003:
by wdenk
· 22 years ago
591dda5
* Patch by Daniel Engström, 13 Nov 2002:
by wdenk
· 22 years ago