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
/
board
/
siemens
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-07
CCM: remove code for yet another corpse
Wolfgang Denk
7
-1487
/
+0
2010-10-07
PCU_E: remove code for yet another corpse
Wolfgang Denk
6
-1597
/
+0
2010-08-04
Rename getenv_r() into getenv_f()
Wolfgang Denk
2
-2
/
+2
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2
-4
/
+2
2010-07-05
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2
-2
/
+2
2010-04-22
Move arch/ppc to arch/powerpc
Stefan Roese
5
-10
/
+10
2010-04-13
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
Peter Tyser
1
-1
/
+1
2010-04-13
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Peter Tyser
5
-6
/
+6
2010-04-13
Rename lib_generic/ to lib/
Peter Tyser
3
-7
/
+7
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
3
-4
/
+4
2009-10-03
ppc: Enable full relocation to RAM
Peter Tyser
5
-5
/
+0
2009-06-12
General help message cleanup
Wolfgang Denk
2
-5
/
+5
2009-06-12
arm: unify linker script
Jean-Christophe PLAGNIOL-VILLARD
1
-55
/
+0
2009-03-27
ppc: cleanup compiler errors/warnings
Heiko Schocher
1
-1
/
+2
2009-03-21
Fix all linker script to handle all rodata sections
Trent Piepho
4
-10
/
+4
2009-03-21
boards: move board_get_enetaddr() into board-specific init
Mike Frysinger
1
-1
/
+13
2009-01-28
Command usage cleanup
Peter Tyser
2
-2
/
+2
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
2
-2
/
+2
2008-11-19
Align end of bss by 4 bytes
Selvamuthukumar
4
-1
/
+4
2008-10-21
Cleanup: fix "MHz" spelling
Wolfgang Denk
2
-2
/
+2
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
14
-265
/
+265
2008-09-11
rename CFG_ENV macros to CONFIG_ENV
Jean-Christophe PLAGNIOL-VILLARD
3
-17
/
+17
2008-09-11
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
Jean-Christophe PLAGNIOL-VILLARD
2
-4
/
+4
2008-09-11
cleanup use of CFG_ENV_IS_IN_FLASH
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-11
rename environment.c in env_embedded.c to reflect is functionality
Jean-Christophe PLAGNIOL-VILLARD
5
-5
/
+5
2008-07-04
CCM/SCM boards: fix out of tree building
Wolfgang Denk
2
-2
/
+2
2008-07-04
SCM board: fix build errors.
Wolfgang Denk
1
-3
/
+10
2008-07-04
IAD210 board: fix ``"ALIGN" redefined'' warning.
Wolfgang Denk
1
-3
/
+2
2008-07-04
CCM board: fix build errors.
Wolfgang Denk
1
-2
/
+9
2008-07-03
Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
Wolfgang Denk
1
-1
/
+1
2008-06-12
Change initdram() return type to phys_size_t
Becky Bruce
4
-4
/
+4
2008-05-21
Big white-space cleanup.
Wolfgang Denk
6
-25
/
+25
2008-04-24
Memory footprint optimizations
Bartlomiej Sieka
1
-1
/
+1
2008-04-18
Remove all the search paths from the .lds files.
Jason Wessel
5
-5
/
+0
2008-03-12
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
Marian Balakowicz
1
-17
/
+19
2008-03-09
SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
Jean-Christophe PLAGNIOL-VILLARD
1
-17
/
+19
2008-02-29
[new uImage] Update naming convention for bootm/uImage related code
Marian Balakowicz
1
-2
/
+2
2008-02-25
[new uImage] Add dual format uImage support framework
Marian Balakowicz
1
-0
/
+14
2008-02-07
[new uImage] Define a API for image handling operations
Marian Balakowicz
1
-21
/
+13
2008-01-12
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
Wolfgang Denk
4
-4
/
+4
2007-09-15
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
Wolfgang Denk
1
-6
/
+1
2007-07-10
board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-1
/
+1
2007-07-10
board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
2
-3
/
+3
2007-07-04
Remove obsolete mpc824x linker scripts
Grant Likely
1
-126
/
+0
2007-07-04
Fix a few file permission problems.
Wolfgang Denk
1
-0
/
+0
2007-07-04
board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
2
-2
/
+2
2007-06-06
Coding Style cleanup; generate new CHANGELOG file.
Wolfgang Denk
1
-2
/
+1
2007-05-18
Reduce line lengths to 80 characters max.
Peter Pearse
1
-1
/
+2
2007-05-09
Add the board directory for SMN42
Peter Pearse
6
-0
/
+796
2006-10-09
Move "ar" flags to config.mk to allow for silent "make -s"
Wolfgang Denk
4
-4
/
+4
[next]