summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-10README: Document current DFU CONFIG optionsTom Rini
2013-04-08patman: Add Series-process-log tag to sort/uniq change logsSimon Glass
2013-04-08patman: Add -a option to refrain from test-applying the patchesSimon Glass
2013-04-08patman: Don't barf if the word 'commit' starts a lineDoug Anderson
2013-04-08patman: Provide option to ignore bad aliasesSimon Glass
2013-04-08Merge branch 'patman' of git://git.denx.de/u-boot-x86Tom Rini
2013-04-08cmd_sf: include header file common.h before div64.hMingkai Hu
2013-04-08common/cmd_test: Avoid macro expansionYork Sun
2013-04-08dfu: Increase DFU buffer size from 4MiB to 8MiBŁukasz Majewski
2013-04-08dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini
2013-04-04buildman - U-Boot multi-threaded builder and summary toolSimon Glass
2013-04-04patman: Ignore all Gerrit Commit-* tagsSimon Glass
2013-04-04patman: Minor help message/README fixesSimon Glass
2013-04-04patman: Fix the comment in CheckTags to mention multiple tagsSimon Glass
2013-04-04patman: Don't allow spaces in tagsSimon Glass
2013-04-04patman: Fix up checkpatch parsing to deal with 'CHECK' linesSimon Glass
2013-04-04patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass
2013-04-04patman: Allow specifying the message ID your series is in reply toDoug Anderson
2013-04-04patman: Make "Reviewed-by" an important tagDoug Anderson
2013-04-04patman: Add additional git utiltiesSimon Glass
2013-04-04patman: Allow reading metadata from a list of commitsSimon Glass
2013-04-04patman: Allow commands to raise on error, or notSimon Glass
2013-04-04patman: Make command methods return a CommandResultSimon Glass
2013-04-04patman: Add cros_subprocess library to manage subprocessesSimon Glass
2013-04-04patman: Use bright ANSI colours by defaultSimon Glass
2013-04-04patman: Use ANSI colours only when outputting to a terminalSimon Glass
2013-04-04Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini
2013-04-04cfi_flash: Use uintptr_t for casts from u32 to void *Stefan Roese
2013-04-03Prepare v2013.04-rc2Tom Rini
2013-04-02biosemu: include <asm/io.h> headerLinus Walleij
2013-04-02mmc: don't allow extra cmdline argumentsStephen Warren
2013-04-02replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD
2013-04-02disk: fix unaligned access in efi partitionsMarc Dietrich
2013-04-02README: document the requirements for CONFIG_SYS_HZStephen Warren
2013-04-02build: Fix make errors generated when building 'distclean'Vadim Bendebury
2013-04-02env: fix potential stack overflow in environment functionsRob Herring
2013-04-02MAKEALL: Fix case substitution for old bashYork Sun
2013-04-02dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki
2013-04-02mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devicesJagannadha Sutradharudu Teki
2013-04-02mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com
2013-04-01Consolidate bool typeYork Sun
2013-03-31Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin
2013-03-29Merge branch 'for-v2013.04'Anatolij Gustschin
2013-03-29RX-51: Add support for bootmenuPali Rohár
2013-03-29New command bootmenu: ANSI terminal boot menu supportPali Rohár
2013-03-29menu: export menu_default_choice() functionAnatolij Gustschin
2013-03-29menu: Add support for user defined item choice functionPali Rohár
2013-03-28Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD