aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22omap4: omap_die_id supportPaul Kocialkowski4-11/+15
2015-10-22omap3: omap_die_id supportPaul Kocialkowski4-16/+12
2015-10-22omap-common: Common omap_die_id definitionPaul Kocialkowski2-0/+7
2015-10-22ARM Fix pandaboard es and a4 revision IDdbatzle@dcbcyber.com1-2/+2
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini207-755/+1729
2015-10-21x86: Add support for Advantech SOM-6896George McCollister3-1/+83
2015-10-21x86: ivybridge: Enable the MRC cacheBin Meng1-8/+2
2015-10-21x86: ivybridge: Measure the MRC code execution timeSimon Glass1-0/+3
2015-10-21x86: ivybridge: Fix car_uninit() to correctly set run stateSimon Glass1-1/+1
2015-10-21x86: ivybridge: Check the RTC return valueSimon Glass1-3/+10
2015-10-21x86: ivybridge: Use 'ret' instead of 'rcode'Simon Glass1-8/+8
2015-10-21dm: rtc: Correct rtc_read32() return valueSimon Glass1-1/+1
2015-10-21rtc: mc146818: Use probe() to set up the deviceSimon Glass1-2/+2
2015-10-21rtc: mc146818: Add a comment to the #endifSimon Glass1-1/+1
2015-10-21x86: chromebook_link: Enable the debug UARTSimon Glass2-0/+11
2015-10-21x86: Init the debug UART if enabledSimon Glass1-8/+3
2015-10-21debug_uart: Add an option to announce the debug UARTSimon Glass2-0/+17
2015-10-21debug_uart: Support board-specific UART initialisationSimon Glass2-0/+25
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass5-6/+11
2015-10-21x86: spi: Add support for Wildcat PointGeorge McCollister1-1/+2
2015-10-21x86: pci: Add PCI IDs for Wildcat PointGeorge McCollister1-0/+2
2015-10-21x86: Pass correct cpu_index to ap_init()Bin Meng1-2/+2
2015-10-21x86: galileo: Enable mrc cacheBin Meng2-0/+5
2015-10-21x86: quark: Implement mrc cacheBin Meng2-7/+64
2015-10-21x86: ivybridge: Correct two typos for MRCBin Meng1-2/+2
2015-10-21x86: Remove unused rw-mrc-cache properties in the link and panther dts filesBin Meng2-5/+0
2015-10-21x86: baytrail: Issue full system reset in reset_cpu()Bin Meng1-0/+6
2015-10-21x86: Enable mrc cache for bayleybay and minnowmaxBin Meng5-0/+15
2015-10-21x86: baytrail: Save mrc cache to spi flashBin Meng1-0/+19
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2-1/+35
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng3-15/+27
2015-10-21x86: ivybridge: Use APIs provided in the mrccache libBin Meng1-108/+4
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng2-0/+140
2015-10-21x86: Add various minor tidy-ups in mrccache codesBin Meng2-18/+16
2015-10-21x86: Do sanity test on the cache record in mrccache_update()Bin Meng2-1/+4
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng7-4/+5
2015-10-21x86: Add ENABLE_MRC_CACHE Kconfig optionBin Meng1-0/+8
2015-10-21x86: fsp: Add a hdr sub-command to show header informationBin Meng1-1/+31
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng4-10/+30
2015-10-21x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng1-3/+19
2015-10-21x86: fsp: Compact the output of hob commandBin Meng1-14/+14
2015-10-21x86: Add SMBIOS table supportBin Meng6-2/+522
2015-10-21Makefile: Generate U_BOOT_DMI_DATE for SMBIOSBin Meng1-0/+2
2015-10-21doc: Complement document about booting VxWorksBin Meng2-8/+76
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng1-0/+6
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng2-0/+59
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng3-85/+68
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng1-2/+15
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng1-10/+10
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng1-82/+79