index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86: ivybridge: Move LPC init into the LPC probe() method
Simon Glass
2016-01-24
3
-14
/
+9
*
x86: ivybridge: Move lpc_enable() into gma.c
Simon Glass
2016-01-24
4
-9
/
+4
*
x86: ivybridge: Use driver model PCI API in sata.c
Simon Glass
2016-01-24
1
-49
/
+45
*
x86: ivybridge: Use the SATA driver to do the init
Simon Glass
2016-01-24
3
-10
/
+8
*
x86: ivybridge: Drop the unused bd82x6x_init_extra()
Simon Glass
2016-01-24
3
-18
/
+0
*
x86: ivybridge: Do the SATA init before relocation
Simon Glass
2016-01-24
5
-11
/
+36
*
x86: ivybridge: Drop unnecessary northbridge setup
Simon Glass
2016-01-24
1
-20
/
+0
*
x86: ivybridge: Use driver model PCI API in bd82x6x.c
Simon Glass
2016-01-24
2
-16
/
+7
*
x86: ivybridge: Move northbridge and PCH init into drivers
Simon Glass
2016-01-24
3
-47
/
+12
*
x86: Bring up northbridge, pch and lpc after the CPUs
Simon Glass
2016-01-24
1
-2
/
+18
*
x86: Don't show an error when the MRC cache is up to date
Simon Glass
2016-01-24
1
-1
/
+5
*
x86: Make x86_init_cpus() static
Simon Glass
2016-01-24
2
-3
/
+1
*
x86: ivybridge: Move early init code into northbridge.c
Simon Glass
2016-01-24
3
-82
/
+67
*
x86: ivybridge: Drop the dead MTRR code
Simon Glass
2016-01-24
1
-10
/
+0
*
x86: ivybridge: Set up the thermal target correctly
Simon Glass
2016-01-24
1
-11
/
+10
*
x86: ivybridge: Move CPU init code into the driver
Simon Glass
2016-01-24
3
-22
/
+4
*
x86: ivybridge: Use common CPU init code
Simon Glass
2016-01-24
2
-52
/
+76
*
x86: ivybridge: Move GPIO init to the LPC init() method
Simon Glass
2016-01-24
2
-4
/
+3
*
x86: ivybridge: Move sandybridge init to the lpc probe() method
Simon Glass
2016-01-24
2
-17
/
+18
*
x86: ivybridge: Move graphics init much later
Simon Glass
2016-01-24
3
-78
/
+76
*
x86: ivybridge: Probe the LPC in CPU init
Simon Glass
2016-01-24
1
-3
/
+2
*
x86: ivybridge: Rename lpc_init() to lpc_init_extra()
Simon Glass
2016-01-24
3
-3
/
+3
*
x86: ivybridge: Move LPC and PCH init into northbridge probe()
Simon Glass
2016-01-24
1
-23
/
+24
*
x86: ivybridge: Move northbridge init into the probe() method
Simon Glass
2016-01-24
2
-14
/
+21
*
x86: ivybridge: Add a driver for the bd82x6x northbridge
Simon Glass
2016-01-24
2
-0
/
+25
*
dm: x86: Add a northbridge uclass
Simon Glass
2016-01-24
2
-0
/
+16
*
x86: ivybridge: Rename bd82x6x_init()
Simon Glass
2016-01-24
4
-3
/
+11
*
x86: ivybridge: Move more init to the probe() function
Simon Glass
2016-01-24
2
-43
/
+43
*
x86: ivybridge: Move lpc_early_init() to probe()
Simon Glass
2016-01-24
4
-28
/
+26
*
x86: ivybridge: Set up the LPC device using driver model
Simon Glass
2016-01-24
4
-1
/
+15
*
dm: x86: Drop the weak cpu_irq_init() function
Simon Glass
2016-01-24
2
-17
/
+0
*
dm: x86: queensbay: Add an interrupt driver
Simon Glass
2016-01-24
4
-39
/
+67
*
dm: x86: quark: Add an interrupt driver
Simon Glass
2016-01-24
4
-27
/
+51
*
x86: Use the IRQ device when setting up the mptable
Simon Glass
2016-01-24
2
-19
/
+11
*
dm: x86: Add a common PIRQ init function
Simon Glass
2016-01-24
2
-1
/
+13
*
dm: x86: Set up interrupt routing from interrupt_init()
Simon Glass
2016-01-24
7
-25
/
+12
*
dm: x86: Create a driver for x86 interrupts
Simon Glass
2016-01-24
1
-0
/
+25
*
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
Simon Glass
2016-01-24
12
-326
/
+425
*
dm: Expand the uclass for Platform Controller Hubs (PCH)
Simon Glass
2016-01-24
2
-31
/
+0
*
x86: quark: Fix boot breakage
Bin Meng
2016-01-19
1
-11
/
+16
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
2
-24
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2016-01-14
24
-101
/
+3092
|
\
|
*
x86: qemu: remove cpu node in device tree
Miao Yan
2016-01-13
2
-14
/
+0
|
*
x86: qemu: fix cpu device in smp boot
Miao Yan
2016-01-13
2
-11
/
+72
|
*
x86: use actual CPU number for allocating memory
Miao Yan
2016-01-13
1
-3
/
+3
|
*
x86: fix a typo in function name
Miao Yan
2016-01-13
1
-3
/
+3
|
*
x86: qemu: add a cpu uclass driver for qemu target
Miao Yan
2016-01-13
4
-5
/
+62
|
*
x86: qemu: add fw_cfg support
Miao Yan
2016-01-13
4
-1
/
+380
|
*
x86: ivybridge: Add macros for LPC decode ranges
Bin Meng
2016-01-13
1
-0
/
+10
|
*
x86: fsp: Always use hex numbers in the hob command output
Bin Meng
2016-01-13
1
-2
/
+2
[prev]
[next]