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
2008-07-03
Cleanup: fix out-of-tree building for some boards
Wolfgang Denk
11
-54
/
+106
2008-07-03
Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
Wolfgang Denk
15
-15
/
+15
2008-07-02
fdt: Fix typo in variable name.
Detlev Zundel
1
-2
/
+2
2008-07-02
Add logos for RRvision board
Gary Jennejohn
2
-0
/
+0
2008-07-02
mpc8260: add fdt_fixup_ethernet support
Esben Haabendal
1
-0
/
+5
2008-07-02
cmd_nvedit.c: clean up syntax highlighting
Steven A. Falco
1
-2
/
+3
2008-07-02
Make setenv() return status
Steven A. Falco
4
-7
/
+7
2008-07-01
PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
Kumar Gala
1
-0
/
+52
2008-07-01
i.MX31: Cleanup comments in lowlevel_init.S.
Magnus Lilja
2
-4
/
+4
2008-07-01
Move conditional compilation of MPC8XXX SPI driver to Makefile
Ben Warren
6
-7
/
+11
2008-07-01
i.MX31: fixed CTRL-C detection
Juergen Kilb
1
-1
/
+2
2008-07-01
add SHA256 support
Jean-Christophe PLAGNIOL-VILLARD
3
-0
/
+279
2008-07-01
Delay FIT format check on sector based devices
Marian Balakowicz
6
-57
/
+64
2008-07-01
sata: wait for device updating signature to host
Dave Liu
1
-0
/
+8
2008-06-29
serial_pl010.c: add watchdog support
Stuart Wood
1
-2
/
+6
2008-06-29
jffs2_1pass.c: add watchdog support
Stuart Wood
1
-0
/
+3
2008-06-29
Configure DSP POST; add watchdog reset to diag command
Sascha Laue
2
-1
/
+2
2008-06-29
Add sata sil3114 support
Tor Krill
3
-0
/
+987
2008-06-29
Coding Style Cleanup
Wolfgang Denk
9
-40
/
+37
2008-06-29
Update CHANGELOG
Wolfgang Denk
1
-6
/
+3110
2008-06-29
ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
Hugo Villeneuve
9
-0
/
+563
2008-06-29
MMC: Consolidate MMC/SD command definitions
Haavard Skinnemoen
5
-42
/
+33
2008-06-29
Use better Ethernet timings for apollon board
Kyungmin Park
1
-1
/
+1
2008-06-29
Resize device tree to allow space for board changes and the chosen node
Andy Fleming
1
-8
/
+58
2008-06-29
Fix an underflow bug in __lmb_alloc_base
Andy Fleming
1
-15
/
+19
2008-06-29
Add lmb_free
Andy Fleming
1
-0
/
+49
2008-06-29
Add ALIGN() macro
Andy Fleming
1
-0
/
+3
2008-06-26
Conditionally add -fno-stack-protector to CFLAGS
Haavard Skinnemoen
1
-0
/
+2
2008-06-26
pcmcia/ti_pci1410a: Move compile condition to the Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-3
/
+3
2008-06-26
pxa_pcmcia: Move compile condition to the Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-5
/
+1
2008-06-26
marabun_pcmcia: Move compile condition to the Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-5
/
+4
2008-06-20
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
Wolfgang Denk
1
-8
/
+4
2008-06-20
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Wolfgang Denk
1
-0
/
+11
2008-06-20
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
Wolfgang Denk
1
-1
/
+2
2008-06-20
MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
Wolfgang Grandegger
1
-2
/
+22
2008-06-20
Fix 4xx build issue
Anatolij Gustschin
2
-2
/
+2
2008-06-19
cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
Stefan Roese
1
-8
/
+4
2008-06-16
NAND: Add missing declaration to non-redundant saveenv().
Philip Balister
1
-1
/
+2
2008-06-12
MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
Wolfgang Grandegger
1
-2
/
+22
2008-06-12
ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
Stefan Roese
1
-0
/
+11
2008-06-12
Fix build issue with string.h and linux/string.h
Andy Fleming
2
-2
/
+2
2008-06-12
Change initdram() return type to phys_size_t
Becky Bruce
273
-283
/
+283
2008-06-12
Change lmb to use phys_size_t/phys_addr_t
Becky Bruce
6
-60
/
+71
2008-06-12
Change print_size to take phys_size_t
Becky Bruce
2
-2
/
+2
2008-06-12
Change bd/gd memsize/ram_size to be phys_size_t.
Becky Bruce
22
-29
/
+37
2008-06-12
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
Wolfgang Denk
12
-55
/
+850
2008-06-12
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Wolfgang Denk
32
-187
/
+263
2008-06-12
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
Wolfgang Denk
19
-733
/
+161
2008-06-12
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
Wolfgang Denk
1
-7
/
+34
2008-06-12
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
Wolfgang Denk
1
-20
/
+99
[next]