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
2022-02-15
[TEMP]jh7100: remove "depends on DM_ETH || !NET" in EFI_LOADER
Tekkaman Ninja
2
-2
/
+23
2022-02-11
efi_loader: fix dual signed image certification
Ilias Apalodimas
1
-70
/
+18
2022-02-09
acpi: Move MCFG implementation to common lib
Moritz Fischer
2
-0
/
+65
2022-02-05
efi: Drop unnecessary calls to blk_find_device()
Simon Glass
1
-12
/
+2
2022-02-05
efi: Use device_get_uclass_id() where appropriate
Simon Glass
1
-5
/
+5
2022-02-05
efi_loader: add handle for UART
Heinrich Schuchardt
1
-27
/
+25
2022-02-05
efi_loader: fix text output for Uart() DP nodes
Heinrich Schuchardt
1
-9
/
+19
2022-02-05
efi_loader: use %zu to print efi_uintn_t in FMP driver
Heinrich Schuchardt
1
-2
/
+2
2022-02-05
efi_loader: use %zu not %zd to print efi_uintn_t
Heinrich Schuchardt
1
-3
/
+3
2022-02-05
efi_loader: fix device path to text protocol
Heinrich Schuchardt
1
-4
/
+13
2022-02-05
lib: fix snprintf() for UTF-16 strings
Heinrich Schuchardt
1
-2
/
+12
2022-02-05
efi_selftest: merge FDT and RISC-V tests
Heinrich Schuchardt
3
-135
/
+57
2022-02-05
efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
2
-0
/
+120
2022-02-03
treewide: Use 16-bit Unicode strings
Simon Glass
2
-3
/
+3
2022-02-03
efi: Use 16-bit unicode strings
Simon Glass
31
-250
/
+250
2022-01-29
Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
45
-98
/
+219
2022-01-29
efi_loader: hash the image once before checking against db/dbx
Ilias Apalodimas
1
-1
/
+4
2022-01-29
efi_loader: correctly handle mixed hashes and signatures in db
Ilias Apalodimas
2
-11
/
+46
2022-01-29
lib: allow printing RISC-V EFI Boot Protocol GUID
Heinrich Schuchardt
1
-0
/
+6
2022-01-29
efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support
Sunil V L
4
-0
/
+77
2022-01-29
efi_loader: correct function comment style
Heinrich Schuchardt
38
-86
/
+86
2022-01-29
rsa: adds rsa3072 algorithm
Jamin Lin
1
-0
/
+6
2022-01-27
Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
14
-94
/
+471
2022-01-27
lib/circbuf: Make circbuf selectable symbol
Loic Poulain
2
-1
/
+10
2022-01-26
image: Return destination node for add_verify_data() method
Simon Glass
2
-3
/
+6
2022-01-26
rsa: Add debugging for failure cases
Simon Glass
1
-3
/
+10
2022-01-25
acpi: Collect tables in the acpi_item list
Simon Glass
1
-0
/
+5
2022-01-25
x86: Move acpi_get_rsdp_addr() ACPI tables to the writer
Simon Glass
1
-0
/
+8
2022-01-25
x86: Move device-specific ACPI tables to a writer function
Simon Glass
1
-0
/
+12
2022-01-25
x86: acpi: Update acpi_fill_csrt() to use acpi_ctx
Simon Glass
1
-7
/
+6
2022-01-25
x86: Move CSRT table to a writer function
Simon Glass
2
-0
/
+51
2022-01-25
x86: Move SSDT table to a writer function
Simon Glass
2
-0
/
+50
2022-01-25
x86: Move DSDT table to a writer function
Simon Glass
4
-0
/
+65
2022-01-25
x86: Move FACS table to a writer function
Simon Glass
2
-0
/
+34
2022-01-25
x86: Move base tables to a writer function
Simon Glass
4
-76
/
+101
2022-01-25
x86: Use the ACPI table writer
Simon Glass
1
-1
/
+3
2022-01-25
x86: acpi: Split out context creation from base tables
Simon Glass
3
-15
/
+19
2022-01-25
acpi: Add a linker list for ACPI tables
Simon Glass
1
-0
/
+91
2022-01-25
acpi: Use finer-grained control of ACPI-table generation
Simon Glass
2
-5
/
+5
2022-01-25
efi: Correct address handling with ACPI tables
Simon Glass
1
-1
/
+4
2022-01-25
efi: Correct call to write_acpi_tables()
Simon Glass
1
-1
/
+1
2022-01-25
x86: Move the acpi table to generic global_data
Simon Glass
1
-1
/
+1
2022-01-25
x86: Allow any arch to generate ACPI tables
Simon Glass
1
-0
/
+18
2022-01-22
Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
15
-61
/
+236
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
32
-86
/
+86
2022-01-19
lib/crypto: Enable more algorithms in cert verification
Ilias Apalodimas
1
-19
/
+16
2022-01-19
efi_loader: printing TCG2 protocol GUID
Heinrich Schuchardt
1
-0
/
+4
2022-01-19
efi_selftest: implement printing GUIDs
Heinrich Schuchardt
2
-4
/
+29
2022-01-19
cmd: printenv: simplify printing GUIDs
Heinrich Schuchardt
1
-0
/
+24
2022-01-19
efi_loader: use %pUs for printing GUIDs
Heinrich Schuchardt
10
-35
/
+35
[next]