summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-11-16splash_source: add support for filesystem formatted sataNikita Kiryanov
2015-11-16splash_source: add support for filesystem formatted usbNikita Kiryanov
2015-11-16splash_source: add support for filesystem formatted mmcNikita Kiryanov
2015-11-16splash_source: rename *_read() to *_read_raw()Nikita Kiryanov
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini
2015-11-13x86: Move timer_init() call a bit earlierBin Meng
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom
2015-11-13sparc: Kconfig: Move the CMD_AMBAPP command to KconfigFrancois Retief
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom
2015-11-12board_init: Change the logic to setup malloc_baseFabio Estevam
2015-11-12common: Simplify get_clocks() #ifdefPeng Fan
2015-11-12mmc: Use lldiv() for 64-bit division in write_raw_image()Siarhei Siamashka
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay
2015-11-12sparse: Rename the file and headerMaxime Ripard
2015-11-12fastboot: nand: Add pre erase and write hooksMaxime Ripard
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12sparse: Implement several chunks flashingMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12sparse: Implement storage abstractionMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-11-12sparse: Simplify multiple logicMaxime Ripard
2015-11-12sparse: Refactor chunk parsing functionMaxime Ripard
2015-11-12sparse: Move main header parsing to a function of its ownMaxime Ripard
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