summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-25configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini98-311/+0
2017-07-24xilinx-ppc.h: DropTom Rini1-88/+0
2017-07-24serial: ns16550: Add RX interrupt buffer supportStefan Roese1-0/+10
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-5/+2
2017-07-23powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy17-32/+0
2017-07-22meson-gx: reserved memory regionsxypron.glpk@gmx.de1-1/+1
2017-07-22env: Add generic redundant environment implementationFiach Antaw1-0/+5
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy1-4/+4
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini21-32/+83
2017-07-14mx6cuboxi: Move CONFIG_CMD_SATA to KconfigFabio Estevam1-1/+0
2017-07-12Merge git://www.denx.de/git/u-boot-marvellTom Rini2-0/+247
2017-07-12imx: cx9020: try pxe boot, if no vmlinuz on mmcPatrick Bruenn1-0/+5
2017-07-12imx: cx9020: use fdt_addr_r and ramdisk_addr_rPatrick Bruenn1-6/+6
2017-07-12mx6sabreauto: Add Falcon mode supportDiego Dorta1-0/+14
2017-07-12warp: Use PARTUUID to specify the rootfs locationFabio Estevam1-2/+3
2017-07-12embestmx6boards: Use PARTUUID to specify the rootfs locationFabio Berton1-1/+5
2017-07-12mx6cuboxi: Use PARTUUID to specify the rootfs locationFabio Berton1-0/+2
2017-07-12wandboard: Use PARTUUID to specify the rootfs locationFabio Berton1-0/+2
2017-07-12mx6sabre: Use PARTUUID to specify the rootfs locationFabio Estevam3-4/+3
2017-07-12mx6sabreauto: Do not enable WEIM by defaultFabio Estevam1-0/+2
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic10-10/+10
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan1-1/+0
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan1-0/+1
2017-07-12mmc: fsl_esdhc: correct type of wp_enablePeng Fan1-1/+1
2017-07-12imx6_spl: Add u-boot-dtb.img for SPL payloadJagan Teki1-1/+5
2017-07-12mx6sabreauto: Update to SPL only modeVanessa Maegima1-3/+3
2017-07-12mx6qsabreauto: Add SPL supportVanessa Maegima1-0/+4
2017-07-12mx6cuboxi: Add support for sataPeter Robinson1-0/+12
2017-07-12ot1200: enable CONFIG_IMX_THERMAL for detailed thermal informationChristian Gmeiner1-0/+3
2017-07-12mx6sabresd: Fix guard file symbolFabio Estevam1-3/+3
2017-07-12marvell: armada385: Add the Turris Omnia boardMarek BehĂșn1-0/+178
2017-07-12drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek BehĂșn1-0/+69
2017-07-12configs: am335x_evm: Enable FASTBOOT based on kconfigAlexandru Gagniuc1-4/+0
2017-07-12mtd: nand: make nand_info array staticGrygorii Strashko1-1/+0
2017-07-12cmd: nand: abstract global variable usage for dm conversionMugunthan V N1-0/+9
2017-07-12Merge git://git.denx.de/u-boot-dmTom Rini77-114/+331
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini14-9/+422
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2-3/+3
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass3-0/+72
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass1-0/+18
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass1-0/+12
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass2-1/+29
2017-07-11sandbox: Enable more console optionsSimon Glass1-0/+1
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass1-0/+12
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass1-0/+19
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass1-0/+22
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass1-0/+8
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass1-5/+23
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-3/+5
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-2/+2