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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86: ivybridge: Move code from pch.c to bd82x6x.c
Simon Glass
2016-01-24
1
-18
/
+0
*
x86: ivybridge: Convert pch.c to use DM PCI API
Simon Glass
2016-01-24
1
-5
/
+37
*
x86: ivybridge: Convert report_platform to DM PCI API
Simon Glass
2016-01-24
1
-1
/
+1
*
x86: ivybridge: Convert SDRAM init to use driver model
Simon Glass
2016-01-24
1
-5
/
+40
*
x86: ivybridge: Move LPC init into the LPC probe() method
Simon Glass
2016-01-24
1
-2
/
+0
*
x86: ivybridge: Move lpc_enable() into gma.c
Simon Glass
2016-01-24
1
-1
/
+0
*
x86: ivybridge: Use the SATA driver to do the init
Simon Glass
2016-01-24
1
-1
/
+0
*
x86: ivybridge: Drop the unused bd82x6x_init_extra()
Simon Glass
2016-01-24
1
-1
/
+0
*
x86: ivybridge: Do the SATA init before relocation
Simon Glass
2016-01-24
1
-1
/
+0
*
x86: ivybridge: Use driver model PCI API in bd82x6x.c
Simon Glass
2016-01-24
1
-3
/
+0
*
x86: ivybridge: Move northbridge and PCH init into drivers
Simon Glass
2016-01-24
1
-1
/
+0
*
x86: Make x86_init_cpus() static
Simon Glass
2016-01-24
1
-2
/
+0
*
x86: ivybridge: Move CPU init code into the driver
Simon Glass
2016-01-24
1
-15
/
+0
*
x86: ivybridge: Rename lpc_init() to lpc_init_extra()
Simon Glass
2016-01-24
1
-1
/
+1
*
x86: ivybridge: Rename bd82x6x_init()
Simon Glass
2016-01-24
1
-1
/
+1
*
x86: ivybridge: Move lpc_early_init() to probe()
Simon Glass
2016-01-24
1
-10
/
+0
*
dm: x86: Drop the weak cpu_irq_init() function
Simon Glass
2016-01-24
1
-10
/
+0
*
dm: x86: Add a common PIRQ init function
Simon Glass
2016-01-24
1
-0
/
+7
*
dm: x86: Set up interrupt routing from interrupt_init()
Simon Glass
2016-01-24
1
-10
/
+0
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
1
-12
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2016-01-14
7
-29
/
+159
|
\
|
*
x86: qemu: add fw_cfg support
Miao Yan
2016-01-13
1
-0
/
+93
|
*
x86: ivybridge: Add macros for LPC decode ranges
Bin Meng
2016-01-13
1
-0
/
+10
|
*
x86: fsp: Set up init runtime buffer in update_fsp_configs()
Bin Meng
2016-01-13
1
-1
/
+3
|
*
x86: fsp: Move struct fspinit_rtbuf definition to chipset header
Bin Meng
2016-01-13
4
-16
/
+8
|
*
x86: fsp: Rename update_fsp_upd() and change its signature
Bin Meng
2016-01-13
1
-3
/
+3
|
*
x86: fsp: Rename shared_data to fsp_config_data
Bin Meng
2016-01-13
4
-7
/
+41
|
*
x86: fsp: Add boot_mode as a member of struct shared_data
Bin Meng
2016-01-13
1
-0
/
+1
|
*
x86: fsp: Avoid cast stack_top in struct shared_data
Bin Meng
2016-01-13
2
-2
/
+2
|
*
x86: fsp: Simplify fsp_continue()
Bin Meng
2016-01-13
1
-3
/
+1
*
|
dm: x86: ivybridge: Convert graphics init to use DM PCI API
Simon Glass
2016-01-12
1
-2
/
+1
|
/
*
x86: tsc: Remove legacy timer codes
Bin Meng
2015-12-01
1
-1
/
+0
*
x86: Remove MIN_PORT80_KCLOCKS_DELAY
Bin Meng
2015-12-01
1
-2
/
+0
*
x86: Remove legacy pci codes
Bin Meng
2015-11-13
1
-21
/
+0
*
x86: queensbay: Really disable IGD
Bin Meng
2015-11-13
1
-4
/
+3
*
x86: Rename pcat_ to i8254 and i8259 accordingly
Bin Meng
2015-11-13
1
-1
/
+1
*
x86: Fix cosmetic issues in the i8254 and i8259 codes
Bin Meng
2015-11-13
2
-37
/
+37
*
x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
Bin Meng
2015-11-13
1
-0
/
+2
*
x86: Use the generic bitops headers
Fabio Estevam
2015-11-05
1
-1
/
+20
*
x86: Use struct mrc_region to describe a mrc region
Bin Meng
2015-10-21
1
-4
/
+9
*
x86: Add more common routines to manipulate mrc cache
Bin Meng
2015-10-21
1
-0
/
+51
*
x86: Add various minor tidy-ups in mrccache codes
Bin Meng
2015-10-21
1
-10
/
+10
*
x86: Do sanity test on the cache record in mrccache_update()
Bin Meng
2015-10-21
1
-1
/
+1
*
x86: Move mrccache.[c|h] to a common place
Bin Meng
2015-10-21
1
-0
/
+0
*
x86: Add SMBIOS table support
Bin Meng
2015-10-21
1
-0
/
+236
*
x86: Move install_e820_map() out of zimage.c
Bin Meng
2015-10-21
2
-3
/
+3
*
x86: Allow disabling IGD on Intel Queensbay
Bin Meng
2015-10-21
1
-0
/
+5
*
x86: quark: Configure MTRR to enable cache
Bin Meng
2015-09-16
1
-0
/
+44
*
x86: quark: Initialize thermal sensor properly
Bin Meng
2015-09-16
1
-0
/
+14
*
x86: quark: Lock HMBOUND register before jumping to kernel
Bin Meng
2015-09-16
1
-0
/
+1
[prev]
[next]