summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto/fsl: Make CAAM transactions cacheableSaksham Jain2016-03-292-0/+16
* crypto/fsl: Correct 64-bit write when MMU disabledSaksham Jain2016-03-291-4/+3
* armv8: fsl-lsch3: Disable SMMU during secure bootSaksham Jain2016-03-292-1/+32
* armv8: ls2080: Add config for endianess of CCSR GURSaksham Jain2016-03-291-0/+3
* armv8: ls2080: Change env variable "fdt_high"Saksham Jain2016-03-291-0/+7
* armv8: fsl-lsch3: Copy Bootscript and header from NOR to DDRSaksham Jain2016-03-292-7/+32
* armv8: ls2080: Add bootscript header addr for secure bootSaksham Jain2016-03-291-0/+4
* armv8: ls2080rdb: ls2080qds: Add secure boot supportSaksham Jain2016-03-2911-4/+111
* armv8: fsl-lsch3: Add new header for secure bootSaksham Jain2016-03-295-14/+91
* armv8: ls2080: Add configs for SEC, SecMon, SRK and DCFGSaksham Jain2016-03-292-0/+20
* armv8: ls2080: Add SFP Configs for LS2080Saksham Jain2016-03-293-1/+9
* driver: net: fsl-mc: Check NULL before pointer dereferencePrabhakar Kushwaha2016-03-291-1/+1
* driver: net: fsl-mc: Free dflt_dpio pointer after its usagePrabhakar Kushwaha2016-03-281-1/+1
* armv8: fsl-layerscape: Skip reconfigure QSPI clock when booting from QSPIQianyu Gong2016-03-281-1/+1
* armv8/ls1043a: Update env settings for booting kernelQianyu Gong2016-03-241-4/+4
* armv8: ls2080a: Update fdt path for fsl-mc nodeStuart Yoder2016-03-243-7/+7
* net: Move CONFIG_RTL8169 to KconfigBin Meng2016-03-2217-24/+13
* net: Move CONFIG_RTL8139 to KconfigBin Meng2016-03-2210-9/+10
* defconfig: Reorder boards' defconfig filesBin Meng2016-03-2248-103/+68
* usb: Correct return value in usb_stor_info()Simon Glass2016-03-221-1/+1
* mkimage: Don't close the file if it wasn't openedSimon Glass2016-03-221-2/+2
* mkimage: Ensure file is closed in fdt_property_file()Simon Glass2016-03-221-1/+2
* mkimage: Fix missing free() and close() in fit_build()Simon Glass2016-03-221-1/+4
* mkimage: Fix missing free() in fit_extract_data()Simon Glass2016-03-221-0/+2
* mkimage: Fix error path in fit_extract_data()Simon Glass2016-03-221-4/+7
* mkimage: Add a missing free() to fit_import_data()Simon Glass2016-03-221-0/+1
* mkimage: Close the file when unable to get its sizeSimon Glass2016-03-221-0/+1
* part_efi: Drop NULL check in part_get_info_efi()Simon Glass2016-03-221-1/+1
* part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass2016-03-221-4/+0
* part_iso: Drop the customer unaligned access functionsSimon Glass2016-03-221-23/+4
* mkimage: Correct file being closed twice in fit_extract_data()Simon Glass2016-03-221-2/+0
* mkimage: Correct file being closed twice in fit_import_data()Simon Glass2016-03-221-1/+1
* mkimage: Fix munmap() call when importing dataSimon Glass2016-03-221-1/+1
* Fix spelling of "transferred".Vagrant Cascadian2016-03-2213-21/+21
* Fix spelling of "supported/unsupported".Vagrant Cascadian2016-03-222-2/+2
* Fix spelling of "comment".Vagrant Cascadian2016-03-221-1/+1
* cmd: Fix license commandTom Rini2016-03-225-8/+15
* serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt2016-03-223-3/+12
* Drop various features when the command line is not availableSimon Glass2016-03-221-0/+10
* Allow command-line files to be droppedSimon Glass2016-03-221-2/+2
* Allow command code to compile to nothingSimon Glass2016-03-221-4/+27
* Panic when no command line processing can be performedSimon Glass2016-03-221-0/+1
* sandbox: Avoid calling commands when not availableSimon Glass2016-03-221-1/+9
* arm: x86: Drop command-line code when CONFIG_CMDLINE is disabledSimon Glass2016-03-222-0/+7
* Add an option to enable the command lineSimon Glass2016-03-222-0/+20
* cbfs: Update a function to be staticSimon Glass2016-03-221-4/+8
* ti: k2g: increase phy autoneg timeoutVitaly Andrianov2016-03-222-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-03-2233-334/+591
|\
| * driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0Prabhakar Kushwaha2016-03-211-1/+2
| * armv8/ls1043aqds: Enable ID_EEPROM support for ls1043aqdsWenbin Song2016-03-211-0/+10