summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass2017-07-25304-468/+0
* configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini2017-07-2498-311/+0
* xilinx-ppc.h: DropTom Rini2017-07-231-88/+0
* serial: ns16550: Add RX interrupt buffer supportStefan Roese2017-07-231-0/+10
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-231-5/+2
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-2217-32/+0
* meson-gx: reserved memory regionsxypron.glpk@gmx.de2017-07-221-1/+1
* env: Add generic redundant environment implementationFiach Antaw2017-07-221-0/+5
* regulator: Change get_enable return type to integer from boolKeerthy2017-07-191-4/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-1821-32/+83
|\
| * mx6cuboxi: Move CONFIG_CMD_SATA to KconfigFabio Estevam2017-07-141-1/+0
| * imx: cx9020: try pxe boot, if no vmlinuz on mmcPatrick Bruenn2017-07-121-0/+5
| * imx: cx9020: use fdt_addr_r and ramdisk_addr_rPatrick Bruenn2017-07-121-6/+6
| * mx6sabreauto: Add Falcon mode supportDiego Dorta2017-07-121-0/+14
| * warp: Use PARTUUID to specify the rootfs locationFabio Estevam2017-07-121-2/+3
| * embestmx6boards: Use PARTUUID to specify the rootfs locationFabio Berton2017-07-121-1/+5
| * mx6cuboxi: Use PARTUUID to specify the rootfs locationFabio Berton2017-07-121-0/+2
| * wandboard: Use PARTUUID to specify the rootfs locationFabio Berton2017-07-121-0/+2
| * mx6sabre: Use PARTUUID to specify the rootfs locationFabio Estevam2017-07-123-4/+3
| * mx6sabreauto: Do not enable WEIM by defaultFabio Estevam2017-07-121-0/+2
| * imx: reorganize IMX code as other SOCsStefano Babic2017-07-1210-10/+10
| * mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan2017-07-121-1/+0
| * mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan2017-07-121-0/+1
| * mmc: fsl_esdhc: correct type of wp_enablePeng Fan2017-07-121-1/+1
| * imx6_spl: Add u-boot-dtb.img for SPL payloadJagan Teki2017-07-121-1/+5
| * mx6sabreauto: Update to SPL only modeVanessa Maegima2017-07-121-3/+3
| * mx6qsabreauto: Add SPL supportVanessa Maegima2017-07-121-0/+4
| * mx6cuboxi: Add support for sataPeter Robinson2017-07-121-0/+12
| * ot1200: enable CONFIG_IMX_THERMAL for detailed thermal informationChristian Gmeiner2017-07-121-0/+3
| * mx6sabresd: Fix guard file symbolFabio Estevam2017-07-121-3/+3
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-07-122-0/+247
|\ \
| * | marvell: armada385: Add the Turris Omnia boardMarek BehĂșn2017-07-121-0/+178
| * | drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek BehĂșn2017-07-121-0/+69
| |/
* | configs: am335x_evm: Enable FASTBOOT based on kconfigAlexandru Gagniuc2017-07-111-4/+0
* | mtd: nand: make nand_info array staticGrygorii Strashko2017-07-111-1/+0
* | cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-111-0/+9
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-1177-114/+331
|\
| * dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-112-3/+3
| * dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-113-0/+72
| * dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-111-0/+18
| * dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-111-0/+12
| * dm: core: Add ofnode_read_string_count()Simon Glass2017-07-112-1/+29
| * sandbox: Enable more console optionsSimon Glass2017-07-111-0/+1
| * Allow displaying the U-Boot banner on a video displaySimon Glass2017-07-111-0/+12
| * display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-111-0/+19
| * dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-111-0/+22
| * dm: scsi: Split out the bus scanning codeSimon Glass2017-07-111-0/+8
| * dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-111-5/+23
| * dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-3/+5
| * dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-111-2/+2