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
2018-02-14
lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig
Faiz Abbas
2
-3
/
+9
2018-02-10
efi_loader: correct efi_disk_register
Heinrich Schuchardt
1
-27
/
+44
2018-02-10
efi_loader: add missing runtime services stubs
Heinrich Schuchardt
1
-0
/
+29
2018-02-10
efi_driver: return type of efi_driver_init()
Heinrich Schuchardt
1
-3
/
+3
2018-02-10
efi_loader: do not use 2.0.5 as UEFI revision number
Heinrich Schuchardt
1
-1
/
+1
2018-02-10
efi_loader: create stub for CreateEventEx
Heinrich Schuchardt
1
-0
/
+33
2018-02-10
efi_selftest: use correct compiler flags for miniapps
Heinrich Schuchardt
1
-2
/
+4
2018-02-10
efi_loader: fix building crt0 on arm
Heinrich Schuchardt
1
-1
/
+1
2018-02-09
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
1
-0
/
+1
2018-02-09
Convert LIB_UUID to Kconfig
Adam Ford
2
-0
/
+4
2018-02-08
Convert CONFIG LIB_HW_RAND to Kconfig
Adam Ford
1
-3
/
+15
2018-01-29
aes: Allow non-zero initialization vector
Андрей Мозжухин
1
-6
/
+7
2018-01-28
efi_loader: consistently use %pD to print device paths
Heinrich Schuchardt
1
-4
/
+2
2018-01-28
efi_loader: do not install NULL as device path
Heinrich Schuchardt
1
-9
/
+11
2018-01-28
vsprintf.c: correct printing of a NULL device path
Heinrich Schuchardt
1
-1
/
+2
2018-01-28
efi_loader: Call Exit() on return from payload in StartImage()
Alexander Graf
1
-2
/
+7
2018-01-28
efi_loader: fix comments in indent_string()
Heinrich Schuchardt
1
-3
/
+6
2018-01-28
efi_loader: Always use EFIAPI instead of asmlinkage
Alexander Graf
1
-2
/
+2
2018-01-28
efi: Conflict efi_loader with different stub bitness
Alexander Graf
1
-0
/
+4
2018-01-28
libfdt: migrate libfdt.h to a wrapper + U-Boot own code
Masahiro Yamada
1
-2153
/
+0
2018-01-28
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
Masahiro Yamada
3
-516
/
+4
2018-01-26
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
1
-0
/
+1
2018-01-26
net: regex: Disable by default on sunXi
Maxime Ripard
1
-0
/
+1
2018-01-23
efi_selftest: reduce noise in test output for device trees
Heinrich Schuchardt
1
-10
/
+13
2018-01-23
efi_loader: allow creation of more device part nodes
Heinrich Schuchardt
1
-5
/
+49
2018-01-23
efi_selftest: provide a test for block io
Heinrich Schuchardt
3
-0
/
+467
2018-01-23
efi_driver: EFI block driver
Heinrich Schuchardt
4
-0
/
+554
2018-01-23
efi_selftest: add missing LF in test output
Heinrich Schuchardt
2
-2
/
+2
2018-01-23
efi_selftest: test start image
Heinrich Schuchardt
6
-0
/
+405
2018-01-23
efi_loader: fix ExitBootServices
Heinrich Schuchardt
1
-5
/
+29
2018-01-23
efi_loader: add check_tpl parameter to efi_signal_event
Heinrich Schuchardt
2
-10
/
+19
2018-01-23
efi_loader: provide function to get last node of a device path
Heinrich Schuchardt
1
-0
/
+20
2018-01-23
efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
Heinrich Schuchardt
1
-4
/
+4
2018-01-23
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
1
-24
/
+60
2018-01-23
efi_loader: provide a function to create a partition node
Heinrich Schuchardt
1
-36
/
+70
2018-01-23
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
1
-1
/
+1
2018-01-23
efi_loader: efi_disk_register: correctly determine if_type_name
Heinrich Schuchardt
1
-1
/
+1
2018-01-23
efi_loader: fix StartImage bootservice
Heinrich Schuchardt
1
-1
/
+2
2018-01-23
efi_loader: check tables in helloworld.efi
Heinrich Schuchardt
1
-0
/
+26
2018-01-23
efi_loader: allocate correct memory type for EFI image
Heinrich Schuchardt
1
-24
/
+40
2018-01-23
efi_loader: print device path when entering efi_load_image
Heinrich Schuchardt
1
-1
/
+1
2018-01-23
efi_loader: correct find simple file system protocol
Heinrich Schuchardt
1
-10
/
+29
2018-01-23
efi_loader: address of the simple file system protocol
Heinrich Schuchardt
1
-1
/
+1
2018-01-23
efi_loader: return NULL from device path functions
Heinrich Schuchardt
1
-6
/
+36
2018-01-23
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2
-26
/
+29
2018-01-23
efi_selftest: test for (Dis)ConnectController
Heinrich Schuchardt
2
-0
/
+386
2018-01-23
efi_selftest: remove todo in device path test
Heinrich Schuchardt
1
-15
/
+25
2018-01-23
efi_selftest: remove todo in manage protocols
Heinrich Schuchardt
1
-11
/
+11
2018-01-23
efi_loader: disconnect controllers in UninstallProtocol
Heinrich Schuchardt
1
-6
/
+23
2018-01-23
efi_loader: implement DisconnectController
Heinrich Schuchardt
1
-22
/
+262
[next]