summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| * | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-14-2/+2
| * | dm: clk: Add support for of-platdataSimon Glass2016-07-14-0/+4
| * | dm: Add a header that provides access to the of-platdata structsSimon Glass2016-07-14-0/+19
| * | dm: syscon: Add support for of-platdataSimon Glass2016-07-14-0/+11
| * | dm: regmap: Add a dummy implementation for of-platdataSimon Glass2016-07-14-0/+3
| * | sandbox: Add a test device that uses of-platdataSimon Glass2016-07-14-0/+2
| * | sandbox: Add a new sandbox_spl boardSimon Glass2016-07-14-0/+18
| * | sandbox: Don't use IDE and iotrace in SPLSimon Glass2016-07-14-0/+4
| * | sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-14-0/+25
| |/
* | Add warn_non_spl() to show a message in U-Boot properSimon Glass2016-07-14-0/+10
* | Add comments for debug() and pr_fmtSimon Glass2016-07-14-0/+2
* | stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA2016-07-14-4/+4
* | stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA2016-07-14-1/+2
* | dragonboard410c: adding missing default addr for script and pxe bootRicardo Salveti de Araujo2016-07-14-0/+2
* | dragonboard410c: prefer sdcard boot over emmcRicardo Salveti de Araujo2016-07-14-1/+1
* | image: Add functions to obtain category informationSimon Glass2016-07-14-0/+34
* | image: Create a table of information for each categorySimon Glass2016-07-14-0/+9
* | image: Convert the IH_... values to enumsSimon Glass2016-07-14-86/+101
* | linux/io.h: add generic ioremap()/iounmap() definesMasahiro Yamada2016-07-14-0/+16
* | types.h: move and redefine resource_size_tMasahiro Yamada2016-07-14-0/+4
* | spl: fit: add support for post-processing of imagesDaniel Allred2016-07-14-0/+17
|/
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-07-12-0/+36
|\
| * x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister2016-07-12-0/+36
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-11-0/+23
|\ \
| * | defconfig: k2g_evm_defconfig: Enable Cadence QSPI controllerVignesh R2016-07-09-0/+6
| * | keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL buildVignesh R2016-07-09-0/+4
| * | dm: core: implement dev_map_physmem()Vignesh R2016-07-09-0/+13
* | | dm: Sort the uclass id in alphabetical orderBin Meng2016-07-11-2/+2
* | | sandbox: Find keyboard driver using driver modelSimon Glass2016-07-11-1/+0
* | | fdt: Drop unused exynos compatible stringsSimon Glass2016-07-11-2/+0
* | | x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-11-5/+0
* | | dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-11-0/+80
* | | dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-11-0/+9
* | | dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-11-1/+65
* | | rockchip: Disable CONFIG_SDHCISimon Glass2016-07-11-2/+0
* | | dm: mmc: dwmmc: Add comments to the dwmmc setup functionsSimon Glass2016-07-11-0/+64
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-07-07-0/+1
|\ \
| * | powerpc: mpc85xx: kmp204x: Fix compiling error for usb errataYork Sun2016-07-07-0/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-07-06-4/+12
|\ \
| * | fdt: Drop some unused compatible stringsSimon Glass2016-07-05-4/+0
| * | errno: Allow errno_str() to be used without CONFIG_ERRNO_STRSimon Glass2016-07-05-0/+5
| * | errno: Add copyright header and header guardSimon Glass2016-07-05-0/+7
| |/
* | common: Always include errno.h in common.hJoe Hershberger2016-07-06-0/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-07-01-1/+1
|\
| * arm: socfpga: Fix "improve raw MMC SPL boot"Marek Vasut2016-06-23-1/+1
* | ti_omap5_common: Find right dtb file for DRA72-RevC EvmLokesh Vutla2016-07-01-0/+2
* | autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada2016-07-01-70/+0
* | ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 boardMasahiro Yamada2016-07-01-1/+0
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-06-28-6/+10
|\ \
| * | mmc: fsl: introduce wp_enablePeng Fan2016-06-28-0/+1