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
2015-05-06
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
Hans de Goede
2
-5
/
+84
2015-05-06
usb: ohci: Fix ctrl in messages with a data-len of 0
Hans de Goede
1
-1
/
+1
2015-05-06
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
Hans de Goede
2
-93
/
+86
2015-05-06
usb: ohci: Remove unnecessary phcca variable
Hans de Goede
1
-6
/
+3
2015-05-06
usb: ohci: Move the td array struct to inside the ohci_dev struct
Hans de Goede
2
-20
/
+9
2015-05-06
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
Hans de Goede
2
-23
/
+19
2015-05-06
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
Hans de Goede
1
-60
/
+64
2015-05-06
usb: ohci: Remove unused devgone global variable
Hans de Goede
1
-8
/
+0
2015-05-06
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
Hans de Goede
1
-6
/
+11
2015-05-06
dm: usb: Set desc_before_addr from ehci dm code
Hans de Goede
1
-0
/
+3
2015-05-06
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
Hans de Goede
1
-12
/
+22
2015-05-06
dm: usb: Use usb_get_bus in dm ehci code
Hans de Goede
1
-8
/
+1
2015-05-06
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
Hans de Goede
2
-22
/
+38
2015-05-06
dm: usb: Make usb_get_bus easier to use for callers
Hans de Goede
2
-17
/
+7
2015-05-06
dm: usb: Do not use bus->seq before device_probe(bus)
Hans de Goede
1
-2
/
+1
2015-05-06
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
Axel Lin
1
-6
/
+7
2015-05-06
dm: rtc: Add tests for real-time clocks
Simon Glass
3
-0
/
+194
2015-05-06
dm: test: dts: Sort the aliases in the test device tree file
Simon Glass
1
-4
/
+4
2015-05-06
dm: rtc: sandbox: Enable real-time clock support
Simon Glass
3
-2
/
+2
2015-05-06
dm: sandbox: dts: Add a real-time clock attached to I2C
Simon Glass
1
-1
/
+11
2015-05-06
dm: net: rtc: Support using driver model for rtc in sntp
Simon Glass
1
-0
/
+12
2015-05-06
dm: rtc: Convert 'date' command to support driver model
Simon Glass
1
-14
/
+41
2015-05-06
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
Simon Glass
2
-0
/
+109
2015-05-06
dm: rtc: sandbox: Add an emulated I2C RTC device
Simon Glass
4
-0
/
+286
2015-05-06
dm: rtc: Add a uclass for real-time clocks
Simon Glass
5
-0
/
+239
2015-05-06
dm: sandbox: Add os_localtime() to obtain the system time
Simon Glass
2
-0
/
+29
2015-05-06
dm: rtc: Split structure definition into its own file
Simon Glass
2
-25
/
+37
2015-05-06
dm: Remove unnecessary types in bcd.h
Simon Glass
1
-5
/
+3
2015-05-06
dm: rtc: Rename mktime() and reduce the number of parameters
Simon Glass
14
-41
/
+54
2015-05-06
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
Simon Glass
16
-19
/
+36
2015-05-06
dm: rtc: Rename gregorian day function
Simon Glass
4
-5
/
+20
2015-05-06
fdt: Correct warning in fdt_setup_simplefb_node()
Simon Glass
1
-1
/
+1
2015-05-06
dm: i2c: Add an explicit test mode to the sandbox I2C driver
Simon Glass
4
-11
/
+42
2015-05-06
dm: i2c: Add functions to read and write a register
Simon Glass
2
-0
/
+40
2015-05-06
dm: i2c: sandbox: Add debugging to the speed limit
Simon Glass
1
-1
/
+3
2015-05-06
dm: spi: Correct the comment on spi_get_ops()
Simon Glass
1
-1
/
+1
2015-05-06
cros_ec: Handle the single duplex requirement in cros_ec
Simon Glass
1
-3
/
+20
2015-05-06
cros_ec: Show the protocol version in the debug message
Simon Glass
1
-1
/
+2
2015-05-06
dm: spi: Avoid setting the speed with every transfer
Simon Glass
2
-3
/
+9
2015-05-06
test: dm: eth: Skip timeouts on ping tests
Joe Hershberger
1
-0
/
+2
2015-05-06
sandbox: eth: Add a function to skip ping timeouts
Joe Hershberger
2
-0
/
+19
2015-05-06
sandbox: Add test function to advance time
Joe Hershberger
3
-6
/
+18
2015-05-06
Prepare v2015.07-rc1
Tom Rini
1
-2
/
+2
2015-05-06
fw_env.h: include autoconf.h
Max Krummenacher
1
-0
/
+1
2015-05-05
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
89
-510
/
+3241
2015-05-05
Merge git://git.denx.de/u-boot-marvell
Tom Rini
36
-60
/
+379
2015-05-05
arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
Stefan Roese
1
-2
/
+0
2015-05-05
arm: mvebu: db-mv784mp-gp: Fix ECC I2C address
Stefan Roese
1
-1
/
+1
2015-05-05
arm: mvebu: Add Armada A38x DB-88F6820-GP board support
Stefan Roese
8
-0
/
+233
2015-05-05
arm: mvebu: Add d-cache invalidate before enabling the d-cache
Stefan Roese
1
-0
/
+3
[prev]
[next]