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
JH7110_VisionFive2_multi_rtos
dubhe_fpga_dev_v2023.10
dubhe_fpga_dev_v2024.10
master
pinetabv-devel
rtthread_AMP
starfive-2024.07-master-jhb100
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
2021-01-05
video: Let video_sync to return error value
Michal Simek
4
-19
/
+42
2021-01-05
video: Fix video sync kernel-doc format
Michal Simek
1
-4
/
+4
2021-01-05
fru: ops: avoid out of bounds access
Heinrich Schuchardt
1
-1
/
+1
2021-01-05
zynq: mtd: nand: remove superfluous if
Heinrich Schuchardt
1
-6
/
+4
2021-01-05
arm64: zynqmp: Add Ethernet node for zcu1285 revA
Harini Katakam
1
-0
/
+23
2021-01-05
arm64: zynqmp: Add ethernet node for zcu1275 revB
Siva Durga Prasad Paladugu
1
-0
/
+24
2021-01-04
Merge branch '2021-01-04-minor-fixes'
Tom Rini
5
-12
/
+11
2021-01-04
cosmetic: fix typo in drivers/usb/Kconfig
Marc Ferland
1
-1
/
+1
2021-01-04
cmd: ubi: don't allow to rename a volume to a name that already exist
Philippe Reynes
1
-0
/
+5
2021-01-04
mailmap: Update mail address for Igor Opaniuk
Igor Opaniuk
1
-0
/
+1
2021-01-04
doc: android/boot-image: invalid C declaration
Heinrich Schuchardt
1
-3
/
+4
2021-01-04
nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq
Stefan Agner
1
-8
/
+0
2021-01-04
spi: zynqmp_gqspi: Fix unaligned data writes issue
T Karthik Reddy
1
-4
/
+2
2021-01-04
microblaze: Add nor device to distro boot
T Karthik Reddy
1
-1
/
+16
2021-01-04
microblaze: Set script_offset_nor env variable
T Karthik Reddy
1
-1
/
+4
2021-01-04
arm64: zynqmp: Sync DT with Linux kernel
Michal Simek
1
-33
/
+28
2021-01-04
serial: uartlite: Fix uninitialized ret in debug uartlite
Ashok Reddy Soma
1
-1
/
+1
2021-01-04
common: usb_storage: Fix code indentation
Michal Simek
1
-2
/
+2
2021-01-04
cmd: load: Fix code indentation
Michal Simek
1
-5
/
+4
2021-01-04
tools: zynqmp: Fix regex expression around XPm_ConfigObject
Adrian Fiergolski
1
-1
/
+1
2021-01-01
Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...
Tom Rini
36
-205
/
+1240
2020-12-31
qemu: arm64: Add documentation for capsule update
Sughosh Ganu
2
-0
/
+211
2020-12-31
efidebug: capsule: Add a command to update capsule on disk
Sughosh Ganu
1
-0
/
+14
2020-12-31
efi_loader: Enable uefi capsule authentication
Sughosh Ganu
1
-1
/
+35
2020-12-31
efi: capsule: Add support for uefi capsule authentication
Sughosh Ganu
7
-2
/
+214
2020-12-31
efi_loader: Re-factor code to build the signature store from efi signature list
Sughosh Ganu
2
-42
/
+63
2020-12-31
efi_loader: Make the pkcs7 header parsing function an extern
Sughosh Ganu
3
-89
/
+93
2020-12-31
dfu_mtd: Add provision to unlock mtd device
Sughosh Ganu
1
-3
/
+17
2020-12-31
efi_loader: Add logic to parse EDKII specific fmp payload header
Sughosh Ganu
1
-0
/
+41
2020-12-31
fsp: Move and rename fsp_types.h file
Sughosh Ganu
2
-4
/
+5
2020-12-31
qemu: common: Set dfu_alt_info variable for the platform
Sughosh Ganu
3
-0
/
+70
2020-12-31
qemu: common: Add support for dynamic mtdparts for the platform
Sughosh Ganu
4
-0
/
+107
2020-12-31
crypto: Fix the logic to calculate hash with authattributes set
Sughosh Ganu
1
-11
/
+26
2020-12-31
qemu: arm: Initialise virtio devices in board_late_init
Sughosh Ganu
2
-0
/
+7
2020-12-31
mkeficapsule: Add support for embedding public key in a dtb
Sughosh Ganu
2
-12
/
+222
2020-12-31
efi_loader: event queueing
Heinrich Schuchardt
1
-1
/
+1
2020-12-31
efi_loader: Add size checks to efi_create_indexed_name()
Ilias Apalodimas
4
-7
/
+15
2020-12-31
efi_loader: Remove unconditional installation of file2 protocol for initrd
Ilias Apalodimas
1
-5
/
+0
2020-12-31
efi_loader: Remove unused headers from efi_load_initrd.c
Ilias Apalodimas
1
-5
/
+3
2020-12-31
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
2
-7
/
+14
2020-12-31
efi_loader: describe struct efi_loaded_image_obj
Heinrich Schuchardt
1
-1
/
+3
2020-12-31
efi_loader: efi_signal_event() fix comment typos
Heinrich Schuchardt
1
-2
/
+2
2020-12-31
efi_loader: avoid invalid free
Heinrich Schuchardt
1
-1
/
+1
2020-12-31
efi_loader: escape key handling
Heinrich Schuchardt
1
-0
/
+12
2020-12-31
efi_loader: missing parentheses after if
Heinrich Schuchardt
1
-1
/
+1
2020-12-31
fs/fat: implement fsuuid command
Heinrich Schuchardt
3
-1
/
+31
2020-12-31
fs: fat: eliminate DIRENTSPERBLOCK() macro
Heinrich Schuchardt
2
-4
/
+2
2020-12-31
efi_loader: Extra checks while opening an OPTEE session
Ilias Apalodimas
1
-5
/
+15
2020-12-31
efi_loader: make variable store size customizable
Heinrich Schuchardt
2
-1
/
+15
2020-12-29
Merge tag 'efi-2021-01-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
4
-12
/
+33
[prev]
[next]