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
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
|
*
x86: ivybridge: Do not require HAVE_INTEL_ME
Bin Meng
2016-01-13
1
-1
/
+0
|
*
x86: ivybridge: Add microcode blobs for all the steppings
Bin Meng
2016-01-13
4
-0
/
+2472
|
*
x86: fsp: Set up init runtime buffer in update_fsp_configs()
Bin Meng
2016-01-13
4
-9
/
+18
|
*
x86: fsp: Move struct fspinit_rtbuf definition to chipset header
Bin Meng
2016-01-13
4
-16
/
+8
|
*
x86: queensbay: Remove invalid comments in update_fsp_configs()
Bin Meng
2016-01-13
1
-6
/
+0
|
*
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
Bin Meng
2016-01-13
2
-9
/
+23
|
*
x86: fsp: Rename update_fsp_upd() and change its signature
Bin Meng
2016-01-13
4
-12
/
+13
|
*
x86: fsp: Rename shared_data to fsp_config_data
Bin Meng
2016-01-13
5
-12
/
+46
|
*
x86: fsp: Add boot_mode as a member of struct shared_data
Bin Meng
2016-01-13
2
-0
/
+2
|
*
x86: fsp: Avoid cast stack_top in struct shared_data
Bin Meng
2016-01-13
3
-4
/
+4
|
*
x86: fsp: Simplify fsp_continue()
Bin Meng
2016-01-13
2
-26
/
+7
*
|
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2016-01-13
2
-3
/
+4
*
|
dm: Convert PCI MMC over to use DM PCI API
Simon Glass
2016-01-12
3
-6
/
+6
*
|
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
Simon Glass
2016-01-12
1
-1
/
+2
*
|
dm: pci: video: Convert video and pci_rom to use DM PCI API
Simon Glass
2016-01-12
1
-2
/
+2
*
|
dm: Convert bios_interrupts to use DM PCI API
Simon Glass
2016-01-12
1
-13
/
+23
*
|
dm: x86: ivybridge: Convert graphics init to use DM PCI API
Simon Glass
2016-01-12
3
-12
/
+12
|
/
*
x86: Remove HAVE_ACPI_RESUME
Bin Meng
2015-12-09
3
-34
/
+0
*
x86: Remove CPU_INTEL_SOCKET_RPGA989
Bin Meng
2015-12-09
1
-11
/
+4
*
x86: Clean up ivybridge/chrome Kconfig options
Bin Meng
2015-12-09
1
-30
/
+0
*
x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE
Bin Meng
2015-12-09
2
-33
/
+1
*
x86: Move i8254_init() to x86_cpu_init_f()
Bin Meng
2015-12-09
1
-0
/
+5
*
x86: Fix PCI UART compatible string for crownbay and galileo
Bin Meng
2015-12-09
2
-5
/
+5
*
dm: pci: Disable PCI compatibility functions by default
Simon Glass
2015-12-01
1
-0
/
+3
*
x86: tsc: Move tsc_timer.c to drivers/timer
Bin Meng
2015-12-01
2
-390
/
+0
*
x86: tsc: Remove legacy timer codes
Bin Meng
2015-12-01
5
-80
/
+0
*
x86: Convert to use driver model timer
Bin Meng
2015-12-01
18
-39
/
+32
*
x86: tsc: Add driver model timer support
Bin Meng
2015-12-01
1
-0
/
+65
[prev]
[next]