aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-28lib/display_options: Fix print_freqSuriyan Ramasami1-9/+1
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang21-1731/+0
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang14-427/+104
2015-08-28rpi: set fdt_addr_r to 0x00000100 to match default device_tree_addressJonathan Liu1-2/+2
2015-08-28image: Fix loop condition to avoid warningThierry Reding1-2/+2
2015-08-26Merge git://git.denx.de/u-boot-x86Tom Rini56-635/+5954
2015-08-26dm: pci: Document binding of pci device driversBin Meng1-3/+68
2015-08-26x86: crownbay: Support Topcliff integrated pci uart devices with driver modelBin Meng1-5/+10
2015-08-26dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng1-5/+14
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng1-0/+7
2015-08-26video: ct69000: Remove unused codesBin Meng1-21/+0
2015-08-26x86: crownbay: Enable on-board SMSC superio keyboard controllerBin Meng3-7/+5
2015-08-26video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng1-6/+5
2015-08-26x86: i8042: Correctly initialize the controllerBin Meng1-22/+21
2015-08-26x86: i8042: Clean up the driver per coding conventionBin Meng2-156/+177
2015-08-26x86: i8042: Reorder static functionsBin Meng1-268/+222
2015-08-26x86: i8042: Remove unused codesBin Meng1-17/+0
2015-08-26x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass1-3/+3
2015-08-26x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass1-2/+2
2015-08-26x86: minnowmax: Correct pad-offset value for host_en1Simon Glass1-1/+1
2015-08-26dm: pci: Add a comment to help find pci_hose_read_config_byte, etc.Simon Glass1-0/+1
2015-08-26x86: minnowmax: Add access to GPIOs E0, E1, E2Simon Glass1-0/+27
2015-08-26x86: Add DSDT table for supporting ACPI on QEMUSaket Sinha7-1/+712
2015-08-26x86: Add ACPI table support to QEMUSaket Sinha2-0/+177
2015-08-26x86: Generate a valid ACPI tableSaket Sinha6-0/+855
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng1-2/+2
2015-08-26fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng1-2/+1
2015-08-26patman: use -D option for git format-patchMasahiro Yamada1-1/+1
2015-08-26x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng3-5/+40
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng1-0/+21
2015-08-26x86: baytrail: Remove the fsp_init_phase_pci() callBin Meng1-7/+1
2015-08-26x86: queensbay: Move unprotect_spi_flash() to arch_misc_init()Bin Meng1-2/+2
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng3-4/+6
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng3-1/+30
2015-08-26x86: fsp: Delay x86_fsp_init() call a little bitBin Meng1-3/+3
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng1-11/+30
2015-08-26x86: ifdtool: Drop microcode from the device tree when collatingSimon Glass1-2/+53
2015-08-26x86: ifdtool: Support collating microcode into one placeSimon Glass2-10/+56
2015-08-26x86: ifdtool: Split microcode linking into its own functionSimon Glass1-27/+78
2015-08-26x86: ifdtool: Check that U-Boot does not overlap other regionsSimon Glass1-11/+22
2015-08-26x86: baytrail: Support multiple microcode copiesBin Meng2-0/+9
2015-08-26x86: baytrail: Add microcode for BayTrail-I D0 steppingBin Meng1-0/+3284
2015-08-26x86: Correct microcode documentationSimon Glass1-2/+2
2015-08-26efi: Update README.efi to clarify build and test instructionsBin Meng1-13/+20
2015-08-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng1-2/+0
2015-08-26video: coreboot: Save VESA mode for future useBin Meng3-1/+27
2015-08-26x86: Enable CONFIG_PCI_CONFIG_HOST_BRIDGE for all boardsBin Meng5-4/+1
2015-08-26x86: Only include cbfs command for corebootBin Meng1-0/+2
2015-08-26x86: kconfig: Hide "System tables" for corebootBin Meng1-1/+1
2015-08-26x86: kconfig: Hide "System tables" for EFIBin Meng1-3/+1