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
/
common
/
spl
/
spl_usb.c
Age
Commit message (
Expand
)
Author
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-06
global: Make <asm/global_data.h> include <asm/u-boot.h>
Tom Rini
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2021-11-05
spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths
Tom Rini
2020-08-11
spl: usb: Only init usb once
Faiz Abbas
2020-08-11
spl: usb: Create an API spl_usb_load()
Faiz Abbas
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-02-15
usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE
Abel Vesa
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2016-12-09
spl: Add a name to the SPL load-image methods
Simon Glass
2016-10-06
spl: Update fat functions to take an spl_image parameter
Simon Glass
2016-10-06
spl: Pass spl_image as a parameter to load_image() methods
Simon Glass
2016-10-06
spl: Convert spl_usb_load_image() to use linker list
Simon Glass
2016-10-06
spl: Convert boot_device into a struct
Simon Glass
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2015-11-18
spl: change return values of spl_*_load_image()
Nikita Kiryanov
2014-10-27
Rename some defines containing FAT in their name to be filesystem generic
Guillaume GARDET
2014-01-24
spl: common: Support for USB MSD FAT image loading
Dan Murphy