summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Add generic fs supportHans de Goede2015-10-243-0/+44
* ubifs: Add functions for generic fs useHans de Goede2015-10-242-0/+69
* ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2015-10-244-29/+87
* disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede2015-10-241-0/+2
* Allow imxtract to extract part of script image.Pierre Aubert2015-10-241-1/+2
* Fix bad return value checks (detected with Coccinelle)Thomas Huth2015-10-245-5/+5
* ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET2015-10-242-0/+14
* allow LED initialization without STATUS_LED_BOOTBernhard Nortmann2015-10-244-5/+13
* add generic stubs for GPIO LEDsBernhard Nortmann2015-10-231-0/+54
* dm: keystone: serial: Add driver model supportLokesh Vutla2015-10-232-0/+49
* net: convert altera_tse to driver model and phylibThomas Chou2015-10-236-1047/+504
* nios2: fix virt_to_phys for nios2 with MMUThomas Chou2015-10-231-1/+5
* nios2: add README.nios2Thomas Chou2015-10-231-0/+95
* nios2: zap nios2-generic board dirThomas Chou2015-10-2310-257/+23
* nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou2015-10-231-13/+14
* nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2015-10-232-24/+25
* nios2: convert cache flush to use dm cpu dataThomas Chou2015-10-235-98/+133
* nios2: set default cache configuration in start.SThomas Chou2015-10-231-7/+15
* nios2: zap initdramThomas Chou2015-10-231-5/+0
* nios2: clean up comments style in start.SThomas Chou2015-10-231-31/+30
* nios2: convert ioremap to use dm cpu dataThomas Chou2015-10-231-5/+2
* nios2: convert do_reset to use dm cpu dataThomas Chou2015-10-231-1/+1
* nios2: remove asm/psr.hThomas Chou2015-10-233-27/+0
* nios2: convert altera sysid to driver modelThomas Chou2015-10-2312-60/+131
* dm: implement a Miscellaneous uclassThomas Chou2015-10-235-0/+141
* serial: remove altera serial initializationsThomas Chou2015-10-232-6/+0
* nios2: convert altera timer to driver modelThomas Chou2015-10-239-73/+135
* timer: start a new timer after relocationThomas Chou2015-10-231-0/+3
* dm: implement a Timer uclassThomas Chou2015-10-239-0/+169
* nios2: convert nios2 cpu to driver modelThomas Chou2015-10-235-5/+154
* nios2 : convert altera_pio to driver modelThomas Chou2015-10-238-351/+156
* nios2: add clear and set bits macrosThomas Chou2015-10-231-0/+55
* spi : convert altera_spi to driver modelThomas Chou2015-10-233-86/+123
* nios2: convert altera_uart to driver modelThomas Chou2015-10-234-99/+129
* nios2: convert altera_jtag_uart to driver modelThomas Chou2015-10-236-63/+145
* nios2: map physical address to uncached virtual addressThomas Chou2015-10-232-2/+7
* nios2: enable malloc() pool before relocationThomas Chou2015-10-231-1/+0
* nios2: call board_init_f_memThomas Chou2015-10-232-2/+10
* nios2: zap version_stringThomas Chou2015-10-231-6/+0
* nios2: zap dly_clksThomas Chou2015-10-231-33/+0
* nios2: Split timer code into timer.cThomas Chou2015-10-234-86/+68
* nios2: Switch to generic timerThomas Chou2015-10-235-124/+42
* nios2: enable Driver ModelThomas Chou2015-10-231-0/+2
* nios2: enable device tree control of U-BootThomas Chou2015-10-235-0/+168
* nios2: define _end in link scriptThomas Chou2015-10-231-0/+6
* nios2: remove gp assignments in link scriptThomas Chou2015-10-231-3/+5
* nios2: enlarge the code relocation rangeThomas Chou2015-10-231-2/+3
* nios2: BSS should be cleared only after board_init_fThomas Chou2015-10-231-14/+16
* nios2: move altera_pio_init to board_early_init_rThomas Chou2015-10-232-4/+10
* nios2: permit device tree control of U-BootThomas Chou2015-10-231-0/+1
OpenPOWER on IntegriCloud