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
pinetabv-devel
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
2020-05-01
common/board_r: Drop initr_bedbug wrapper
Ovidiu Panait
1
-10
/
+1
2020-05-01
common/board_r: arm: Merge initr_enable_interrupts into interrupts_init
Ovidiu Panait
1
-12
/
+0
2020-05-01
malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...
Marek Bykowski
1
-3
/
+38
2020-05-01
rsa: sig: fix config signature check for fit with padding
Philippe Reynes
1
-1
/
+1
2020-05-01
hush: avoid NULL check before free()
Heinrich Schuchardt
1
-2
/
+1
2020-04-28
Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm
Tom Rini
4
-1
/
+660
2020-04-27
spl: spl_legacy: Add lzma decompression support for legacy image
Weijie Gao
1
-2
/
+60
2020-04-27
spl: spl_nor: Remove unused variable 'ret' warning
Stefan Roese
1
-6
/
+6
2020-04-27
spl: spl_nor: Move legacy image loading into spl_legacy.c
Stefan Roese
2
-8
/
+27
2020-04-27
spl: spl_legacy: Use IS_ENABLED() to remove #ifdef
Stefan Roese
1
-3
/
+2
2020-04-27
spl: Extract legacy image handling into separate file
Stefan Roese
3
-44
/
+67
2020-04-26
log: remove useless cast
Heinrich Schuchardt
1
-1
/
+1
2020-04-26
libfdt: split fdt_region declarations out to <fdt_region.h>
Masahiro Yamada
2
-0
/
+658
2020-04-26
fdt_region: move fdt_region.c to common/ from lib/libfdt/
Masahiro Yamada
1
-0
/
+1
2020-04-24
spl: fit: do not check argument of free()
Heinrich Schuchardt
1
-2
/
+1
2020-04-24
common/board_f: Make reserve_mmu generic
Ovidiu Panait
1
-3
/
+6
2020-04-24
common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c
Ovidiu Panait
1
-28
/
+0
2020-04-24
spl: Kconfig: de-dup SPL_DM_GPIO definition
Joel Johnson
1
-6
/
+0
2020-04-24
dlmalloc: remove unit test support in SPL
Heinrich Schuchardt
1
-1
/
+1
2020-04-24
common: image_sign_info helper functions in SPL
Heinrich Schuchardt
2
-1
/
+12
2020-04-23
riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL
Bin Meng
1
-1
/
+1
2020-04-22
Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2
-10
/
+19
2020-04-22
spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()
Harald Seiler
1
-3
/
+2
2020-04-22
spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
Harald Seiler
1
-2
/
+2
2020-04-22
common: bouncebuf: Permit passing custom alignment check function
Marek Vasut
1
-5
/
+15
2020-04-17
image: Add a common compression type detection function.
Atish Patra
1
-0
/
+23
2020-04-17
board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory
Patrick Delaunay
1
-14
/
+18
2020-04-17
board_f.c: Ensure gd->new_bootstage alignment
Patrice Chotard
1
-0
/
+5
2020-04-16
log: syslog driver
Heinrich Schuchardt
3
-0
/
+125
2020-04-16
log: correct CONFIG_LOG_TEST prerequisites
Heinrich Schuchardt
1
-1
/
+1
2020-04-13
Merge branch 'next'
Tom Rini
7
-440
/
+464
2020-04-11
main: Drop show_boot_progress() prototype
Simon Glass
1
-5
/
+0
2020-04-09
usb: Keep async schedule running only across mass storage xfers
Marek Vasut
2
-0
/
+10
2020-04-08
Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
6
-38
/
+53
2020-04-03
Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
Ye Li
1
-4
/
+0
2020-04-02
rockchip: Enable pre console for rk3399
Jagan Teki
1
-0
/
+1
2020-04-01
image: Use constants for 'required' and 'key-name-hint'
Simon Glass
3
-7
/
+9
2020-04-01
image: Load the correct configuration in fit_check_sign
Simon Glass
1
-2
/
+4
2020-04-01
image: Check hash-nodes when checking configurations
Simon Glass
1
-3
/
+33
2020-04-01
image: Return an error message from fit_config_verify_sig()
Simon Glass
1
-2
/
+3
2020-04-01
image: Be a little more verbose when checking signatures
Simon Glass
1
-1
/
+1
2020-04-01
image: Correct comment for fit_conf_get_node()
Simon Glass
1
-18
/
+0
2020-04-01
Merge branch 'next' of git://git.denx.de/u-boot-usb into next
Tom Rini
1
-2
/
+4
2020-03-31
image-fit: Allow loading FIT image for VxWorks
Lihua Zhao
1
-1
/
+2
2020-03-16
spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries
Tom Rini
1
-2
/
+2
2020-03-13
fit: check return value of fit_image_get_data_size()
Heinrich Schuchardt
1
-2
/
+4
2020-03-12
lib: rsa: decouple rsa from FIT image verification
AKASHI Takahiro
5
-400
/
+429
2020-03-09
spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation
Faiz Abbas
1
-7
/
+4
2020-02-19
rockchip: rk3288: Enable pre console buffer
Jagan Teki
1
-0
/
+1
2020-02-13
board_f: Make clear_bss generic
Ovidiu Panait
1
-3
/
+5
[next]