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
2008-06-03
Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...
Peter Tyser
1
-6
/
+0
2008-06-03
Add support for environment in SPI flash
Haavard Skinnemoen
4
-2
/
+136
2008-06-03
SPI Flash: Add "sf" command
Haavard Skinnemoen
2
-0
/
+192
2008-06-03
SPI API improvements
Haavard Skinnemoen
3
-48
/
+155
2008-06-03
soft_i2c: Pull SDA high before reading
Haavard Skinnemoen
1
-0
/
+1
2008-06-03
Make sure common.h is the first include.
Kumar Gala
1
-1
/
+2
2008-06-03
Avoid initrd and logbuffer area overlaps
Marian Balakowicz
2
-1
/
+17
2008-06-03
Merge remote branch 'u-boot-at91/for-1.3.4'
Wolfgang Denk
1
-1
/
+77
2008-05-28
Cleanup nand_info[] declaration.
Stelian Pop
2
-5
/
+0
2008-05-24
Merging Stelian Pop AT91 patches
Jean-Christophe PLAGNIOL-VILLARD
3
-6
/
+77
2008-05-22
USB: replace old swap_ with proper endianess conversion macros
Christian Eggers
3
-45
/
+38
2008-05-21
Merge branch 'lwmon5' of /home/wd/git/u-boot/projects
Wolfgang Denk
1
-2
/
+2
2008-05-21
Big white-space cleanup.
Wolfgang Denk
21
-207
/
+202
2008-05-21
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...
Yuri Tikhonov
1
-2
/
+2
2008-05-20
common/usb.c: fix incorrect escape sequence
Hebbar
1
-1
/
+1
2008-05-14
environment: cleanup prototype declarations of env functions.
Wolfgang Denk
4
-23
/
+0
2008-05-13
Cleanup nand_info[] declaration.
Stelian Pop
3
-6
/
+0
2008-05-12
Revert "Avoid initrd and logbuffer area overlaps"
Wolfgang Denk
2
-14
/
+1
2008-05-12
Fix offset calculation for multi-type legacy images.
Nick Spence
1
-9
/
+4
2008-05-12
Revert "Change env_get_char from a global function ptr to a function."
Wolfgang Denk
5
-13
/
+13
2008-05-10
Add ATMEL LCD driver
Stelian Pop
1
-1
/
+78
2008-05-10
Avoid initrd and logbuffer area overlaps
Marian Balakowicz
2
-1
/
+14
2008-05-10
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
Marian Balakowicz
2
-15
/
+0
2008-05-10
Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
James Yang
1
-10
/
+23
2008-05-09
ide: Remove spurious second include of io.h
Marcel Ziswiler
1
-4
/
+0
2008-05-09
Recognize 'powerpc' As an Alias for IH_ARCH_PPC
Grant Erickson
1
-0
/
+1
2008-05-04
fix building when saveenv is disabled in some setups
Mike Frysinger
1
-0
/
+2
2008-05-01
cmd_nand: fix warning: str2long ncompatible pointer type
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-05-01
Fix warning in env_nand.c if compiled for DaVinci Schmoogie
dirk.behme@googlemail.com
1
-3
/
+3
2008-04-30
common/env_nand.c: fix one more incompatible pointer type issue
Wolfgang Denk
1
-1
/
+1
2008-04-28
IDE: fix compiler warnings
Guennadi Liakhovetski
1
-2
/
+12
2008-04-28
cmd_nand.c: fix "differ in signedness" problem
Wolfgang Denk
1
-6
/
+7
2008-04-28
NAND: fix some strict-aliasing compiler warnings
Wolfgang Denk
2
-10
/
+11
2008-04-25
Use watchdog-aware functions when calculating hashes of images - take two
Bartlomiej Sieka
1
-34
/
+8
2008-04-25
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
Wolfgang Denk
1
-0
/
+7
2008-04-24
Memory footprint optimizations
Bartlomiej Sieka
4
-37
/
+27
2008-04-24
crc32: use uint32_t rather than unsigned long
Mike Frysinger
1
-1
/
+1
2008-04-22
Added watchdog triggering calls in the "mtest" test function.
Sergei Poselenov
1
-0
/
+7
2008-04-18
Fix build breakage casued by commit c0559be371b2
Wolfgang Denk
1
-1
/
+0
2008-04-18
allow ports to override go behavior
Mike Frysinger
1
-28
/
+5
2008-04-18
allow ports to override bootelf behavior
Mike Frysinger
1
-12
/
+21
2008-04-18
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
2
-12
/
+27
2008-04-18
IDE: fix bug in reset sequence
Martin Krause
1
-0
/
+3
2008-04-18
cmd_log.c: Fix assignment differ in signedness
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-04-18
Change env_get_char from a global function ptr to a function.
Joakim Tjernlund
5
-13
/
+13
2008-04-14
Fix OneNAND erase command
Kyungmin Park
2
-14
/
+27
2008-04-14
Add CONFIG_MII_INIT support to related boards
TsiChung Liew
1
-1
/
+1
2008-04-14
Rename include/md5.h to include/u-boot/md5.h
Andy Fleming
1
-2
/
+2
2008-04-14
Altera Stratix II support
eran liberty
4
-8
/
+275
2008-04-14
disable caches before booting an app for Blackfin apps
Mike Frysinger
2
-20
/
+42
[next]