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-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
2016-03-18
Revert "fdt: fix address cell count checking in fdt_translate_address()"
Przemyslaw Marczak
1
-3
/
+4
2016-03-17
x86: Allow use of serial soon after relocation
Simon Glass
1
-0
/
+7
2016-03-17
dm: timer: Correct timer init ordering after relocation
Simon Glass
1
-1
/
+3
2016-03-17
malloc_simple: Add a little more debugging
Simon Glass
1
-2
/
+5
2016-03-16
spl_nor: fix warning when compiled for 64bit target
Masahiro Yamada
1
-1
/
+1
2016-03-16
efi_loader: Call fdt preparation functions
Alexander Graf
1
-3
/
+5
2016-03-16
efi_loader: Implement memory allocation and map
Alexander Graf
1
-0
/
+3
2016-03-16
efi_loader: Add runtime services
Alexander Graf
1
-0
/
+4
2016-03-15
Merge git://git.denx.de/u-boot-dm
Tom Rini
8
-107
/
+240
2016-03-15
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
Stefan Roese
1
-1
/
+1
2016-03-15
common: image-fit: Fix load and entry addresses in FIT image
York Sun
1
-5
/
+17
2016-03-15
common: image-fit: Use a common function to get address
York Sun
1
-23
/
+19
2016-03-15
spl: Support loading a FIT from MMC
Simon Glass
1
-18
/
+57
2016-03-15
spl: Add an option to load a FIT containing U-Boot
Simon Glass
2
-0
/
+195
2016-03-15
image: Add functions to obtain short names
Simon Glass
1
-4
/
+22
2016-03-15
fdt: Allow libfdt to be used in SPL
Simon Glass
3
-6
/
+6
2016-03-15
Kconfig: Move CONFIG_FIT and related options to Kconfig
Simon Glass
5
-24
/
+25
2016-03-15
dm: usb: Convert USB storage to use driver-model for block devs
Simon Glass
1
-6
/
+135
2016-03-15
dm: usb: Tidy up storage code ready for driver model conversion
Simon Glass
1
-56
/
+61
2016-03-15
dm: usb: Avoid exceeding available array size for storage devices
Simon Glass
1
-7
/
+7
2016-03-15
dm: block: Adjust device calls to go through helpers function
Simon Glass
1
-2
/
+3
2016-03-15
dm: block: Rename device number member dev to devnum
Simon Glass
3
-7
/
+7
2016-03-15
dm: part: Rename some partition functions
Simon Glass
4
-11
/
+9
2016-03-15
dm: blk: Rename get_device_and_partition()
Simon Glass
1
-2
/
+2
2016-03-15
dm: blk: Rename get_dev() to blk_get_dev()
Simon Glass
1
-2
/
+2
2016-03-15
dm: Drop the block_dev_desc_t typedef
Simon Glass
7
-28
/
+28
[next]