summaryrefslogtreecommitdiff
path: root/common/spl/spl_net.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+2
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2018-12-14spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-03-05spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-04-09spl: net: Add FIT image support over network bootAndrew F. Davis1-3/+31
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-2/+3
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-6/+9
2016-10-06spl: Convert spl_net_load_image() to use linker listSimon Glass1-1/+25
2016-10-06spl: Convert boot_device into a structSimon Glass1-3/+3
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-1/+2
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut1-3/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-3/+6
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-1/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2012-10-01OMAP: networking support for SPLIlya Yanok1-0/+52