summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* patman: Minor help message/README fixesSimon Glass2013-04-04-3/+3
* patman: Fix the comment in CheckTags to mention multiple tagsSimon Glass2013-04-04-2/+3
* patman: Don't allow spaces in tagsSimon Glass2013-04-04-1/+1
* patman: Fix up checkpatch parsing to deal with 'CHECK' linesSimon Glass2013-04-04-62/+112
* patman: Add Cover-letter-cc tag to Cc cover letter to peopleSimon Glass2013-04-04-4/+27
* patman: Allow specifying the message ID your series is in reply toDoug Anderson2013-04-04-2/+9
* patman: Make "Reviewed-by" an important tagDoug Anderson2013-04-04-4/+4
* patman: Add additional git utiltiesSimon Glass2013-04-04-1/+123
* patman: Allow reading metadata from a list of commitsSimon Glass2013-04-04-7/+29
* patman: Allow commands to raise on error, or notSimon Glass2013-04-04-7/+13
* patman: Make command methods return a CommandResultSimon Glass2013-04-04-24/+64
* patman: Add cros_subprocess library to manage subprocessesSimon Glass2013-04-04-0/+397
* patman: Use bright ANSI colours by defaultSimon Glass2013-04-04-8/+11
* patman: Use ANSI colours only when outputting to a terminalSimon Glass2013-04-04-2/+9
* Prepare v2013.04-rc2Tom Rini2013-04-03-1/+1
* biosemu: include <asm/io.h> headerLinus Walleij2013-04-02-0/+4
* mmc: don't allow extra cmdline argumentsStephen Warren2013-04-02-2/+12
* replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD2013-04-02-35/+35
* disk: fix unaligned access in efi partitionsMarc Dietrich2013-04-02-1/+2
* README: document the requirements for CONFIG_SYS_HZStephen Warren2013-04-02-0/+7
* build: Fix make errors generated when building 'distclean'Vadim Bendebury2013-04-02-1/+3
* env: fix potential stack overflow in environment functionsRob Herring2013-04-02-63/+74
* MAKEALL: Fix case substitution for old bashYork Sun2013-04-02-1/+1
* dts/Makefile: Build the user specified dtsJagannadha Sutradharudu Teki2013-04-02-0/+10
* Consolidate bool typeYork Sun2013-04-01-1137/+942
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2013-03-31-19/+760
|\
| * RX-51: Add support for bootmenuPali Rohár2013-03-29-3/+37
| * New command bootmenu: ANSI terminal boot menu supportPali Rohár2013-03-29-0/+675
| * menu: export menu_default_choice() functionAnatolij Gustschin2013-03-29-1/+7
| * menu: Add support for user defined item choice functionPali Rohár2013-03-29-15/+41
* | video: bcm2835: fix build issuesAnatolij Gustschin2013-03-29-11/+12
* | Merge branch 'for-v2013.04'Anatolij Gustschin2013-03-29-436/+126
|\ \ | |/ |/|
| * video: Fix splash screen alignmentMatthias Weisser2013-03-21-7/+7
| * Fix bitmap offsets for non 8-bit LCDsAndre Renaud2013-03-21-3/+4
| * common/lcd.c: move the macro's to the c fileJeroen Hofstee2013-03-21-28/+28
| * api/api_display: use the getters for console size infoJeroen Hofstee2013-03-21-2/+2
| * lcd, fb: remove duplicated prototypes and unused codeJeroen Hofstee2013-03-21-80/+0
| * common/lcd: cosmetic: clean up a bitJeroen Hofstee2013-03-21-73/+49
| * common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-21-39/+9
| * common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-21-49/+6
| * lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2013-03-21-1/+6
| * lcd, mpc8xx: move the mpc8xx driver to drivers/videoJeroen Hofstee2013-03-21-2/+12
| * lcd, tegra: remove unused cursor functionsJeroen Hofstee2013-03-21-52/+0
| * lcd, amba: remove this driver since it is not usedJeroen Hofstee2013-03-21-78/+0
| * common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-27/+8
* | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-28-882/+6120
|\ \
| * | armv7: do not relocate _start twiceVincent Stehlé2013-03-28-1/+0
| * | ARM: mmu: Set domain permissions to client accessR Sricharan2013-03-28-0/+59
| * | ARM: mmu: Introduce weak dram_bank_setup functionR Sricharan2013-03-28-1/+4
| * | ARM: cache: declare set_section_dcacheVincent Stehlé2013-03-28-0/+1