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
/
amcc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-27
Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP
Robert P. J. Day
1
-2
/
+2
2016-01-20
powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
Masahiro Yamada
1
-6
/
+0
2015-11-20
Move console definitions into a new console.h file
Simon Glass
1
-0
/
+1
2015-10-27
ocotea: Drop
Tom Rini
10
-911
/
+0
2015-10-27
taishan: Drop
Tom Rini
9
-927
/
+0
2015-10-27
ebony: Drop
Tom Rini
8
-530
/
+0
2015-10-27
taihu: Remove
Tom Rini
7
-1626
/
+0
2015-05-13
arch: Make board selection choices optional
Joe Hershberger
1
-0
/
+1
2015-04-18
dm: select CONFIG_DM* options
Masahiro Yamada
1
-6
/
+0
2015-03-28
powerpc: ppc4xx: convert AMCC boards to generic board
Anatolij Gustschin
16
-0
/
+64
2015-03-28
malloc_f: enable SYS_MALLOC_F by default if DM is on
Masahiro Yamada
1
-4
/
+0
2015-03-28
malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
Masahiro Yamada
1
-4
/
+0
2015-02-12
powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO
Stefan Roese
1
-0
/
+4
2015-02-12
dm: powerpc: ppc4xx: Move glacier to use driver model for serial
Simon Glass
1
-0
/
+14
2015-02-12
powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards
Simon Glass
1
-2
/
+8
2015-02-12
powerpc: ppc4xx: Add ramboot config for glacier
Simon Glass
2
-0
/
+80
2015-02-12
powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to Kconfig
Simon Glass
1
-0
/
+20
2015-02-12
powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk
Simon Glass
1
-2
/
+0
2014-11-21
fdt: Allow ft_board_setup() to report failure
Simon Glass
2
-11
/
+14
2014-10-10
powerpc: ppc4xx: remove board support for bluestone
Masahiro Yamada
6
-189
/
+0
2014-09-25
MAINTAINERS: comment out blank M: field
Masahiro Yamada
2
-2
/
+2
2014-09-25
MAINTAINERS: comment out invalid maintainers
Masahiro Yamada
1
-1
/
+1
2014-09-14
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
18
-54
/
+0
2014-07-30
Add board MAINTAINERS files
Masahiro Yamada
18
-0
/
+116
2014-07-30
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
18
-0
/
+270
2014-05-30
Add cli_ prefix to readline functions
Simon Glass
1
-10
/
+10
2014-05-30
move CLI prototypes to cli.h and add comments
Simon Glass
1
-0
/
+1
2014-05-12
nand_spl: remove unused linker scripts u-boot-nand.lds
Masahiro Yamada
6
-440
/
+0
2014-03-07
ppc4xx: Remove 4xx NAND booting support
Stefan Roese
9
-192
/
+6
2013-11-01
board: powerpc: convert makefiles to Kbuild style
Masahiro Yamada
18
-405
/
+35
2013-10-21
usb: rename board_usb_init_type to usb_init_type
Troy Kisky
1
-2
/
+2
2013-10-21
usb: new board-specific USB init interface
Mateusz Zalega
1
-2
/
+3
2013-10-15
Coding Style cleanup: remove trailing white space
Wolfgang Denk
20
-20
/
+20
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
97
-1648
/
+98
2013-04-02
Consolidate bool type
York Sun
3
-17
/
+11
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
6
-6
/
+6
2013-03-16
Replace __bss_end__ with __bss_end
Simon Glass
6
-6
/
+6
2013-03-13
Refactor linker-generated arrays
Albert ARIBAUD
6
-6
/
+6
2012-10-22
common: Discard the __u_boot_cmd section
Marek Vasut
6
-18
/
+0
2012-10-22
common: Add .u_boot_list into all linker files
Marek Vasut
6
-0
/
+18
2012-07-29
doc: cleanup - move board READMEs into respective board directories
Wolfgang Denk
4
-0
/
+385
2011-12-06
board/amcc/taihu/flash.c: Fix GCC 4.6 build warnings
Wolfgang Denk
1
-8
/
+2
2011-12-06
board/amcc/yucca/flash.c: Fix GCC 4.6 build warnings
Wolfgang Denk
1
-8
/
+2
2011-12-06
board/amcc/common/flash.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-8
/
+2
2011-11-22
common: move extern char console_buffer[] to common.h
Igor Grinberg
1
-1
/
+0
2011-10-22
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
1
-2
/
+0
2011-10-16
punt unused clean/distclean targets
Mike Frysinger
18
-108
/
+0
2011-05-12
Fix incorrect use of getenv() before relocation
Wolfgang Denk
18
-56
/
+74
2011-04-30
Handle most LDSCRIPT setting centrally
Scott Wood
5
-35
/
+0
2011-03-27
rename _end to __bss_end__
Po-Yu Chuang
6
-6
/
+6
[next]