index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
irq.c
Age
Commit message (
Expand
)
Author
2016-05-23
x86: Fix up PIRQ routing table checksum earlier
Bin Meng
2016-05-23
x86: irq: Enable SCI on IRQ9
Bin Meng
2016-05-23
x86: irq: Reserve IRQ9 for ACPI in PIC mode
Bin Meng
2016-02-05
x86: irq: Convert to use DM PCI API
Bin Meng
2016-02-05
x86: irq: Move irq_router to a per driver priv
Bin Meng
2016-02-05
x86: irq: Get irq_router's bdf via dm_pci_get_bdf()
Bin Meng
2016-01-24
dm: x86: Drop the weak cpu_irq_init() function
Simon Glass
2016-01-24
x86: Use the IRQ device when setting up the mptable
Simon Glass
2016-01-24
dm: x86: Add a common PIRQ init function
Simon Glass
2016-01-24
dm: x86: Set up interrupt routing from interrupt_init()
Simon Glass
2016-01-24
dm: x86: Create a driver for x86 interrupts
Simon Glass
2016-01-24
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
Simon Glass
2015-08-14
x86: Allow pirq_init() to return an error
Simon Glass
2015-08-14
x86: Tidy up the PIRQ routing code a little
Simon Glass
2015-07-14
x86: Reduce PIRQ routing table size
Bin Meng
2015-07-14
x86: Ignore function number when writing PIRQ routing table
Bin Meng
2015-07-14
x86: Write correct bus number for the irq router
Bin Meng
2015-06-04
x86: Do sanity test on pirq table before writing
Bin Meng
2015-06-04
x86: Refactor PIRQ routing support
Bin Meng