summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich
2013-05-01disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich
2013-05-01mmc: Define a constant for the maximum block sizeSimon Glass
2013-05-01amcc-common.h: enable support for "env grep", "setexpr", and regex.Wolfgang Denk
2013-05-01amcc-common.h: minor white space cleanupWolfgang Denk
2013-05-01m28evk: enable "env grep" and regexp supportWolfgang Denk
2013-05-01m28evk: white space cleanupWolfgang Denk
2013-05-01setexpr: add regex substring matching and substitutionWolfgang Denk
2013-05-01setexpr: simplify code, improve help messageWolfgang Denk
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk
2013-05-01Add SLRE - Super Light Regular Expression libraryWolfgang Denk
2013-05-01"env grep" - add options to grep in name, value, or both.Wolfgang Denk
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk
2013-05-01spl_mmc: cleanup variable typesPeter Korsgaard
2013-05-01sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FITSimon Glass
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass
2013-05-01fs: Add support for saving data to filesystemsSimon Glass
2013-05-01sandbox: Support 'source' commandSimon Glass
2013-05-01sandbox: Allow -c argument to provide a command listSimon Glass
2013-05-01Revert "fdt- Tell the FDT library where the device tree is"Simon Glass
2013-05-01fdt: Skip checking FDT if the pointer is NULLSimon Glass
2013-05-01sandbox: fdt: Support fdt command for sandboxSimon Glass
2013-05-01fdt: Allow fdt command to check and update control FDTSimon Glass
2013-05-01Add getenv_hex() to return an environment variable as hexSimon Glass
2013-05-01fdt: Add a parameter to fdt_valid()Simon Glass
2013-05-01sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host fileSimon Glass
2013-05-01sandbox: Switch over to generic boardSimon Glass
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass
2013-05-01Trigger generic board error only when buildingSimon Glass
2013-05-01Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-05-01Merge branch 'microblaze' of git://www.denx.de/git/u-boot-microblazeTom Rini
2013-05-01post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORESAnatolij Gustschin
2013-04-30watchdog: Add support for Xilinx Microblaze watchdogMichal Simek
2013-04-30microblaze: Disable all cpu features before resetMichal Simek
2013-04-30microblaze: Enable netconsoleMichal Simek
2013-04-30microblaze: Fix reset functionMichal Simek
2013-04-29git-mailrc: Add trini shortcutMichal Simek
2013-04-22Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini
2013-04-22Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxTom Rini
2013-04-22flash: Add optional verify-after-write featureStefan Roese
2013-04-22ppc4xx: Add lcd4_lwmon5 supportStefan Roese
2013-04-22Makefile: Add target for combined u-boot.img & spl/u-boot.binStefan Roese
2013-04-22ppc4xx: Add SPL supportStefan Roese
2013-04-19feature-removal-schedule.txt: Add CONFIG_SYS_MTEST_START/ENDTom Rini
2013-04-19config_cmd_default.h: Remove CONFIG_CMD_MEMTESTTom Rini
2013-04-19Prepare v2013.04Tom Rini
2013-04-19crc32: Correct endianness of crc32 resultSimon Glass