summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: send RFC1542 compliant value for bootp requestsStefan Brüns2015-10-281-2/+6
* net: reject Bootp/DHCP packets with bad OP valueStefan Brüns2015-10-281-8/+5
* net: protect status led access in bootpThomas Chou2015-10-281-1/+1
* net: bootp fix vci string on SPL-BootHannes Petermaier2015-10-281-1/+3
* net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)2015-10-284-4/+36
* common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu2015-10-2441-1/+41
* arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada2015-10-24236-258/+2
* Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"Simon Glass2015-10-2410-10/+0
* zynq: Move SPL console init out of board_init_f()Simon Glass2015-10-241-1/+1
* microblaze: Add a TODO to call board_init_f_mem()Simon Glass2015-10-241-0/+2
* arm: Switch 32-bit ARM to using generic global_data setupSimon Glass2015-10-241-24/+4
* arm: Switch aarch64 to using generic global_data setupSimon Glass2015-10-241-12/+3
* board_init_f_mem(): Don't create an unused early malloc() areaSimon Glass2015-10-241-1/+2
* board_init_f_mem(): Don't require memset()Simon Glass2015-10-241-0/+18
* Move board_init_f_mem() into a common locationSimon Glass2015-10-245-29/+50
* fs-test.sh: fix pre-requisite detectionStephen Warren2015-10-241-1/+1
* test: fat: add test of non-contiguous file readsStephen Warren2015-10-241-0/+113
* itest: make memory access work under sandboxStephen Warren2015-10-241-5/+16
* distro_bootcmd: Add support for booting from ubifsRoy Spliet2015-10-241-0/+19
* 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
OpenPOWER on IntegriCloud