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: qemu: Enable writing MP table
Bin Meng
2015-07-28
3
-3
/
+55
*
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
4
-53
/
+5
*
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
9
-9
/
+31
*
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
*
Kill unneeded #include <linux/kconfig.h>
Masahiro Yamada
2015-07-27
1
-1
/
+0
*
x86: delete unneeded declarations of disable_irq() and enable_irq()
Masahiro Yamada
2015-07-22
1
-4
/
+0
*
dm: x86: baytrail: Correct PCI region 3 when driver model is used
Simon Glass
2015-07-14
1
-0
/
+2
*
dm: x86: minnowmax: Move PCI to use driver model
Simon Glass
2015-07-14
3
-47
/
+10
*
x86: pci: Tidy up the generic x86 PCI driver
Simon Glass
2015-07-14
1
-22
/
+0
*
x86: Configure VESA parameters before loading Linux kernel
Bin Meng
2015-07-14
2
-0
/
+3
*
x86: Remove MARK_GRAPHICS_MEM_WRCOMB
Bin Meng
2015-07-14
1
-8
/
+0
*
x86: Move VGA option rom macros to Kconfig
Bin Meng
2015-07-14
1
-0
/
+22
*
x86: cmd_mtrr: Improve MTRR list information
Bin Meng
2015-07-14
1
-1
/
+2
*
x86: queensbay: Change CPU_ADDR_BITS to 32
Bin Meng
2015-07-14
1
-0
/
+4
*
x86: Setup fixed range MTRRs for legacy regions
Bin Meng
2015-07-14
2
-11
/
+38
*
x86: bios: Allow pci config read/write to host bridge in int1a_handler
Jian Luo
2015-07-14
1
-9
/
+1
*
x86: bios: Synchronize stack between real and protected mode
Jian Luo
2015-07-14
1
-0
/
+23
*
x86: queensbay: Change PCIe root ports' interrupt routing
Bin Meng
2015-07-14
2
-10
/
+23
*
x86: Generate a valid MultiProcessor (MP) table
Bin Meng
2015-07-14
4
-0
/
+181
*
x86: Add MultiProcessor (MP) table APIs
Bin Meng
2015-07-14
5
-0
/
+688
*
x86: Remove inline for lapic access routines
Bin Meng
2015-07-14
3
-151
/
+153
*
x86: Add I/O APIC register access routines
Bin Meng
2015-07-14
3
-1
/
+46
*
x86: Clean up ioapic header file
Bin Meng
2015-07-14
1
-23
/
+3
*
x86: Reduce PIRQ routing table size
Bin Meng
2015-07-14
1
-9
/
+56
*
x86: Ignore function number when writing PIRQ routing table
Bin Meng
2015-07-14
1
-4
/
+3
*
x86: Write correct bus number for the irq router
Bin Meng
2015-07-14
1
-1
/
+1
*
x86: queensbay: Correct Topcliff device irqs
Bin Meng
2015-07-14
1
-12
/
+12
*
x86: crownbay: Enable DM RTC support
Bin Meng
2015-07-14
2
-0
/
+7
*
x86: crownbay: Add MP initialization
Bin Meng
2015-07-14
1
-0
/
+20
*
x86: Clean up lapic codes
Bin Meng
2015-07-14
5
-183
/
+103
*
x86: Move lapic_setup() call into init_bsp()
Bin Meng
2015-07-14
2
-3
/
+1
*
x86: Move MP initialization codes into a common place
Bin Meng
2015-07-14
5
-73
/
+112
*
x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
Bin Meng
2015-07-14
1
-1
/
+0
*
x86: kconfig: Fix minor nits in MAX_CPUS
Bin Meng
2015-07-14
1
-12
/
+12
*
x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMP
Bin Meng
2015-07-14
1
-0
/
+2
*
x86: dm: Clean up cpu drivers
Bin Meng
2015-07-14
6
-55
/
+86
*
x86: fsp: Move FspInitEntry call to board_init_f()
Bin Meng
2015-07-14
4
-22
/
+21
*
x86: fsp: Load GDT before calling FspInitEntry
Bin Meng
2015-07-14
4
-2
/
+33
*
x86: Add Kconfig options to be used by arch/x86/cpu/config.mk
Bin Meng
2015-07-14
2
-3
/
+18
*
Move default y configs out of arch/board Kconfig
Joe Hershberger
2015-06-25
1
-15
/
+0
*
x86: gpio: add pinctrl support from the device tree
Gabriel Huau
2015-06-04
2
-0
/
+24
*
x86: baytrail: pci region 3 is not always mapped to end of ram
Andrew Bradford
2015-06-04
1
-1
/
+1
[next]