index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_sdp.c
Age
Commit message (
Expand
)
Author
2025-11-04
usb: f_sdp: Update SDP driver to support PQC container
Ye Li
2025-06-13
spl: Rename jump_to_image_no_args()
Simon Glass
2024-10-11
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-08-23
spl: Create a function to init spl_load_info
Simon Glass
2024-07-22
drivers: usb: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
2023-11-16
spl: Remove dev from spl_load_info
Sean Anderson
2023-10-17
arm: imx: Check header before calling spl_load_imx_container
Sean Anderson
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-09-15
sdp: Use plain udevice for UDC controller interaction
Marek Vasut
2023-04-04
usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call
Marek Vasut
2023-01-16
image: Move common image code to image_board and command
Simon Glass
2022-12-31
cmd: source: Support specifying config name
Sean Anderson
2022-12-31
treewide: Use NULL for script image name
Sean Anderson
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2020-09-01
f_sdp: Change bInterval of interrupt endpoint to 3
Sherry Sun
2020-09-01
f_sdp: Add EP1_OUT as default data receive pipe in sdp
Sherry Sun
2020-09-01
f_sdp: Support searching and loading FIT or container image
Peng Fan
2020-09-01
f_sdp: Fix wrong usb request size
Ye Li
2020-09-01
f_sdp: Add high speed endpoint descriptor
Ye Li
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-03
usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address
Frank Li
2020-01-17
common: Rename and move source()
Simon Glass
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-06-27
usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP
Frieder Schrempf
2018-12-14
usb: gadget: f_sdp: Provide filesize env variable for downloaded images
Petr Štetiar
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-21
usb: gadget: sdp: fix pointer cast warnings for 64bit archs
Andre Heider
2018-02-21
usb: gadget: sdp: add missing line breaks
Andre Heider
2017-11-26
Trigger watchdog before calling usb_gadget_handle_interrupts
Vincent Prince
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-23
usb: gadget: sdp: extend images compatible for jumps
Stefan Agner
2017-08-23
usb: gadget: add SDP driver
Stefan Agner