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-31
x86: coral: Support TPM and RTC in SPL
Simon Glass
2
-1
/
+22
2021-01-31
spl: Tidy up SPL/TPL malloc sizes
Simon Glass
1
-5
/
+8
2021-01-31
cros_ec: Add vstore support
Simon Glass
4
-2
/
+202
2021-01-31
cros_ec: Allow use with of-platdata
Simon Glass
1
-0
/
+2
2021-01-31
cros_ec: Show events in human-readable form
Simon Glass
3
-7
/
+112
2021-01-31
cros_ec: Add support for switches
Simon Glass
7
-0
/
+120
2021-01-31
cros_ec: Add documentation for cros_ec driver operations
Simon Glass
1
-0
/
+40
2021-01-31
cros_ec: Support reading EC features
Simon Glass
6
-10
/
+195
2021-01-31
cros_ec: Add support for reading the SKU ID
Simon Glass
5
-0
/
+55
2021-01-31
cros_ec: Add run-time check for input buffer overflow
Simon Glass
1
-0
/
+2
2021-01-31
cros_ec: Tidy up a few delays
Simon Glass
1
-7
/
+17
2021-01-31
cros_ec: Add a function for the hello message
Simon Glass
6
-15
/
+101
2021-01-31
doc/sandbox: improve formatting of command line options
Heinrich Schuchardt
1
-14
/
+14
2021-01-31
sandbox: fix sandbox_cmdline_cb_test_fdt()
Heinrich Schuchardt
1
-1
/
+1
2021-01-31
x86: typo segement
Heinrich Schuchardt
2
-2
/
+2
2021-01-31
binman: Allow for skip_at_start when reading entries
Simon Glass
3
-4
/
+48
2021-01-31
binman: Support alignment of files
Simon Glass
7
-1
/
+53
2021-01-31
binman: Allow vblock to include devicetree blobs
Simon Glass
5
-10
/
+96
2021-01-31
binman: Support reading an image with entry args
Simon Glass
5
-4
/
+64
2021-01-31
binman: Support finding symbols in sub-sections
Simon Glass
6
-7
/
+123
2021-01-31
binman: Fix a few file comments
Simon Glass
2
-2
/
+1
2021-01-31
binman: Show the size when writing entries
Simon Glass
1
-1
/
+2
2021-01-31
binman: Update the TODO list
Simon Glass
1
-2
/
+1
2021-01-31
patman: Correct lz4 compression parameters
Simon Glass
1
-1
/
+2
2021-01-31
dtoc: binman: Drop Python 2 code
Simon Glass
2
-4
/
+3
2021-01-31
x86: coral: Enable CONFIG_BOOTARGS_SUBST
Simon Glass
1
-0
/
+1
2021-01-31
x86: coral: Update an unused pin to reduce power
Simon Glass
1
-0
/
+1
2021-01-31
tpm: cr50: Rename driver to work with of-platdata
Simon Glass
1
-2
/
+2
2021-01-31
tpm: cr50: Add a better description and more debug
Simon Glass
1
-4
/
+18
2021-01-31
tpm: cr50: Check for valid locality
Simon Glass
1
-4
/
+12
2021-01-30
Merge tag 'efi-2021-04-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
8
-10
/
+38
2021-01-29
efi_loader: add Linux magic to aarch64 crt0
Heinrich Schuchardt
2
-1
/
+4
2021-01-29
tools: add mkeficapsule to .gitignore
Heinrich Schuchardt
1
-0
/
+1
2021-01-29
disk: part_efi: update partition table entries after write
Gary Bisson
1
-0
/
+3
2021-01-29
efi_loader: switch to non-secure mode later
Heinrich Schuchardt
2
-4
/
+4
2021-01-29
efi_loader: correct block IO alignment check
Heinrich Schuchardt
1
-4
/
+6
2021-01-29
efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock
Heinrich Schuchardt
1
-1
/
+20
2021-01-29
configs: Resync with savedefconfig
Tom Rini
27
-108
/
+62
2021-01-29
Merge branch '2021-01-29-assorted-fixes'
Tom Rini
22
-52
/
+677
2021-01-29
cmd: add more implementation IDs to sbi command
Heinrich Schuchardt
1
-16
/
+21
2021-01-29
test: inconsistent string tests
Heinrich Schuchardt
1
-2
/
+1
2021-01-29
test: inconsistent bootm tests
Heinrich Schuchardt
1
-1
/
+1
2021-01-29
env: sf: cosmetic: remove unnecessary space
Patrick Delaunay
1
-2
/
+2
2021-01-29
test: Update test_fs to not use deprecated pytest.yield_fixture()
Tom Rini
1
-10
/
+5
2021-01-29
test: correct entry point to pytest
Heinrich Schuchardt
1
-5
/
+5
2021-01-29
test: pr_cont_test.o depends on CONFIG_LOG=y
Heinrich Schuchardt
1
-1
/
+1
2021-01-29
fs: btrfs: Select SHA256 in Kconfig
Matthias Brugger
1
-0
/
+1
2021-01-29
fs: fat: remove superfluous assignments
Heinrich Schuchardt
2
-4
/
+5
2021-01-29
fs: fat: avoid out of bounds access warning
Heinrich Schuchardt
1
-5
/
+2
2021-01-29
avb: AVB_VERIFY depends on MMC
Heinrich Schuchardt
1
-0
/
+1
[prev]
[next]