index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
patman: add distutils based installer
Chris Packham
2015-07-28
4
-8
/
+39
*
x86: Reserve PCIe ECAM address range in the E820 table
Bin Meng
2015-07-28
3
-1
/
+20
*
x86: qemu: Turn on PCIe ECAM address range decoding on Q35
Bin Meng
2015-07-28
2
-0
/
+8
*
x86: qemu: Enable writing MP table
Bin Meng
2015-07-28
4
-3
/
+58
*
x86: Allow cpu-x86 driver to be probed for UP
Bin Meng
2015-07-28
1
-0
/
+9
*
x86: qemu: Enable I/O APIC chip select on PIIX3
Bin Meng
2015-07-28
2
-2
/
+11
*
x86: mpspec: Move writing ISA interrupt entry after PCI
Bin Meng
2015-07-28
1
-5
/
+21
*
x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC
Bin Meng
2015-07-28
2
-7
/
+34
*
x86: Convert to use driver model pci on queensbay/crownbay
Bin Meng
2015-07-28
5
-53
/
+6
*
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
*
Fix incorrect comments in linker_lists.h
Bin Meng
2015-07-28
1
-10
/
+10
*
buildman: Correct '--fetch-arch' command documentation
Bin Meng
2015-07-28
1
-2
/
+2
*
x86: pci: Do not assign irq 0 to pci device
Bin Meng
2015-07-28
1
-0
/
+2
*
x86: pci: Assign pci irqs to all functions
Bin Meng
2015-07-28
3
-14
/
+19
*
x86: Enable DM RTC support for all x86 boards
Bin Meng
2015-07-28
14
-9
/
+36
*
x86: Change pci option rom area MTRR setting to cacheable
Bin Meng
2015-07-28
2
-7
/
+22
*
x86: Simplify architecture defined exception handling in irq_llsr()
Bin Meng
2015-07-28
1
-105
/
+46
*
x86: Display correct CS/EIP/EFLAGS when there is an error code
Bin Meng
2015-07-28
3
-4
/
+65
*
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2015-07-28
32
-117
/
+1427
|
\
|
*
cmd_mp: Add support for showing all CPU status by one command
Michal Simek
2015-07-28
1
-0
/
+22
|
*
spi: zynq_spi: Simplify debug macro
Michal Simek
2015-07-28
1
-1
/
+1
|
*
zynq: Fix typo in Makefile about custom ps7_init file
Michal Simek
2015-07-28
1
-1
/
+1
|
*
net: gem: Extend timeout value
Michal Simek
2015-07-28
1
-1
/
+1
|
*
zynqmp: Show EL level where U-Boot runs
Michal Simek
2015-07-28
1
-0
/
+2
|
*
ARM: zynqmp: Wire up SATA for the board
Michal Simek
2015-07-28
4
-0
/
+24
|
*
ARM: zynqmp: Wire up ethernet controllers
Michal Simek
2015-07-28
4
-0
/
+56
|
*
ARM: zynq: Add support for zc770-xm011
Michal Simek
2015-07-28
4
-0
/
+82
|
*
ARM: zynq: DT: Update zc770 dtses
Michal Simek
2015-07-28
3
-12
/
+176
|
*
ARM: zynq: DT: Add zc702 pushbuttons to DT as gpio-keys
Michal Simek
2015-07-28
1
-0
/
+21
|
*
ARM: zynq: DT: Add missing interrupt for L2 pl310
Michal Simek
2015-07-28
1
-0
/
+1
|
*
ARM: zynq: DT: Get rid of ps-clk-frequency
Michal Simek
2015-07-28
1
-1
/
+0
|
*
ARM: zynq: DT: Update years in copyright
Michal Simek
2015-07-28
1
-1
/
+1
|
*
ARM: zynq: DT: Sync zc702/zc706/zed/zybo DT with kernel
Michal Simek
2015-07-28
4
-13
/
+715
|
*
ARM: zynq: DT: Add reference to bus node
Michal Simek
2015-07-28
1
-1
/
+1
|
*
ARM: zynq: DT: Add pinctrl node
Michal Simek
2015-07-28
1
-1
/
+7
|
*
ARM: zynq: DT: Cleanup address-cells and size-cells
Michal Simek
2015-07-28
1
-1
/
+4
|
*
ARM: zynq: DT: Clean up timer device tree nodes
Michal Simek
2015-07-28
1
-2
/
+2
|
*
ARM: zynq: DT: Use the zynq binding with macb
Michal Simek
2015-07-28
1
-2
/
+2
|
*
ARM: zynq: DT: Fix GEM register area size
Michal Simek
2015-07-28
1
-2
/
+2
|
*
spi: Fix zynq SPI binding
Michal Simek
2015-07-28
3
-19
/
+22
|
*
ARM: zynq: DT: Remove 222 MHz OPP
Michal Simek
2015-07-28
1
-1
/
+0
|
*
ARM: zynq: DT: Migrate UART to Cadence binding
Michal Simek
2015-07-28
1
-4
/
+4
|
*
ARM: zynq: DT: Add a fixed regulator for CPU voltage
Michal Simek
2015-07-28
1
-0
/
+10
|
*
ARM: zynq: DT: Add missing nodes to DTSI
Michal Simek
2015-07-28
1
-0
/
+100
|
*
ARM: zynq: DT: Use the right names for nodes
Michal Simek
2015-07-28
1
-10
/
+10
|
*
zynqmp: Add support for IP detection via SLCR
Michal Simek
2015-07-28
4
-0
/
+74
|
*
zynqmp: mp: Simplify set_r5_start handling
Michal Simek
2015-07-28
1
-6
/
+1
[next]