summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-22env: Add generic redundant environment implementationFiach Antaw
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2017-07-14mx6cuboxi: Move CONFIG_CMD_SATA to KconfigFabio Estevam
2017-07-12Merge git://www.denx.de/git/u-boot-marvellTom Rini
2017-07-12imx: cx9020: try pxe boot, if no vmlinuz on mmcPatrick Bruenn
2017-07-12imx: cx9020: use fdt_addr_r and ramdisk_addr_rPatrick Bruenn
2017-07-12mx6sabreauto: Add Falcon mode supportDiego Dorta
2017-07-12warp: Use PARTUUID to specify the rootfs locationFabio Estevam
2017-07-12embestmx6boards: Use PARTUUID to specify the rootfs locationFabio Berton
2017-07-12mx6cuboxi: Use PARTUUID to specify the rootfs locationFabio Berton
2017-07-12wandboard: Use PARTUUID to specify the rootfs locationFabio Berton
2017-07-12mx6sabre: Use PARTUUID to specify the rootfs locationFabio Estevam
2017-07-12mx6sabreauto: Do not enable WEIM by defaultFabio Estevam
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan
2017-07-12mmc: fsl_esdhc: correct type of wp_enablePeng Fan
2017-07-12imx6_spl: Add u-boot-dtb.img for SPL payloadJagan Teki
2017-07-12mx6sabreauto: Update to SPL only modeVanessa Maegima
2017-07-12mx6qsabreauto: Add SPL supportVanessa Maegima
2017-07-12mx6cuboxi: Add support for sataPeter Robinson
2017-07-12ot1200: enable CONFIG_IMX_THERMAL for detailed thermal informationChristian Gmeiner
2017-07-12mx6sabresd: Fix guard file symbolFabio Estevam
2017-07-12marvell: armada385: Add the Turris Omnia boardMarek BehĂșn
2017-07-12drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek BehĂșn
2017-07-12configs: am335x_evm: Enable FASTBOOT based on kconfigAlexandru Gagniuc
2017-07-12mtd: nand: make nand_info array staticGrygorii Strashko
2017-07-12cmd: nand: abstract global variable usage for dm conversionMugunthan V N
2017-07-12Merge git://git.denx.de/u-boot-dmTom Rini
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass
2017-07-11sandbox: Enable more console optionsSimon Glass
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass
2017-07-11dm: scsi: Add operationsSimon Glass
2017-07-11dm: ahci: Drop use of probe_entSimon Glass
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass