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
2019-10-09
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
4
-59
/
+19
2019-10-08
dm: core: Drop fdtdec_get_pci_addr()
Simon Glass
1
-54
/
+0
2019-10-08
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
2
-5
/
+17
2019-10-08
spl: Avoid checking for Ctrl-C in SPL with print_buffer()
Simon Glass
1
-0
/
+2
2019-10-06
efi: device path for nvme
Patrick Wildt
2
-0
/
+35
2019-10-06
efi_selftest: testing read-only variables
Heinrich Schuchardt
1
-11
/
+0
2019-10-06
efi_selftest: correct SetVariable() test
Heinrich Schuchardt
1
-14
/
+16
2019-10-06
efi_loader: appending to non-existent variable
Heinrich Schuchardt
1
-4
/
+6
2019-10-03
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
1
-1
/
+1
2019-09-23
efi_loader: SetVariable() deleting variables
Heinrich Schuchardt
1
-5
/
+6
2019-09-23
efi_loader: SetVariable() fix illegal return
Heinrich Schuchardt
1
-1
/
+1
2019-09-23
efi_loader: description efi_stri_coll()
Heinrich Schuchardt
1
-5
/
+0
2019-09-20
lib: charset: add u16_str<n>cmp()
AKASHI Takahiro
1
-0
/
+25
2019-09-20
efi_loader: selftest: enable APPEND_WRITE tests
AKASHI Takahiro
1
-1
/
+19
2019-09-20
efi_loader: variable: support APPEND_WRITE
AKASHI Takahiro
1
-26
/
+44
2019-09-20
efi_loader: incorrect return value form DisconnectController
Heinrich Schuchardt
1
-12
/
+14
2019-09-20
efi_loader: device_path: support Sandbox's "host" devices
AKASHI Takahiro
1
-0
/
+33
2019-09-11
efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
Heinrich Schuchardt
1
-6
/
+4
2019-09-09
efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
1
-0
/
+6
2019-09-09
efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
1
-6
/
+12
2019-09-09
efi_loader: EFI_FILE_PROTOCOL rev 2 stub
Heinrich Schuchardt
1
-5
/
+31
2019-09-09
efi_loader: file size checks
Heinrich Schuchardt
1
-29
/
+40
2019-09-09
efi_loader: correct reading of directories
Heinrich Schuchardt
1
-18
/
+5
2019-09-09
efi_loader: eliminate inline function ascii2unicode()
Heinrich Schuchardt
2
-13
/
+20
2019-09-09
efi_loader: EFI_FILE_PROTOCOL.Write() check args
Heinrich Schuchardt
1
-10
/
+41
2019-09-06
doc: UEFI API documentation
Heinrich Schuchardt
3
-9
/
+13
2019-09-06
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
Heinrich Schuchardt
1
-1
/
+16
2019-09-06
efi_loader: use EFI_PRINT() instead of debug()
Heinrich Schuchardt
1
-3
/
+3
2019-09-06
efi_loader: parameter checks BLOCK_IO_PROTOCOL
Heinrich Schuchardt
1
-1
/
+36
2019-09-06
efi_loader: do not set invalid screen mode
Heinrich Schuchardt
1
-0
/
+4
2019-09-06
efi_loader: cursor positioning
Heinrich Schuchardt
1
-5
/
+13
2019-09-06
efi_loader: correctly render UsbClass DP nodes as text
Heinrich Schuchardt
1
-1
/
+1
2019-09-06
efi_loader: correctly render CD-ROM device path nodes
Heinrich Schuchardt
2
-2
/
+3
2019-09-06
efi_loader: correctly render MAC address device path nodes
Heinrich Schuchardt
1
-8
/
+7
2019-09-06
efi_loader: correct text conversion for vendor DP
Heinrich Schuchardt
1
-1
/
+10
2019-09-06
efi_loader: Extract adding a conventional memory in separate routine
Park, Aiden
1
-32
/
+50
2019-09-06
efi_loader: implement MCastIPtoMAC
Heinrich Schuchardt
1
-2
/
+42
2019-09-06
efi_loader: fix status management in network stack
Heinrich Schuchardt
2
-13
/
+104
2019-09-06
efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header
Heinrich Schuchardt
1
-6
/
+25
2019-09-06
efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT
Heinrich Schuchardt
1
-2
/
+14
2019-09-06
efi_loader: interrupts in simple network protocol
Heinrich Schuchardt
1
-15
/
+25
2019-08-29
efi_selftest: use standalone UEFI program for exception
Heinrich Schuchardt
3
-23
/
+169
2019-08-29
efi_selftest: enable Exit() unit test on x86_64
Heinrich Schuchardt
1
-3
/
+3
2019-08-26
fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
Lukas Auer
1
-4
/
+2
2019-08-15
efi_loader: do not call efi_runtime_detach twice
Heinrich Schuchardt
1
-9
/
+4
2019-08-15
efi_loader: parameter check in SetVirtualAddressMap
Heinrich Schuchardt
1
-3
/
+10
2019-08-15
efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub
Heinrich Schuchardt
1
-3
/
+129
2019-08-12
env: Rename environment.h to env_internal.h
Simon Glass
1
-1
/
+1
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
1
-1
/
+0
2019-08-11
env: Drop the ACTION typedef
Simon Glass
1
-9
/
+9
[next]