summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada
2014-12-08cmd_fuse: return CMD_RET_FAILURE on errorHector Palacios
2014-12-08ARM: rpi: support an environmentStephen Warren
2014-12-08ARM: rpi: rename rpi_b to rpiStephen Warren
2014-12-08ARM: rpi_b: detect board revisionStephen Warren
2014-12-08spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if availableGuillaume GARDET
2014-12-08MAINTAINERS: add me as a maintainer of UBIHeiko Schocher
2014-12-08net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh
2014-12-08get_maintainer.pl: fix source tree detectionDaniel Schwierzeck
2014-12-08Fix console functions for U-Boot APISimon Glass
2014-12-08spl: MMC U-Boot image load from raw partitionPaul Kocialkowski
2014-12-04MMC SD fs boot partition config coding style and proper descriptionPaul Kocialkowski
2014-12-04Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini
2014-12-03Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini
2014-12-01Merge git://git.denx.de/u-boot-fdtTom Rini
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-12-01fdt: Fix regression in fdt_pack_reg()Hans de Goede
2014-11-27Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2014-11-27ARM: UniPhier: move CONFIG_CMD_* and CONFIG_FIT* defines to defconfigMasahiro Yamada
2014-11-27ARM: UniPhier: enable Device Tree controlMasahiro Yamada
2014-11-27usb: UniPhier: support OF configurationMasahiro Yamada
2014-11-27serial: UniPhier: support OF configurationMasahiro Yamada
2014-11-27ARM: UniPhier: add device tree sourcesMasahiro Yamada
2014-11-27ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROLMasahiro Yamada
2014-11-27ARM: UniPhier: do not compile platform data when CONFIG_OF_CONTROL=yMasahiro Yamada
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada
2014-11-27Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2014-11-27MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck
2014-11-27MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck
2014-11-27MIPS: remove board.cDaniel Schwierzeck
2014-11-27MIPS: vct: switch to generic boardDaniel Schwierzeck
2014-11-27MIPS: qemu_mips: switch to generic boardDaniel Schwierzeck
2014-11-27MIPS: pb1x00: switch to generic boardDaniel Schwierzeck
2014-11-27MIPS: dbau1x00: switch to generic boardDaniel Schwierzeck
2014-11-27MIPS: fix setup of initial stack frameDaniel Schwierzeck
2014-11-27mtd: nand: s3c: Unify the register definition and namingMarek Vasut
2014-11-27buildman: Don't default to -e when building current sourceSimon Glass
2014-11-27buildman: Fix repeating board list with -lSimon Glass
2014-11-27patman: Use the full commit hash for 'git checkout'Simon Glass
2014-11-27buildman: Save *.img files tooTom Rini
2014-11-27sandbox: Fix warnings in cpu.c and os.cSimon Glass
2014-11-27sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass
2014-11-27mtd/nand/vf610_nfc: Disable subpage writesSanchayan Maity
2014-11-27mtd: denali: set some registers after nand_scan_ident()Masahiro Yamada
2014-11-27mtd: denali: use CONFIG_SYS_NAND_SELF_INITMasahiro Yamada
2014-11-27nand: reinstate lazy bad block scanningRostislav Lisovy
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET