summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | dm: gpio: Add a native driver model APISimon Glass2015-01-29-71/+163
| * | | | dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-29-0/+177
| * | | | dm: tegra: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+40
| * | | | dm: exynos: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+41
| * | | | dm: gpio: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+211
| * | | | generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-29-24/+46
| * | | | cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada2015-01-29-11/+11
| * | | | ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada2015-01-29-0/+3
| * | | | ARM: UniPhier: enable I2C for UniPhier SoCsMasahiro Yamada2015-01-29-0/+6
| * | | | i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-29-0/+388
| * | | | i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-29-0/+248
| * | | | i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-29-0/+6
| | |/ / | |/| |
* | | | ARM: armv7 fix spelling of SCTRLPeng Fan2015-01-30-4/+4
* | | | fpga: Extend dump descriptionMichal Simek2015-01-30-1/+1
* | | | vexpress64: support the Juno Development PlatformLinus Walleij2015-01-30-1/+45
* | | | vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij2015-01-30-13/+38
* | | | add README.distro fileDennis Gilmore2015-01-30-0/+341
* | | | drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian2015-01-30-1/+1
* | | | drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian2015-01-30-14/+17
* | | | arm: switch armltd vexpress to GENERIC_BOARDChris Kuethe2015-01-30-1/+1
* | | | distro_bootcmd: read DHCP boot script name from a variableStephen Warren2015-01-30-1/+2
* | | | cmd: Fix gettime command helpBin Meng2015-01-30-2/+2
* | | | common: bootm: Document fake bootm sub-commandMichal Simek2015-01-29-0/+3
* | | | tools: do not print error messages in verify_header() functionsGuilherme Maciel Ferreira2015-01-29-11/+12
* | | | dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-29-3/+204
* | | | dumpimage: replace the term "datafile" by "subimage"Guilherme Maciel Ferreira2015-01-29-18/+19
* | | | dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira2015-01-29-64/+67
* | | | imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira2015-01-29-376/+254
* | | | imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira2015-01-29-28/+46
* | | | imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira2015-01-29-130/+90
* | | | linker_lists: fix misspellingsGuilherme Maciel Ferreira2015-01-29-2/+2
* | | | doc: fix misspellingsGuilherme Maciel Ferreira2015-01-29-3/+3
* | | | doc: "os" is also mandatory for "ramdisk" FIT image componentsGuilherme Maciel Ferreira2015-01-29-4/+4
* | | | common: add cache flush to imxtract functionPieter Voorthuijsen2015-01-29-0/+2
* | | | distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=Sjoerd Simons2015-01-29-1/+5
* | | | config_distro_bootcmd: Scan all partitions for boot filesSjoerd Simons2015-01-29-3/+11
* | | | part: let list put the list in an environment variableSjoerd Simons2015-01-29-2/+22
* | | | fs: Add command to retrieve the filesystem typeSjoerd Simons2015-01-29-0/+48
|/ / /
* | | lcd: fix console address is not initializedBo Shen2015-01-28-0/+1
* | | Makefile: clean boot.binBo Shen2015-01-28-1/+1
* | | spl: Change printf to puts for "Unsupported boot-device"Stefan Roese2015-01-28-1/+1
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-01-26-288/+1078
|\ \
| * | x86: config: chromebook_link: Enable environmentSimon Glass2015-01-24-0/+7
| * | x86: ivybridge: Drop the Kconfig MRC cache informationSimon Glass2015-01-24-28/+0
| * | x86: config: Enable hook for saving MRC configurationSimon Glass2015-01-24-0/+6
| * | x86: Implement a cache for Memory Reference Code parametersSimon Glass2015-01-24-0/+464
| * | x86: dts: Add SPI flash MRC details for chromebook_linkSimon Glass2015-01-24-1/+14
| * | Allow architecture-specific memory reservationSimon Glass2015-01-24-0/+7
| * | x86: spi: Add device tree supportSimon Glass2015-01-24-0/+8
| * | x86: rtc: mc146818: Add helpers to read/write CMOS RAMSimon Glass2015-01-24-48/+105