summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-06spi: fsl_qspi: Preserve endianness of QSPI MCRYork Sun
2016-10-06spl: Make spl_boot_list a local variableSimon Glass
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass
2016-10-06spl: Update ext functions to take an spl_image parameterSimon Glass
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass
2016-10-06spl: Convert spl_spi_load_image() to use linker listSimon Glass
2016-10-06spl: spi: Move the generic SPI loader into common/splSimon Glass
2016-10-06spl: Convert spl_sata_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ymodem_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nor_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_onenand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_nand_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ubi_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_mmc_load_image() to use linker listSimon Glass
2016-10-06spl: Convert spl_ram_load_image() to use linker listSimon Glass
2016-10-06spl: Add a way to declare an SPL image loaderSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass
2016-10-06spl: Add function comments to spl_start_uboot()Simon Glass
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-10-06spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass
2016-10-06armv7: ls1021a: Move DDR config options to KconfigYork Sun
2016-10-06armv8: fsl-layerscape: Move DDR config options to KconfigYork Sun
2016-10-06arm: Move SYS_FSL_SRDS_* and SYS_HAS_SERDES to KconfigYork Sun
2016-10-06arm: Move FSL_HAS_DP_DDR and NUM_DDR_CONTROLLERS to KconfigYork Sun
2016-10-06arm: Move SYS_FSL_IFC_BANK_COUNT to KconfigYork Sun
2016-10-06arm: Move MAX_CPUS to KconfigYork Sun
2016-10-06arm: Move FSL_LSCH2 FSL_LSCH3 to KconfigYork Sun
2016-10-06arm: Fix Kconfig for proper display menuYork Sun
2016-10-06armv8: fsl: Enable USB only when SYSCLK is 100 MHzSriram Dash
2016-10-06armv8: ls1043: Add USB node in dts for ls1043Sriram Dash
2016-10-06armv8: ls1043: Enable CONFIG_DM_USB in defconfigsSriram Dash
2016-10-06armv8/fsl-lsch2: Implement workaround for PIN MUX erratum A010539Hou Zhiqiang
2016-10-06ARMv7: LS102xA: Move two macros from header files to KconfigHongbo Zhang
2016-10-06armv8: fsl-layerscape: Fix "cpu status" commandYork Sun
2016-10-06armv8/fsl-layerscape: print SoC revsion numberWenbin Song
2016-10-06fsl_sfp : Modify macros as per changes in SFP v3.4Sumit Garg
2016-10-06armv7: LS1021a: enable i-cache in start.SXiaoliang Yang
2016-10-06fsl_sec_mon: Update driver for Security MonitorSumit Garg
2016-10-06armv8: fsl-lsch2: enable snoopable sata read and writeTang Yuantian
2016-10-06armv8: fsl-lsch2: adjust sata parameterTang Yuantian
2016-10-06serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot
2016-10-06udoo: Add a README fileFabio Estevam