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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-05
Merge branch 'next'
Tom Rini
26
-211
/
+1905
2021-03-31
efi_loader: typo 'devide path'
Heinrich Schuchardt
1
-1
/
+1
2021-03-31
efi_loader: Uart device path missing break
Heinrich Schuchardt
1
-0
/
+2
2021-03-27
bloblist: Make BLOBLIST_TABLES depend on BLOBLIST
Simon Glass
1
-1
/
+1
2021-03-27
binman: Show a message when changing subnodes
Simon Glass
1
-2
/
+2
2021-03-27
smbios: Allow writing to the coreboot version string
Simon Glass
2
-4
/
+38
2021-03-25
efi_loader: Clean up file size calculations
Ilias Apalodimas
1
-15
/
+1
2021-03-25
efi_selfest: redefine enum efi_test_phase
Heinrich Schuchardt
2
-6
/
+7
2021-03-25
efi_loader: Add an S-CRTM even for firmware version
Ilias Apalodimas
1
-0
/
+35
2021-03-25
efi_loader: EFI TCG2 free efi memory on protocol failure
Ilias Apalodimas
1
-8
/
+32
2021-03-25
efi: ESRT creation tests
Jose Marinho
2
-0
/
+293
2021-03-25
efi: Add ESRT to the EFI system table
Jose Marinho
6
-4
/
+535
2021-03-25
efi_loader: Replace config option for initrd loading
Ilias Apalodimas
3
-98
/
+140
2021-03-25
efi_loader: Add helper functions for EFI
Ilias Apalodimas
4
-0
/
+171
2021-03-25
efi_loader: Add device path related functions for initrd via Boot####
Ilias Apalodimas
1
-5
/
+105
2021-03-25
efi_loader: Uart device path
Heinrich Schuchardt
2
-9
/
+45
2021-03-25
efi_loader: NULL dereference in EFI console
Heinrich Schuchardt
1
-13
/
+38
2021-03-25
efi: Fix compiler warnings
Simon Glass
2
-4
/
+4
2021-03-25
efi_selftest: Remove loadfile2 for initrd selftests
Ilias Apalodimas
2
-222
/
+0
2021-03-25
efi_selftest: illegal cast to pointer in initrddump
Heinrich Schuchardt
1
-1
/
+1
2021-03-25
efi_loader: fix memory type for memory reservation block
Mark Kettenis
1
-1
/
+1
2021-03-25
efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI
Heinrich Schuchardt
1
-1
/
+1
2021-03-19
efi_loader: Uart device path
Heinrich Schuchardt
2
-9
/
+45
2021-03-19
efi_loader: NULL dereference in EFI console
Heinrich Schuchardt
1
-13
/
+38
2021-03-16
efi: Fix compiler warnings
Simon Glass
2
-4
/
+4
2021-03-16
efi_selftest: Remove loadfile2 for initrd selftests
Ilias Apalodimas
2
-222
/
+0
2021-03-16
efi_selftest: illegal cast to pointer in initrddump
Heinrich Schuchardt
1
-1
/
+1
2021-03-16
efi_loader: fix memory type for memory reservation block
Mark Kettenis
1
-1
/
+1
2021-03-16
efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI
Heinrich Schuchardt
1
-1
/
+1
2021-03-15
Merge tag 'v2021.04-rc4' into next
Tom Rini
5
-33
/
+96
2021-03-07
lib/charset: UTF-8 stream conversion
Heinrich Schuchardt
1
-9
/
+46
2021-03-07
lib/charset: utf8_get() should return error
Heinrich Schuchardt
1
-9
/
+16
2021-03-07
efi_loader: carve out utf_to_cp()
Heinrich Schuchardt
2
-16
/
+31
2021-03-07
efi_loader: move codepage 437 table
Heinrich Schuchardt
2
-1
/
+7
2021-03-07
efi_loader: console size of vidconsole
Heinrich Schuchardt
1
-1
/
+1
2021-03-05
lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help
Bin Meng
1
-0
/
+2
2021-03-05
lib: addr_map: Move address_map[] type to the header file
Bin Meng
1
-5
/
+1
2021-03-04
lib: Fix BINMAN_FDT dependency
Bin Meng
1
-1
/
+1
2021-03-02
tpm: Allow disabling platform hierarchy with TPM2
Simon Glass
1
-0
/
+35
2021-03-02
tpm: Add TPM2 support for write_lock
Simon Glass
2
-1
/
+24
2021-03-02
tpm: Add TPM2 support for read/write values
Simon Glass
2
-2
/
+86
2021-03-02
tpm: Add an implementation of define_space
Simon Glass
1
-0
/
+47
2021-03-02
tpm: Reduce duplication in a few functions
Simon Glass
1
-5
/
+8
2021-03-02
tpm: Add a basic API implementation for TPMv2
Simon Glass
1
-7
/
+77
2021-03-02
tpm: Switch TPMv1 over to use the new API
Simon Glass
2
-61
/
+55
2021-03-02
tpm: Add an API that can support v1.2 and v2
Simon Glass
1
-0
/
+215
2021-03-02
tpm: Add debugging of request in tpm_sendrecv_command()
Simon Glass
1
-2
/
+8
2021-02-26
efi_loader: limit output length for VenHw, VenMedia
Heinrich Schuchardt
1
-2
/
+4
2021-02-26
efi_loader: ACPI tables must be in EfiACPIReclaimMemory
Heinrich Schuchardt
1
-2
/
+1
2021-02-25
lib: sha512: include "compiler.h"
Siew Chin Lim
1
-0
/
+1
[next]