aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-11-16splash_source: add support for filesystem formatted mmcNikita Kiryanov1-1/+57
2015-11-16splash_source: rename *_read() to *_read_raw()Nikita Kiryanov1-9/+9
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2-4/+9
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-2/+6
2015-11-06common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck1-2/+6
2015-11-06nios2: use common sequence for reserve_ubootThomas Chou1-2/+2
2015-11-06nios2: use dram bank in board infoThomas Chou1-2/+7
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam1-0/+35
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-5/+4
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng3-5/+4
2015-11-03common/usb_storage.c: Clean up usb_storage_probe()Tom Rini1-27/+2
2015-10-30Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2-4/+9
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+19
2015-10-29net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng1-0/+19
2015-10-29common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu1-1/+1
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini5-20/+12
2015-10-27image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini1-1/+1
2015-10-26fdt_support: Don't panic if stdout alias is missingScott Wood1-3/+8
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher1-3/+3
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu1-1/+1
2015-10-24board_init_f_mem(): Don't create an unused early malloc() areaSimon Glass1-1/+2
2015-10-24board_init_f_mem(): Don't require memset()Simon Glass1-0/+18
2015-10-24Move board_init_f_mem() into a common locationSimon Glass4-29/+49
2015-10-24itest: make memory access work under sandboxStephen Warren1-5/+16
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede1-10/+2
2015-10-24Allow imxtract to extract part of script image.Pierre Aubert1-1/+2
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann1-3/+6
2015-10-23env: export fdt_blob to the environment variableThomas Chou1-0/+3
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard1-12/+1
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass3-8/+8
2015-10-23nios2: convert altera timer to driver modelThomas Chou1-2/+1
2015-10-23timer: start a new timer after relocationThomas Chou1-0/+3
2015-10-23nios2: Switch to generic timerThomas Chou1-1/+2
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon3-0/+287
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini3-186/+230
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng1-0/+6
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng1-0/+30
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng1-53/+66
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng1-2/+15
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng1-10/+10
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng1-82/+79
2015-10-21cmd: Clean up cmd_elf a little bitBin Meng1-98/+73
2015-10-21cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng1-0/+6
2015-10-21malloc_simple: Add debug() informationSimon Glass1-0/+4
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede1-0/+12
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede1-1/+1
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede1-3/+0
2015-10-19image-fit: Fix signature checkingAndrej Rosano1-1/+3
2015-10-12env_eeprom.c: Correct using saved environmentLudger Dreier1-89/+77
2015-10-11common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini1-0/+9