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
2017-08-21
fb_mmc.c: Correct blk_dread() return value checks
Tom Rini
1
-2
/
+2
2017-08-21
common/fb_mmc.c: Fix warnings about casts
Tom Rini
1
-2
/
+2
2017-08-20
common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA
Thomas Petazzoni
1
-27
/
+0
2017-08-20
spl: spl_mmc.c Correct blk_dread() return value check
Tom Rini
1
-1
/
+1
2017-08-20
hash: Compile only hardware or software versions of SHA algorithms
Tom Rini
1
-51
/
+44
2017-08-19
lcd: avoid possible NULL dereference
xypron.glpk@gmx.de
1
-1
/
+2
2017-08-19
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
1
-1
/
+1
2017-08-17
spl: fix Makefile for NOR, XIP and YMODEM
Philipp Tomsich
1
-3
/
+3
2017-08-17
dm: sata: Support driver model with the 'sata' command
Simon Glass
1
-1
/
+1
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
3
-13
/
+13
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
1
-6
/
+6
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
4
-8
/
+8
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
26
-64
/
+67
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
4
-7
/
+7
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
12
-16
/
+16
2017-08-15
Move environment files from common/ to env/
Simon Glass
21
-4553
/
+1
2017-08-15
common: Move CONFIG_BOOTARGS to Kconfig
Sam Protsenko
1
-0
/
+16
2017-08-14
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
Tom Rini
5
-38
/
+157
2017-08-13
boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()
Nobuhiro Iwamatsu
1
-1
/
+1
2017-08-13
dm: timer: normalise SPL and TPL support
Philipp Tomsich
1
-8
/
+0
2017-08-13
moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE
Philipp Tomsich
1
-0
/
+1
2017-08-13
spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig
Philipp Tomsich
1
-0
/
+39
2017-08-13
spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig
Philipp Tomsich
1
-0
/
+19
2017-08-13
spl: add TPL_DRIVER_MISC_SUPPORT option
Philipp Tomsich
1
-0
/
+8
2017-08-13
spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
Philipp Tomsich
2
-23
/
+23
2017-08-13
spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
Philipp Tomsich
1
-0
/
+9
2017-08-13
spl: dm: use CONFIG_IS_ENABLED to test for the DM option
Philipp Tomsich
1
-2
/
+3
2017-08-13
spl: dm: Kconfig: fix help text for SPL/TPL confusion
Philipp Tomsich
1
-5
/
+5
2017-08-13
spl: use TPL_SYS_MALLOC_F_LEN for TPL
Philipp Tomsich
1
-1
/
+1
2017-08-13
spl: configure 'return to bootrom' separately for SPL and TPL
Philipp Tomsich
1
-0
/
+11
2017-08-13
spl: add a 'return to bootrom' boot method
Philipp Tomsich
3
-0
/
+39
2017-08-05
common/env_embedded.c: rename PPCENV/PPCTEXT macros
Thomas Petazzoni
1
-6
/
+4
2017-08-05
common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV
Thomas Petazzoni
1
-10
/
+3
2017-08-04
Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
1
-1
/
+1
2017-08-02
common: board_f: Make reserve_mmu a weak function
Siva Durga Prasad Paladugu
1
-1
/
+1
2017-08-01
Merge git://git.denx.de/u-boot-x86
Tom Rini
1
-2
/
+0
2017-08-01
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
Bin Meng
1
-1
/
+0
2017-08-01
x86: kconfig: Let board select BOARD_EARLY_INIT_F
Bin Meng
1
-1
/
+0
2017-08-01
fdt: Correct fdt_get_base_address()
Simon Glass
1
-5
/
+2
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
1
-2
/
+2
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
1
-1
/
+10
2017-07-31
console: Unify the check for a serial console
Simon Glass
1
-2
/
+17
2017-07-31
env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
Tom Rini
2
-34
/
+47
2017-07-29
Merge git://git.denx.de/u-boot-usb
Tom Rini
1
-31
/
+218
2017-07-29
usb: hub: Call usb_update_hub_device() after hub descriptor is fetched
Bin Meng
1
-0
/
+11
2017-07-29
usb: hub: Parse and save TT details from device descriptor
Bin Meng
1
-0
/
+50
2017-07-29
usb: hub: Support 'set hub depth' request for USB 3.0 hubs
Bin Meng
1
-0
/
+52
2017-07-29
usb: hub: Translate USB 3.0 hub port status into old version
Bin Meng
1
-1
/
+32
2017-07-29
usb: hub: Add a new API to test if a hub device is root hub
Bin Meng
1
-0
/
+10
2017-07-29
usb: hub: Remove hub_port_reset()
Bin Meng
1
-12
/
+13
[next]