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
2016-05-21
cmd: eeprom: add support for layout aware commands
Nikita Kiryanov
3
-0
/
+378
2016-05-17
Merge git://git.denx.de/u-boot-dm
Tom Rini
10
-33
/
+1964
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
2
-4
/
+4
2016-05-17
dm: blk: Add a easier way to create a named block device
Simon Glass
1
-8
/
+5
2016-05-17
dm: sata: Add support for driver-model block devices
Simon Glass
1
-1
/
+30
2016-05-17
dm: scsi: Add support for driver-model block devices
Simon Glass
1
-0
/
+32
2016-05-17
dm: ide: Add support for driver-model block devices
Simon Glass
1
-0
/
+32
2016-05-17
dm: scsi: Drop the get_dev() function
Simon Glass
2
-8
/
+1
2016-05-17
dm: ide: Drop the get_dev() function
Simon Glass
1
-7
/
+0
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
2
-18
/
+1
2016-05-17
dm: sata: Separate the non-command code into its own file
Simon Glass
2
-0
/
+87
2016-05-17
dm: ide: Separate the non-command code into its own file
Simon Glass
2
-0
/
+1207
2016-05-17
dm: scsi: Separate the non-command code into its own file
Simon Glass
2
-0
/
+571
2016-05-17
dm: usb: Add a legacy block interface for USB storage
Simon Glass
1
-0
/
+7
2016-05-17
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
Simon Glass
1
-2
/
+2
2016-05-17
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
Marek Vasut
1
-0
/
+3
2016-05-17
SPL: Let spl_parse_image_header() return value
Marek Vasut
9
-14
/
+39
2016-05-06
usb: hub: Don't continue on get_port_status failure
Marek Vasut
1
-0
/
+1
2016-05-06
usb: Assure Get Descriptor request is in separate microframe
Marek Vasut
1
-0
/
+8
2016-05-06
usb: Wait after sending Set Configuration request
Marek Vasut
1
-0
/
+8
2016-05-06
usb: Don't init pointer to zero, but NULL
Marek Vasut
1
-1
/
+1
2016-05-04
fdt: fix setting MAC addresses for multiple interfaces
Lev Iserovich
1
-6
/
+14
2016-05-03
Fix spelling of "occurred".
Vagrant Cascadian
2
-2
/
+2
2016-04-25
common/dlmalloc.c: Delete content that was moved to malloc.h
Robert P. J. Day
1
-929
/
+0
2016-04-25
spl: spl_mmc: Disambiguate error message
Fabio Estevam
1
-2
/
+2
2016-04-18
common: env: support sata device
Peng Fan
2
-0
/
+128
2016-04-12
fastboot: sparse: remove unnecessary logging
Steve Rae
1
-4
/
+2
2016-04-12
fastboot: sparse: fix block addressing for don't care chunk type
Steve Rae
1
-4
/
+8
2016-04-12
spl: mmc: raw: Try to load u-boot if Linux image is not found
Lokesh Vutla
1
-1
/
+11
2016-04-11
env_eeprom invalidates gd->env_addr by setting it to an offset value
Guy Thouret
1
-7
/
+0
2016-04-11
fastboot: sparse: fix sparse blocks calculation
Jeffy Chen
1
-1
/
+2
2016-04-10
usb: kbd: Do not deregister usbkbd twice when using dm
Hans de Goede
1
-1
/
+2
2016-04-04
common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE
Stefan Roese
1
-1
/
+1
2016-04-02
common: env_sf: Add exclamation mark
Peng Fan
1
-1
/
+1
2016-04-02
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
Ahmed Samir Khalil
1
-0
/
+4
2016-04-02
Drop command-processing code when CONFIG_CMDLINE is disabled
Simon Glass
2
-1
/
+22
2016-03-27
debug_uart: Remove duplicated carriage return handling
Bin Meng
1
-2
/
+0
2016-03-27
Fix typo choosen in comments and printf logs
Alexander Merkle
1
-1
/
+1
2016-03-27
lcd: Fix compile warning in 64bit mode
Alexander Graf
1
-2
/
+2
2016-03-24
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
1
-3
/
+3
2016-03-24
spl: Print from which mmc slot spl is trying to boot
Hans de Goede
1
-3
/
+3
2016-03-23
spl_mmc: allow to load raw image
Masahiro Yamada
1
-14
/
+4
2016-03-22
usb: Correct return value in usb_stor_info()
Simon Glass
1
-1
/
+1
2016-03-22
Fix spelling of "transferred".
Vagrant Cascadian
2
-2
/
+2
2016-03-22
Allow command-line files to be dropped
Simon Glass
1
-2
/
+2
2016-03-22
Panic when no command line processing can be performed
Simon Glass
1
-0
/
+1
2016-03-20
usb: Change power-on / scanning timeout handling
Stefan Roese
1
-94
/
+223
2016-03-20
usb: Don't reset the USB hub a 2nd time
Stefan Roese
1
-12
/
+1
2016-03-20
usb: Remove 200 ms delay in usb_hub_port_connect_change()
Stefan Roese
1
-3
/
+0
2016-03-20
usb: legacy_hub_port_reset(): Speedup hub reset handling
Stefan Roese
1
-2
/
+7
[next]