index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pci/layerscape: Setup mmu-masters property for the PCIe
Varun Sethi
2015-09-01
1
-0
/
+9
*
dm: pci: Optimize pci_uclass_post_bind()
Bin Meng
2015-08-26
1
-0
/
+7
*
dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()
Bin Meng
2015-08-26
1
-2
/
+2
*
x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()
Bin Meng
2015-08-26
1
-0
/
+21
*
dm: pci: Support selected device/driver binding before relocation
Bin Meng
2015-08-26
1
-11
/
+30
*
x86: Set up video framebuffer for coreboot before loading kernel
Bin Meng
2015-08-26
1
-2
/
+0
*
video: coreboot: Save VESA mode for future use
Bin Meng
2015-08-26
1
-1
/
+1
*
pci: mvebu: Add PCIe driver
Anton Schubert
2015-08-17
2
-0
/
+424
*
Revert "dm: pci: Allow scan bridge child devices before relocation"
Simon Glass
2015-08-14
1
-0
/
+4
*
dm: pci: Add a way to iterate through all PCI devices
Simon Glass
2015-08-14
1
-0
/
+60
*
dm: pci: Provide friendly config access functions
Simon Glass
2015-08-14
1
-0
/
+76
*
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type
York Sun
2015-08-06
1
-5
/
+5
*
pci: Remove DEBUG from pci_compat.c
Bin Meng
2015-08-05
1
-1
/
+0
*
pci: Indicate prefetchable memory allocate when debugging
Simon Glass
2015-08-05
1
-2
/
+3
*
pci: Add a constant for an invalid interrupt
Simon Glass
2015-08-05
1
-1
/
+2
*
pci: Fix up code for CONFIG_PCI_ENUM_ONLY
Simon Glass
2015-08-05
1
-1
/
+3
*
pci: Use debug() instead of DEBUGF() in pci_auto.c
Simon Glass
2015-08-05
1
-25
/
+23
*
x86: Sanity test on vesa parameters before setting up kernel screen_info
Bin Meng
2015-08-05
1
-0
/
+4
*
dm: pci: Allow scan bridge child devices before relocation
Bin Meng
2015-08-05
1
-4
/
+0
*
drivers/pci/layerscape: Add EP mode support
Minghuan Lian
2015-08-03
1
-2
/
+135
*
drivers/pci: Add function to find an extended capability
Minghuan Lian
2015-08-03
1
-0
/
+53
*
dm: pci: Support bridge device configuration correctly
Bin Meng
2015-07-28
3
-18
/
+61
*
dm: pci: Pass only device/function to pci_bus_find_devfn()
Bin Meng
2015-07-28
1
-1
/
+1
*
dm: pci: Use complete bdf in all pci config read/write routines
Bin Meng
2015-07-28
1
-27
/
+27
*
dm: pci: Correct primary/secondary/subordinate bus number assignment
Bin Meng
2015-07-28
1
-0
/
+9
*
dm: pci: Add a function to get the BDF for a device
Simon Glass
2015-07-21
2
-12
/
+11
*
dm: pci: Add support for PCI driver matching
Simon Glass
2015-07-21
1
-13
/
+116
*
armv8/fsl-lsch3: device tree fixups for PCI stream IDs
Stuart Yoder
2015-07-20
1
-0
/
+62
*
pci: Disable expansion ROM address decoding when signature check fails
Bin Meng
2015-07-14
1
-0
/
+4
*
pci: Configure expansion ROM during auto config process
Bin Meng
2015-07-14
2
-31
/
+22
*
dm: x86: baytrail: Correct PCI region 3 when driver model is used
Simon Glass
2015-07-14
1
-2
/
+6
*
x86: pci: Tidy up the generic x86 PCI driver
Simon Glass
2015-07-14
1
-5
/
+8
*
x86: Configure VESA parameters before loading Linux kernel
Bin Meng
2015-07-14
1
-0
/
+28
*
x86: Move VGA option rom macros to Kconfig
Bin Meng
2015-07-14
1
-2
/
+2
*
video: Add 32-bit color depth support for VBE
Jian Luo
2015-07-14
1
-0
/
+1
*
dm: pci: Correct bus number when scanning sub-buses
Simon Glass
2015-07-14
1
-1
/
+1
*
dm: pci: Use the correct hose when configuring devices
Simon Glass
2015-07-14
2
-1
/
+11
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2015-06-08
1
-1
/
+3
|
\
|
*
pci: imx: display message if no pcie link
Tim Harvey
2015-05-28
1
-1
/
+3
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2015-06-05
1
-0
/
+1
|
\
\
|
*
|
dm: pci: Allow PCI bus numbering aliases
Simon Glass
2015-06-04
1
-0
/
+1
*
|
|
pci: Do not skip legacy IDE device configuration
Bin Meng
2015-06-04
1
-14
/
+0
*
|
|
pci: Allow debug message output in pci_auto.c
Bin Meng
2015-06-04
1
-1
/
+0
*
|
|
pci: Move pci_hose_phys_to_bus() to pci_common.c
Bin Meng
2015-06-04
2
-70
/
+66
|
/
/
*
|
pci: display header for bus scan
Tim Harvey
2015-05-27
1
-0
/
+4
|
/
*
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2015-05-05
1
-1
/
+22
|
\
|
*
fsl/pci: Set CFG_READY for PCIe v3.0 and later
Minghuan Lian
2015-05-04
1
-1
/
+7
|
*
T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
Zhao Qiang
2015-05-04
1
-0
/
+15
*
|
pci: Remove parameter 'class' of pci_rom_load()
Bin Meng
2015-04-29
1
-2
/
+2
*
|
pci: Option rom class is a 24-bit number
Bin Meng
2015-04-29
1
-9
/
+11
|
/
[prev]
[next]