aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-15Merge git://git.denx.de/u-boot-x86Tom Rini77-1623/+2072
2015-07-14pci: Disable expansion ROM address decoding when signature check failsBin Meng1-0/+4
2015-07-14pci: Configure expansion ROM during auto config processBin Meng3-40/+22
2015-07-14drivers: block: Remove the ata_piix driverBin Meng3-789/+0
2015-07-14x86: Adjust config option order in defconfig for Crown Bay and MinnowmaxBin Meng2-6/+6
2015-07-14tools: ifdtool: Write correct offset on 32-bit machineBin Meng1-1/+1
2015-07-14x86: Add binary blob checksums for Minnowboard MAXSimon Glass1-0/+8
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass3-2/+9
2015-07-14dm: x86: minnowmax: Move PCI to use driver modelSimon Glass5-47/+12
2015-07-14x86: pci: Tidy up the generic x86 PCI driverSimon Glass2-27/+8
2015-07-14x86: Add ROM image description for minnowmaxSimon Glass1-0/+17
2015-07-14dm: spi: Enable environment for minnowmaxSimon Glass1-3/+2
2015-07-14dm: spi: Correct BIOS protection logic for ICH9Simon Glass1-5/+4
2015-07-14dm: spi: Correct status register access widthSimon Glass1-1/+5
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng4-2/+33
2015-07-14x86: crownbay: Enable graphics supportBin Meng3-14/+23
2015-07-14x86: Remove MARK_GRAPHICS_MEM_WRCOMBBin Meng3-10/+0
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng9-11/+30
2015-07-14x86: cmd_mtrr: Improve MTRR list informationBin Meng1-1/+2
2015-07-14x86: queensbay: Change CPU_ADDR_BITS to 32Bin Meng1-0/+4
2015-07-14x86: Setup fixed range MTRRs for legacy regionsBin Meng2-11/+38
2015-07-14video: Add 32-bit color depth support for VBEJian Luo1-0/+1
2015-07-14x86: bios: Allow pci config read/write to host bridge in int1a_handlerJian Luo1-9/+1
2015-07-14x86: bios: Synchronize stack between real and protected modeJian Luo1-0/+23
2015-07-14video: vesa_fb: Look up VGA device by class instead of idBin Meng1-14/+2
2015-07-14dm: pci: Correct bus number when scanning sub-busesSimon Glass1-1/+1
2015-07-14dm: pci: Use the correct hose when configuring devicesSimon Glass3-1/+21
2015-07-14x86: queensbay: Change PCIe root ports' interrupt routingBin Meng2-10/+23
2015-07-14x86: crownbay: Enable writing MP tableBin Meng1-0/+1
2015-07-14x86: Update README.x86 for SMP supportBin Meng1-0/+13
2015-07-14x86: Generate a valid MultiProcessor (MP) tableBin Meng4-0/+181
2015-07-14x86: Add MultiProcessor (MP) table APIsBin Meng5-0/+688
2015-07-14x86: Remove inline for lapic access routinesBin Meng3-151/+153
2015-07-14x86: Add I/O APIC register access routinesBin Meng3-1/+46
2015-07-14x86: Clean up ioapic header fileBin Meng1-23/+3
2015-07-14x86: Reduce PIRQ routing table sizeBin Meng1-9/+56
2015-07-14x86: Ignore function number when writing PIRQ routing tableBin Meng1-4/+3
2015-07-14x86: Write correct bus number for the irq routerBin Meng1-1/+1
2015-07-14x86: queensbay: Correct Topcliff device irqsBin Meng1-12/+12
2015-07-14x86: crownbay: Enable DM RTC supportBin Meng3-0/+8
2015-07-14cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2CBin Meng1-6/+6
2015-07-14dm: rtc: Support mc146818 driver in driver modelBin Meng1-108/+204
2015-07-14x86: crownbay: Add MP initializationBin Meng2-0/+24
2015-07-14x86: Clean up lapic codesBin Meng5-183/+103
2015-07-14x86: Move lapic_setup() call into init_bsp()Bin Meng2-3/+1
2015-07-14x86: Move MP initialization codes into a common placeBin Meng6-73/+114
2015-07-14x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONSBin Meng1-1/+0
2015-07-14dm: cpu: Add a new get_count method to cpu uclassBin Meng2-0/+26
2015-07-14x86: kconfig: Fix minor nits in MAX_CPUSBin Meng1-12/+12
2015-07-14x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMPBin Meng1-0/+2