index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
pxe.c
Age
Commit message (
Expand
)
Author
2021-11-11
pxe: Allow calling the pxe_get logic directly
Simon Glass
2021-11-11
pxe: Return the file size from the getfile() function
Simon Glass
2021-11-11
pxe: Clean up the use of bootfile
Simon Glass
2021-11-11
pxe: Move common parsing coding into pxe_util
Simon Glass
2021-11-11
pxe: Tidy up the is_pxe global
Simon Glass
2021-11-11
pxe: Add a userdata field to the context
Simon Glass
2021-11-11
pxe: Move do_getfile() into the context
Simon Glass
2021-11-11
pxe: Use a context pointer
Simon Glass
2020-09-23
cmd: pxe: Add relocation to pxe_sub cmds
T Karthik Reddy
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-01-17
common: Move functions for loading from fat/ext2 to fs.h
Simon Glass
2020-01-17
common: Move do_tftpb() to net.h
Simon Glass
2019-12-06
cmd: pxe: Fix checkpatch WARNING/CHECK
Patrice Chotard
2019-12-06
cmd: sysboot: Create a sysboot command dedicated file
Patrice Chotard
2019-12-06
cmd: Prepare sysboot command independence
Patrice Chotard
2019-12-06
cmd: Migrate from_env() from pxe.c to nvedit.c
Patrice Chotard
2019-12-03
cmd: pxe: Fix bootm argument count
Abhishek Shah
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-05-05
cmd: pxe: add board specific PXE default path
Marek BehĂșn
2019-04-26
cmd: pxe: Display splashscreen from extlinux.conf input
Patrice Chotard
2018-10-08
cmd: pxe: add support for FIT config selection
Patrick Delaunay
2018-06-05
menu: fix timeout duration
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-16
cmd/pxe.c: Rework bootargs construction to clarify string checks
Tom Rini
2017-10-06
cmd/pxe.c: Rework initrd and bootargs handling slightly
Tom Rini
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2016-09-07
pxe: Fix pxe boot with FIT image
York Sun
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass