summaryrefslogtreecommitdiff
path: root/common/spl/spl_net.c
Commit message (Expand)AuthorAgeFilesLines
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot2018-12-141-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2018-03-051-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-2/+2
* spl: net: Add FIT image support over network bootAndrew F. Davis2017-04-081-3/+31
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-2/+3
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-6/+9
* spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-061-1/+25
* spl: Convert boot_device into a structSimon Glass2016-10-061-3/+3
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-1/+2
* SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-171-3/+1
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-3/+6
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-1/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-16/+1
* OMAP: networking support for SPLIlya Yanok2012-10-011-0/+52