aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-27taishan: DropTom Rini12-1123/+1
2015-10-27ebony: DropTom Rini11-707/+1
2015-10-27taihu: RemoveTom Rini10-1936/+1
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu41-1/+41
2015-10-24arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada236-258/+2
2015-10-24Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"Simon Glass10-10/+0
2015-10-24zynq: Move SPL console init out of board_init_f()Simon Glass1-1/+1
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass1-0/+2
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass1-24/+4
2015-10-24arm: Switch aarch64 to using generic global_data setupSimon Glass1-12/+3
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 Glass5-29/+50
2015-10-24fs-test.sh: fix pre-requisite detectionStephen Warren1-1/+1
2015-10-24test: fat: add test of non-contiguous file readsStephen Warren1-0/+113
2015-10-24itest: make memory access work under sandboxStephen Warren1-5/+16
2015-10-24distro_bootcmd: Add support for booting from ubifsRoy Spliet1-0/+19
2015-10-24ubifs: Add generic fs supportHans de Goede3-0/+44
2015-10-24ubifs: Add functions for generic fs useHans de Goede2-0/+69
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede4-29/+87
2015-10-24disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede1-0/+2
2015-10-24Allow imxtract to extract part of script image.Pierre Aubert1-1/+2
2015-10-24Fix bad return value checks (detected with Coccinelle)Thomas Huth5-5/+5
2015-10-24ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET2-0/+14
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann4-5/+13
2015-10-23add generic stubs for GPIO LEDsBernhard Nortmann1-0/+54
2015-10-23dm: keystone: serial: Add driver model supportLokesh Vutla2-0/+49
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou6-1047/+504
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou1-1/+5
2015-10-23nios2: add README.nios2Thomas Chou1-0/+95
2015-10-23nios2: zap nios2-generic board dirThomas Chou10-257/+23
2015-10-23nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou1-13/+14
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2-24/+25
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou5-98/+133
2015-10-23nios2: set default cache configuration in start.SThomas Chou1-7/+15
2015-10-23nios2: zap initdramThomas Chou1-5/+0
2015-10-23nios2: clean up comments style in start.SThomas Chou1-31/+30
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou1-5/+2
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou1-1/+1
2015-10-23nios2: remove asm/psr.hThomas Chou3-27/+0
2015-10-23nios2: convert altera sysid to driver modelThomas Chou12-60/+131
2015-10-23dm: implement a Miscellaneous uclassThomas Chou5-0/+141
2015-10-23serial: remove altera serial initializationsThomas Chou2-6/+0
2015-10-23nios2: convert altera timer to driver modelThomas Chou9-73/+135
2015-10-23timer: start a new timer after relocationThomas Chou1-0/+3
2015-10-23dm: implement a Timer uclassThomas Chou9-0/+169
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou5-5/+154
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou8-351/+156
2015-10-23nios2: add clear and set bits macrosThomas Chou1-0/+55
2015-10-23spi : convert altera_spi to driver modelThomas Chou3-86/+123