Age | Commit message (Expand) | Author |
2015-10-28 | net/eth: fix a bug in on_ethaddr() | Gong Qianyu |
2015-10-28 | smsc95xx: Fetch whole burst with 1 URB, avoid framing errors | Stefan Brüns |
2015-10-28 | net: cancel timeout handler after DHCPACK | Stefan Brüns |
2015-10-28 | net/arp: account for ARP delay, avoid duplicate packets on timeout | Stefan Brüns |
2015-10-28 | net/arp: Do not run net_start_again() on timeout | Stefan Brüns |
2015-10-28 | net: Fix parsing of Bootp/DHCP option 0 (Pad) | Stefan Brüns |
2015-10-28 | net: send RFC1542 compliant value for bootp requests | Stefan Brüns |
2015-10-28 | net: reject Bootp/DHCP packets with bad OP value | Stefan Brüns |
2015-10-28 | net: protect status led access in bootp | Thomas Chou |
2015-10-28 | net: bootp fix vci string on SPL-Boot | Hannes Petermaier |
2015-10-28 | net: TFTP: variables cleanup and addition | Albert ARIBAUD \(3ADEV\) |
2015-10-24 | common/board_f.c: modify the macro to use get_clocks() more common | Gong Qianyu |
2015-10-24 | arm, powerpc: select SYS_GENERIC_BOARD | Masahiro Yamada |
2015-10-24 | Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot" | Simon Glass |
2015-10-24 | zynq: Move SPL console init out of board_init_f() | Simon Glass |
2015-10-24 | microblaze: Add a TODO to call board_init_f_mem() | Simon Glass |
2015-10-24 | arm: Switch 32-bit ARM to using generic global_data setup | Simon Glass |
2015-10-24 | arm: Switch aarch64 to using generic global_data setup | Simon Glass |
2015-10-24 | board_init_f_mem(): Don't create an unused early malloc() area | Simon Glass |
2015-10-24 | board_init_f_mem(): Don't require memset() | Simon Glass |
2015-10-24 | Move board_init_f_mem() into a common location | Simon Glass |
2015-10-24 | fs-test.sh: fix pre-requisite detection | Stephen Warren |
2015-10-24 | test: fat: add test of non-contiguous file reads | Stephen Warren |
2015-10-24 | itest: make memory access work under sandbox | Stephen Warren |
2015-10-24 | distro_bootcmd: Add support for booting from ubifs | Roy Spliet |
2015-10-24 | ubifs: Add generic fs support | Hans de Goede |
2015-10-24 | ubifs: Add functions for generic fs use | Hans de Goede |
2015-10-24 | ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use | Hans de Goede |
2015-10-24 | disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set | Hans de Goede |
2015-10-24 | Allow imxtract to extract part of script image. | Pierre Aubert |
2015-10-24 | Fix bad return value checks (detected with Coccinelle) | Thomas Huth |
2015-10-24 | ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support | Guillaume GARDET |
2015-10-24 | allow LED initialization without STATUS_LED_BOOT | Bernhard Nortmann |
2015-10-23 | add generic stubs for GPIO LEDs | Bernhard Nortmann |
2015-10-23 | dm: keystone: serial: Add driver model support | Lokesh Vutla |
2015-10-23 | net: convert altera_tse to driver model and phylib | Thomas Chou |
2015-10-23 | nios2: fix virt_to_phys for nios2 with MMU | Thomas Chou |
2015-10-23 | nios2: add README.nios2 | Thomas Chou |
2015-10-23 | nios2: zap nios2-generic board dir | Thomas Chou |
2015-10-23 | nios2: convert dma_alloc_coherent to use malloc_cache_aligned | Thomas Chou |
2015-10-23 | nios2: convert copy_exception_trampoline to use dm cpu data | Thomas Chou |
2015-10-23 | nios2: convert cache flush to use dm cpu data | Thomas Chou |
2015-10-23 | nios2: set default cache configuration in start.S | Thomas Chou |
2015-10-23 | nios2: zap initdram | Thomas Chou |
2015-10-23 | nios2: clean up comments style in start.S | Thomas Chou |
2015-10-23 | nios2: convert ioremap to use dm cpu data | Thomas Chou |
2015-10-23 | nios2: convert do_reset to use dm cpu data | Thomas Chou |
2015-10-23 | nios2: remove asm/psr.h | Thomas Chou |
2015-10-23 | nios2: convert altera sysid to driver model | Thomas Chou |
2015-10-23 | dm: implement a Miscellaneous uclass | Thomas Chou |