summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-24kbuild: refactor some makefilesMasahiro Yamada
2014-09-24common.h: remove MIN, MAX, MIN3, MAX3 macrosMasahiro Yamada
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-09-24compiler.h: remove duplicated uninitialized_varJeroen Hofstee
2014-09-24cmd_nand: Update (nand_info_t*)nand after arg_off(_size) callRostislav Lisovy
2014-09-24linker_lists: fix commentMasahiro Yamada
2014-09-24kconfig: remove config_cmd_defaults.hMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_IMPORTENV to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_GO to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_EXPORTENV to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_CRC32 to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CMD_BOOTM to KconfigMasahiro Yamada
2014-09-24kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to KconfigMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-24config_distro_bootcmd: Run 'scsi scan' before trying scsi disksHans de Goede
2014-09-24MAINTAINERS: comment out blank M: fieldMasahiro Yamada
2014-09-24MAINTAINERS: comment out invalid maintainersMasahiro Yamada
2014-09-24tools/genboardscfg.py: pick up also commented maitainersMasahiro Yamada
2014-09-24test: Add a test for command repeatSimon Glass
2014-09-24test: Remove tabs from trace testSimon Glass
2014-09-24sandbox: Disable Ctrl-CSimon Glass
2014-09-24Reactivate the tracing featureSimon Glass
2014-09-24cleanup disk/part.c whitespacePavel Machek
2014-09-24mpc8xx: move common linker scripts into the CPU directoryMasahiro Yamada
2014-09-24e1000: fix no nvm buildMarcel Ziswiler
2014-09-24tools/env: change stripping strategy to allow no-strippingThomas Petazzoni
2014-09-24usb/gadget: fastboot: implement sparse formatSteve Rae
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae
2014-09-24usb/gadget: fastboot: add support for flash commandSteve Rae
2014-09-24usb/gadget: fastboot: add eMMC support for flash commandSteve Rae
2014-09-24powerpc/t104xrdb: Enable SPI flash Extend address supportZhiqiang Hou
2014-09-24spi: kirkwood_spi.c: cosmetic: Fix minor coding style issuesStefan Roese
2014-09-24spi: kirkwood_spi.c: Make global variable staticStefan Roese
2014-09-24spi: kirkwood_spi.c: Some fixes and cleanupStefan Roese
2014-09-24arm: kirkwood: spi.h: Add some missing parenthesisStefan Roese
2014-09-24sf: Add M25PX64 SPI NOR flash IDStefan Roese
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov
2014-09-24spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov
2014-09-24mtd: spi: add support for M25PE16 and M25PX16Nikita Kiryanov
2014-09-23Merge git://git.denx.de/u-boot-dmTom Rini
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga
2014-09-23dm: serial: Don't require device tree to configure a consoleSimon Glass
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass
2014-09-23sf: Add an empty entry to the parameter listSimon Glass
2014-09-23dm: Fix repeated comment in READMESimon Glass
2014-09-23Merge branch 'misc' of git://git.denx.de/u-boot-x86Tom Rini
2014-09-21patman: Add a -m option to avoid copying the maintainersSimon Glass
2014-09-21buildman: Fix the logic for the bloat commandSimon Glass
2014-09-21sandbox: Update minor documentation changesJagannadha Sutradharudu Teki
2014-09-21Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD