summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2015-11-06common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck
2015-11-06nios2: use common sequence for reserve_ubootThomas Chou
2015-11-06nios2: use dram bank in board infoThomas Chou
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng
2015-11-03common/usb_storage.c: Clean up usb_storage_probe()Tom Rini
2015-10-30Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2015-10-29net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng
2015-10-29common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini
2015-10-27image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini
2015-10-26fdt_support: Don't panic if stdout alias is missingScott Wood
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu
2015-10-24board_init_f_mem(): Don't create an unused early malloc() areaSimon Glass
2015-10-24board_init_f_mem(): Don't require memset()Simon Glass
2015-10-24Move board_init_f_mem() into a common locationSimon Glass
2015-10-24itest: make memory access work under sandboxStephen Warren
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede
2015-10-24Allow imxtract to extract part of script image.Pierre Aubert
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann
2015-10-23env: export fdt_blob to the environment variableThomas Chou
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23timer: start a new timer after relocationThomas Chou
2015-10-23nios2: Switch to generic timerThomas Chou
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng
2015-10-21cmd: Clean up cmd_elf a little bitBin Meng
2015-10-21cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng
2015-10-21malloc_simple: Add debug() informationSimon Glass
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede
2015-10-19image-fit: Fix signature checkingAndrej Rosano
2015-10-12env_eeprom.c: Correct using saved environmentLudger Dreier
2015-10-11common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini
2015-10-11image: fix support for Android boot images with no ramdiskRob Herring
2015-10-11Add support for LZ4 decompression algorithmJulius Werner