summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* video: consolidate splash screen alignment codeAnatolij Gustschin2013-11-22-17/+30
* video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler2013-11-22-9/+4
* video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-11-22-13/+40
* lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren2013-11-22-3/+3
* lcd: add functions to set up simplefb device treeStephen Warren2013-11-22-0/+87
* ENGR00288025 imx6: fix build warningsRobin Gong2013-11-14-0/+4
* ENGR00277992 Auto check if boot from usbFrank Li2013-09-04-0/+16
* ENGR00275348-7 imx6: add secureboot supportJason Liu2013-08-21-0/+10
* cmd_mem: fix cp commandMasahiro Yamada2013-07-30-1/+1
* ENGR00268897 imx6q:sata_boot:fix the build warning when build sata_boot u-bootJason Liu2013-06-28-1/+0
* ENGR00268557 imx6q:sabresd: add SATA supportJason Liu2013-06-26-4/+178
* ENGR00268061-1 env_mmc: add the dynamtic mmc dev supportJason Liu2013-06-20-8/+21
* mmc: support the correct card version for eMMCJaehoon Chung2013-04-17-1/+1
* printenv: Correct out-of-memory condition check.Maxime Larocque2013-04-17-1/+2
* x86: Allow setup code to manage its own global dataSimon Glass2013-04-15-4/+1
* x86: Fix DRAM bank size init with generic boardSimon Glass2013-04-15-2/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-04-15-0/+18
|\
| * Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-12-281/+1135
| |\
| * \ Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-04-0/+18
| |\ \
| | * | gen: Add sha h/w acceleration to hashAkshay Saraswat2013-03-29-0/+18
* | | | tpm: Add TPM command libraryChe-liang Chiou2013-04-12-110/+599
| |_|/ |/| |
* | | env: Add redundant env support to UBI envJoe Hershberger2013-04-11-0/+117
* | | env: Add support for UBI environmentJoe Hershberger2013-04-11-1/+106
* | | mtd: Make mtdparts work with pre-reloc envJoe Hershberger2013-04-11-2/+25
* | | ubi: ubifs: Turn off verbose printsJoe Hershberger2013-04-11-0/+3
* | | ubi: Expose a few simple functions from the cmd_ubiJoe Hershberger2013-04-11-67/+83
* | | Do not call board_early_init_f() twiceVadim Bendebury2013-04-11-3/+0
* | | cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFSTom Rini2013-04-10-1/+1
* | | nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2013-04-10-23/+33
* | | cmd_sf: include header file common.h before div64.hMingkai Hu2013-04-08-1/+1
* | | common/cmd_test: Avoid macro expansionYork Sun2013-04-08-0/+9
* | | Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-05-74/+63
* | | mmc: don't allow extra cmdline argumentsStephen Warren2013-04-02-2/+12
* | | env: fix potential stack overflow in environment functionsRob Herring2013-04-02-63/+74
* | | Consolidate bool typeYork Sun2013-04-01-111/+107
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2013-03-31-13/+552
|\ \ \
| * | | New command bootmenu: ANSI terminal boot menu supportPali Rohár2013-03-29-0/+518
| * | | menu: export menu_default_choice() functionAnatolij Gustschin2013-03-29-1/+1
| * | | menu: Add support for user defined item choice functionPali Rohár2013-03-29-12/+33
| |/ /
* | | video: bcm2835: fix build issuesAnatolij Gustschin2013-03-29-0/+12
* | | Merge branch 'for-v2013.04'Anatolij Gustschin2013-03-29-57/+74
|\ \ \ | |/ / |/| |
| * | 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-0/+28
| * | common/lcd: cosmetic: clean up a bitJeroen Hofstee2013-03-21-52/+32
| * | common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-21-0/+1
| * | common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-21-0/+6
| * | common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-3/+4
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-28-3/+33
|\ \ \ | | |/ | |/|
| * | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-26-1/+31
| |\ \
| | * | TMU: Add TMU support in dtt commandAkshay Saraswat2013-03-12-1/+31