summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-27taishan: DropTom Rini
2015-10-27ebony: DropTom Rini
2015-10-27taihu: RemoveTom Rini
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu
2015-10-24arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada
2015-10-24Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"Simon Glass
2015-10-24zynq: Move SPL console init out of board_init_f()Simon Glass
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass
2015-10-24arm: Switch aarch64 to using generic global_data setupSimon Glass
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-24fs-test.sh: fix pre-requisite detectionStephen Warren
2015-10-24test: fat: add test of non-contiguous file readsStephen Warren
2015-10-24itest: make memory access work under sandboxStephen Warren
2015-10-24distro_bootcmd: Add support for booting from ubifsRoy Spliet
2015-10-24ubifs: Add generic fs supportHans de Goede
2015-10-24ubifs: Add functions for generic fs useHans de Goede
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede
2015-10-24disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede
2015-10-24Allow imxtract to extract part of script image.Pierre Aubert
2015-10-24Fix bad return value checks (detected with Coccinelle)Thomas Huth
2015-10-24ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann
2015-10-23add generic stubs for GPIO LEDsBernhard Nortmann
2015-10-23dm: keystone: serial: Add driver model supportLokesh Vutla
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou
2015-10-23nios2: add README.nios2Thomas Chou
2015-10-23nios2: zap nios2-generic board dirThomas Chou
2015-10-22nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou
2015-10-22nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou
2015-10-22nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-22nios2: set default cache configuration in start.SThomas Chou
2015-10-22nios2: zap initdramThomas Chou
2015-10-22nios2: clean up comments style in start.SThomas Chou
2015-10-22nios2: convert ioremap to use dm cpu dataThomas Chou
2015-10-22nios2: convert do_reset to use dm cpu dataThomas Chou
2015-10-22nios2: remove asm/psr.hThomas Chou
2015-10-22nios2: convert altera sysid to driver modelThomas Chou
2015-10-22dm: implement a Miscellaneous uclassThomas Chou
2015-10-22serial: remove altera serial initializationsThomas Chou
2015-10-22nios2: convert altera timer to driver modelThomas Chou
2015-10-22timer: start a new timer after relocationThomas Chou
2015-10-22dm: implement a Timer uclassThomas Chou
2015-10-22nios2: convert nios2 cpu to driver modelThomas Chou
2015-10-22nios2 : convert altera_pio to driver modelThomas Chou
2015-10-22nios2: add clear and set bits macrosThomas Chou
2015-10-22spi : convert altera_spi to driver modelThomas Chou