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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-21
cmd: eeprom: add support for layout aware commands
Nikita Kiryanov
7
-1
/
+598
2016-05-21
cmd: eeprom: add bus switching support for all i2c drivers
Nikita Kiryanov
1
-1
/
+1
2016-05-20
arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK
Stefan Roese
1
-0
/
+1
2016-05-20
arm: mvebu: a38x: Weed out floating point use
Marek Vasut
1
-19
/
+10
2016-05-17
Merge git://git.denx.de/u-boot-dm
Tom Rini
136
-2749
/
+5419
2016-05-17
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
21
-27
/
+71
2016-05-17
dm: mmc: test: Add tests for MMC
Simon Glass
2
-3
/
+20
2016-05-17
dm: sandbox: mmc: Enable building MMC code for sandbox
Simon Glass
3
-2
/
+6
2016-05-17
dm: mmc: sandbox: Add an SD-card emulation
Simon Glass
2
-2
/
+143
2016-05-17
dm: mmc: Add support for driver-model block devices
Simon Glass
5
-30
/
+58
2016-05-17
dm: mmc: Add a way to bind MMC devices with driver model
Simon Glass
2
-0
/
+70
2016-05-17
dm: mmc: Implement the MMC functions for block devices
Simon Glass
2
-1
/
+109
2016-05-17
dm: sandbox: Only enable the sandbox MMC driver when valid
Simon Glass
2
-1
/
+7
2016-05-17
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
Simon Glass
1
-8
/
+4
2016-05-17
dm: blk: Use the correct error code for blk_get_device_by_str()
Simon Glass
1
-3
/
+3
2016-05-17
dm: mmc: Move the device list into a separate file
Simon Glass
6
-121
/
+176
2016-05-17
dm: mmc: Set up the device pointer when using the MMC uclass
Simon Glass
7
-1
/
+14
2016-05-17
dm: blk: Add a comment as to why the bdev member is needed
Simon Glass
1
-0
/
+5
2016-05-17
dm: part: Drop the block_drvr table
Simon Glass
2
-64
/
+30
2016-05-17
dm: part: Use the legacy block driver for hardware partition support
Simon Glass
1
-11
/
+1
2016-05-17
dm: blk: Add functions to select a hardware partition
Simon Glass
2
-0
/
+59
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
7
-15
/
+22
2016-05-17
dm: mmc: spl: Use the legacy block interface in SPL
Simon Glass
1
-0
/
+1
2016-05-17
dm: mmc: Add a function to obtain the block device
Simon Glass
2
-0
/
+13
2016-05-17
dm: mmc: Implement the select_hwpart() method
Simon Glass
1
-0
/
+22
2016-05-17
dm: mmc: Move mmc_switch_part() above its callers
Simon Glass
1
-24
/
+21
2016-05-17
dm: blk: Free the block device name when unbound
Simon Glass
1
-2
/
+10
2016-05-17
dm: core: Allow device names to be freed automatically
Simon Glass
3
-0
/
+24
2016-05-17
dm: blk: Fix allocation of block-device numbering
Simon Glass
1
-9
/
+9
2016-05-17
dm: sandbox: Enable systemace
Simon Glass
1
-0
/
+4
2016-05-17
dm: systemace: Add driver-mode block-device support
Simon Glass
1
-0
/
+44
2016-05-17
dm: systemace: Reorder function to avoid forward declarataions
Simon Glass
1
-31
/
+26
2016-05-17
dm: blk: Add a easier way to create a named block device
Simon Glass
3
-8
/
+37
2016-05-17
dm: blk: Allow blk_create_device() to allocate the device number
Simon Glass
2
-1
/
+43
2016-05-17
dm: sandbox: Enable SATA
Simon Glass
1
-0
/
+3
2016-05-17
dm: sata: Add support for driver-model block devices
Simon Glass
1
-1
/
+30
2016-05-17
dm: sandbox: Enable SCSI
Simon Glass
1
-0
/
+6
2016-05-17
dm: scsi: Add support for driver-model block devices
Simon Glass
1
-0
/
+32
2016-05-17
dm: sandbox: Enable IDE
Simon Glass
1
-0
/
+10
2016-05-17
dm: ide: Add support for driver-model block devices
Simon Glass
2
-0
/
+40
2016-05-17
dm: part: Drop the get_dev() method
Simon Glass
1
-1
/
+0
2016-05-17
dm: sandbox: Drop the host_get_dev() function
Simon Glass
3
-13
/
+1
2016-05-17
dm: blk: Drop the systemace.h header
Simon Glass
2
-11
/
+0
2016-05-17
dm: systemace: Drop the get_dev() function
Simon Glass
4
-21
/
+4
2016-05-17
dm: sata: Drop the get_dev() function
Simon Glass
2
-3
/
+1
2016-05-17
dm: scsi: Drop the get_dev() function
Simon Glass
4
-11
/
+2
2016-05-17
dm: mmc: Drop the get_dev() function
Simon Glass
4
-18
/
+3
2016-05-17
dm: ide: Drop the get_dev() function
Simon Glass
3
-10
/
+1
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
8
-29
/
+14
2016-05-17
dm: disk: Use legacy block driver info for block device access
Simon Glass
1
-4
/
+3
[next]