index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-18
net: cosmetic: Fixup var names for DHCP strings
Joe Hershberger
1
-6
/
+6
2015-04-18
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
3
-7
/
+11
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2
-26
/
+26
2015-04-18
dm: usb: Support driver model with USB keyboards
Simon Glass
1
-1
/
+33
2015-04-18
dm: usb: Split out the keyboard probe into its own function
Simon Glass
1
-38
/
+51
2015-04-18
dm: usb: Convert usb_storage to driver model
Simon Glass
1
-2
/
+49
2015-04-18
dm: usb: Move storage device scanning into its own function
Simon Glass
1
-38
/
+59
2015-04-18
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
1
-28
/
+17
2015-04-18
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
1
-2
/
+4
2015-04-18
dm: usb: Simply device finding code in usb_storage
Simon Glass
1
-19
/
+11
2015-04-18
dm: usb: Fix type problems in usb_stor_get_info()
Simon Glass
1
-1
/
+5
2015-04-18
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
1
-43
/
+2
2015-04-18
dm: usb: Add driver model support for hubs
Simon Glass
1
-4
/
+90
2015-04-18
dm: usb: Split hub detection into its own function
Simon Glass
1
-16
/
+41
2015-04-18
dm: usb: Convert core usb.c file to support driver model
Simon Glass
1
-6
/
+25
2015-04-18
dm: usb: Complete the splitting up of usb_new_device()
Simon Glass
1
-62
/
+95
2015-04-18
dm: usb: Split out more code from usb_new_device()
Simon Glass
1
-30
/
+42
2015-04-18
dm: usb: Move descriptor setup code into its own function
Simon Glass
1
-65
/
+82
2015-04-18
dm: usb: Refactor port resets
Simon Glass
2
-16
/
+28
2015-04-18
dm: usb: Drop the legacy USB init sequence
Simon Glass
1
-22
/
+4
2015-04-18
dm: usb: Convert 'usb' command to support driver model
Simon Glass
1
-2
/
+145
2015-04-18
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2
-25
/
+35
2015-04-18
dm: usb: Adjust usb command to prepare for driver model
Simon Glass
1
-26
/
+25
2015-04-18
cros_ec: Remove unused cros_ec_board_init() function
Simon Glass
1
-5
/
+0
2015-04-18
cros_ec: Drop unused CONFIG_DM_CROS_EC
Simon Glass
1
-29
/
+1
2015-04-18
dm: x86: spi: Convert ICH SPI driver to driver model
Simon Glass
1
-3
/
+0
2015-04-18
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
1
-0
/
+2
2015-04-18
cmd: net: Clean up return codes
Joe Hershberger
1
-24
/
+21
2015-04-18
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2
-2
/
+2
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
23
-0
/
+23
2015-04-17
dm: pci: Add a uclass for PCI
Simon Glass
2
-3
/
+13
2015-04-17
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2
-2
/
+2
2015-04-17
Correct map_sysmem() logic in do_mem_mw()
Simon Glass
1
-3
/
+4
2015-04-17
dm: Add a new CPU init function which can use driver model
Simon Glass
1
-0
/
+6
2015-04-14
fastboot: Proper download gadget unregister and clear when cable is missing
Paul Kocialkowski
1
-0
/
+2
2015-04-14
fastboot: check for alias when looking up partition by name
Michael Scott
1
-2
/
+24
2015-04-14
dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts
Heiko Schocher
1
-0
/
+2
2015-04-14
cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text
Fabio Estevam
1
-1
/
+1
2015-04-14
usb: gadget: thor: Invoke board specific USB cleanup interface
Inha Song
1
-0
/
+1
2015-04-14
usb: gadget: UMS: Invoke board specific USB cleanup interface
Inha Song
1
-0
/
+1
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
3
-3
/
+3
2015-04-14
common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
Kishon Vijay Abraham I
2
-0
/
+7
2015-04-14
usb: hub: allow pgood_delay to be specified via env
Tim Harvey
1
-0
/
+8
2015-04-14
usb: fix first descriptor fetch error handling
Stephen Warren
1
-1
/
+16
2015-04-14
usb: Early failure when the first descriptor read fails or is invalid
Paul Kocialkowski
1
-1
/
+4
2015-04-14
usb: Check usb_new_device for failure
Paul Kocialkowski
1
-4
/
+10
2015-04-14
usb: usb_new_device return codes consistency
Paul Kocialkowski
1
-29
/
+29
2015-04-14
usb_storage:Fix USB storage capacity detection on 64 bit architectures
Sergey Temerkhanov
1
-21
/
+23
2015-04-14
usb_storage : scan all interfaces to find a storage device
Franck Jullien
1
-17
/
+28
2015-04-10
common/armflash: Support for ARM flash images
Linus Walleij
3
-0
/
+285
[next]