summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* MLK-12483-2 common: Fix uninitialized return value in image_fdtYe Li2016-03-04-1/+2
* MLK-12483-1 common: Fix fdt command systemsetup issueYe Li2016-03-04-1/+1
* MLK-12206 common: usb: fix check conditionPeng Fan2016-03-04-1/+1
* MLK-12201 common: env: fix out of bounds readPeng Fan2016-03-04-1/+1
* MLK-12200 common: cli_simple: use strlcpy instead of strcpyPeng Fan2016-03-04-1/+2
* MLK-12199 common:env fix unintialized scalar valuePeng Fan2016-03-04-1/+11
* common: env: initialize scalar variablePeng Fan2016-03-04-0/+2
* common: nvedit: use snprintf instead of sprintfPeng Fan2016-03-04-1/+1
* common: cli: avoid memory leakPeng Fan2016-03-04-1/+1
* common: cli_hush: avoid memory leakPeng Fan2016-03-04-2/+7
* common: miiphyutil: avoid memory leakPeng Fan2016-03-04-0/+2
* common: mmc: unsigned char compared against 0Peng Fan2016-03-04-1/+1
* common: miiphyutil: no need to check name of mii_devPeng Fan2016-03-04-1/+1
* common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACYPeng Fan2016-03-04-1/+1
* common: cli_hush: avoid dead codePeng Fan2016-03-04-1/+1
* net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng2016-03-04-0/+19
* Revert "MA-7053 when I add selinux=disable in the cmdline, the board do OTA u...guoyin.chen2016-03-04-31/+1
* MA-7053 when I add selinux=disable in the cmdline, the board do OTA update wi...zhang sanshan2015-11-06-3/+31
* MA-6987 the value of vmalloc on Kernel command line still display 400M after ...zhang sanshan2015-08-13-1/+2
* MA-6928 Bootargs cannot be setzhang sanshan2015-07-28-5/+16
* MLK-10932-3 common: autoboot: need to disconnect with pc for usb bootPeter Chen2015-07-14-0/+1
* MLK-11228-1 android: Integrate community fastboot with FSL i.MX fastbootYe.Li2015-07-13-1870/+100
* MLK-11211 lcd: fix build warningPeng Fan2015-07-01-4/+1
* MA-6580 recovery.img cannot be authenticated by HABguoyin.chen2015-04-29-9/+13
* MA-6381 Add HAB support for the whole boot.imgguoyin.chen2015-04-29-25/+73
* MLK-10774-33 imx:mx6 add udc and fastboot supportPeng Fan2015-04-29-27/+1832
* MLK-10774-31 lcd: add LCD_MONOCHROMEPeng Fan2015-04-29-10/+30
* MLK-10774-23 Add SECURE BOOT in cmd_bootm.cPeng Fan2015-04-29-0/+18
* ENGR00319151-2 HAB: Add the HAB image authentication to bootzYe.Li2015-04-29-0/+9
* MLK-10774-9 common: add sata commandPeng Fan2015-04-29-4/+177
* MLK-10774-8 env_mmc: add the dynamtic mmc dev supportPeng Fan2015-04-29-8/+14
* MLK-10774-7 Auto check if boot from usbPeng Fan2015-04-29-0/+26
* ENGR00322860 iMX6SX: Add function to check M4 status before bootingYe.Li2015-04-29-1/+17
* ENGR00315894-56 CMD: Add new command "bootaux" to boot auxiliary coreYe.Li2015-04-29-0/+43
* common/armflash: Support for ARM flash imagesLinus Walleij2015-04-10-0/+285
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2015-04-10-0/+13
|\
| * Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGEAlbert ARIBAUD \(3ADEV\)2015-04-10-0/+12
| * lpc32xx: add lpc32xx-spl.bin boot image targetAlbert ARIBAUD \(3ADEV\)2015-04-10-0/+1
* | common, ubi: use positive return values for ubi checkStefan Agner2015-04-10-1/+1
|/
* cmd_mem.c: Update 'iteration_limit' to unsigned longTom Rini2015-04-07-1/+1
* cmd_mem: cleanups, catch bad usagePavel Machek2015-04-07-15/+19
* env_sf: Fix recovery defaultMario Schuknecht2015-04-07-2/+4
* arc: clean-up init procedureAlexey Brodkin2015-04-03-4/+4
* nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser2015-03-30-15/+0
* cmd_nand: Verify writes to NANDPeter Tyser2015-03-30-5/+9
* m68k: fix 3 broken boardsangelo@sysam.it2015-03-28-2/+2
* common/board_f: move board_init_f_mem() from #else CONFIG_X86Alexey Brodkin2015-03-28-2/+4
* part: Add support for list filtering on bootable partitionsSjoerd Simons2015-03-25-12/+41
* remove unnecessary version.h includesRob Herring2015-03-24-2/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-03-18-1/+2
|\