aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+12
2015-03-09common: cmd_elf: Add support to disable start of applicationSiva Durga Prasad Paladugu1-0/+4
2015-03-09common/board_r: Restore non-cached memory setupJan Kiszka1-0/+11
2015-03-09dlmalloc: do memset in malloc init as new default configPrzemyslaw Marczak1-3/+7
2015-03-05cmd_usb_mass_storage: Remove extra 'ums' string in the usage textFabio Estevam1-1/+1
2015-03-05common/board_f: implement type casting for gd structureAlexey Brodkin1-1/+1
2015-03-05spl: fix calling "spl export .." more than onceHeiko Schocher1-1/+2
2015-03-05m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2-1/+9
2015-03-05m68k: add generic-board supportangelo@sysam.it2-21/+24
2015-03-05cmd_yaffs: Clean up command usage messagesPeter Tyser1-13/+13
2015-03-05common/lcd: Add command for writing to lcd-displayHannes Petermaier1-0/+18
2015-03-05common/lcd: Add command for setting cursor within lcd-consoleHannes Petermaier1-0/+21
2015-03-05gpt: support random UUIDs without setting environment variablesRob Herring1-18/+30
2015-03-05gpt: fix error reporting on partition table write failuresRob Herring1-2/+2
2015-03-05kconfig: common: Fix memtest bool nameNikolaos Pasaloukos1-1/+1
2015-03-05Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+6
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass1-0/+35
2015-03-04common: board: support systems with where RAM ends beyond 4GBStephen Warren1-0/+12
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini2-2/+64
2015-03-02Merge branch 'master' of git://git.denx.de/u-bootStefano Babic17-101/+177
2015-02-25Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2-8/+20
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana1-0/+10
2015-02-25crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.gaurav rana1-8/+10
2015-02-25fastboot: Correct fastboot_fail and fastboot_okay stringsDileep Katta1-2/+2
2015-02-25fastboot: Add USB cable detect checkRob Herring1-0/+6
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta1-0/+56
2015-02-24kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada1-1/+0
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou1-2/+6
2015-02-19cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov1-9/+36
2015-02-19cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada1-13/+13
2015-02-18Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini3-7/+7
2015-02-17cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger1-1/+1
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger3-6/+6
2015-02-17Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini3-41/+37
2015-02-17avr32: add generic board supportAndreas Bießmann3-6/+13
2015-02-17common/board_r: allocate bootparamsAndreas Bießmann1-0/+15
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann1-35/+9
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-0/+5
2015-02-17cmd_eeprom: make it possible to define the used i2c busChristian Gmeiner1-0/+6
2015-02-16spl, spl_nor: fix compiler warningHeiko Schocher1-1/+1
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass1-0/+5
2015-02-16image: Convert to use fdt_for_each_subnode macroAxel Lin2-15/+5
2015-02-12dm: Add CMD_DM and CMD_DEMO to KconfigSimon Glass1-0/+23
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-2/+2
2015-02-12Introduce board_init_f_mem() to handle early memory layoutSimon Glass1-0/+18
2015-02-12malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede1-1/+1
2015-02-12dm: Prevent "demo hello" and "demo status" segfaultsPeter Tyser1-1/+3
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-0/+2
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-1/+1
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-280/+154