summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-23nios2: set default cache configuration in start.SThomas Chou
2015-10-23nios2: zap initdramThomas Chou
2015-10-23nios2: clean up comments style in start.SThomas Chou
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou
2015-10-23nios2: remove asm/psr.hThomas Chou
2015-10-23nios2: convert altera sysid to driver modelThomas Chou
2015-10-23dm: implement a Miscellaneous uclassThomas Chou
2015-10-23serial: remove altera serial initializationsThomas Chou
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23timer: start a new timer after relocationThomas Chou
2015-10-23dm: implement a Timer uclassThomas Chou
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou
2015-10-23nios2: add clear and set bits macrosThomas Chou
2015-10-23spi : convert altera_spi to driver modelThomas Chou
2015-10-23nios2: convert altera_uart to driver modelThomas Chou
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou
2015-10-23nios2: enable malloc() pool before relocationThomas Chou
2015-10-23nios2: call board_init_f_memThomas Chou
2015-10-23nios2: zap version_stringThomas Chou
2015-10-23nios2: zap dly_clksThomas Chou