summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: eth: Check return value in various placesBin Meng2015-10-291-18/+25
* dm: test: Add a new test case against dm eth codes for NULL pointer accessBin Meng2015-10-291-0/+64
* net: eth: Clear MAC address in eth_pre_remove()Bin Meng2015-10-291-0/+5
* dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng2015-10-291-7/+0
* net: pch_gbe: Add driver remove supportBin Meng2015-10-291-0/+12
* net: designware: Add driver remove supportBin Meng2015-10-291-0/+12
* net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng2015-10-292-0/+21
* net: phy: Test previous phydev->dev against new mac devBin Meng2015-10-291-1/+1
* net: phy: Change to print all phys that are not foundBin Meng2015-10-291-1/+8
* net: phy: Don't create phy device when there is no phyBin Meng2015-10-291-1/+2
* net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet2015-10-291-0/+29
* net: rtl8169: Build warning fixes for 64-bitStephen Warren2015-10-291-4/+6
* net: Increase the size of the net_boot_file_name bufferJacob Stiffler2015-10-292-2/+2
* net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux2015-10-291-0/+11
* smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns2015-10-291-16/+0
* net: parse DHCP options from overloaded file/sname fieldsStefan Brüns2015-10-291-10/+32
* net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns2015-10-291-26/+18
* net: change the env name to use constJosh Wu2015-10-282-4/+4
* net/eth: fix a bug in on_ethaddr()Gong Qianyu2015-10-281-0/+1
* smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns2015-10-281-3/+4
* net: cancel timeout handler after DHCPACKStefan Brüns2015-10-281-0/+1
* net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns2015-10-283-4/+7
* net/arp: Do not run net_start_again() on timeoutStefan Brüns2015-10-281-1/+1
* net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns2015-10-281-1/+10
* 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
OpenPOWER on IntegriCloud