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