index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
4
-35
/
+52
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
4
-3
/
+125
2020-02-23
efi/libstub: Fix error message in handle_cmdline_files()
Heinrich Schuchardt
1
-1
/
+1
2020-02-23
efi/libstub: Describe RNG functions
Heinrich Schuchardt
1
-0
/
+24
2020-02-23
efi/libstub: Describe efi_relocate_kernel()
Heinrich Schuchardt
1
-9
/
+20
2020-02-23
efi/libstub: Describe memory functions
Heinrich Schuchardt
1
-2
/
+34
2020-02-23
efi/libstub: Simplify efi_get_memory_map()
Heinrich Schuchardt
1
-6
/
+7
2020-02-23
efi/libstub: Add function description of efi_allocate_pages()
Heinrich Schuchardt
1
-2
/
+14
2020-02-23
efi/libstub: Make the LoadFile EFI protocol accessible
Ard Biesheuvel
1
-0
/
+14
2020-02-23
efi/libstub: Expose LocateDevicePath boot service
Ard Biesheuvel
1
-1
/
+5
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
5
-55
/
+96
2020-02-23
efi/libstub: Take soft and hard memory limits into account for initrd loading
Ard Biesheuvel
4
-17
/
+20
2020-02-23
efi/libstub: Rewrite file I/O routine
Ard Biesheuvel
4
-228
/
+169
2020-02-23
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
4
-289
/
+311
2020-02-23
efi/libstub: Move get_dram_base() into arm-stub.c
Ard Biesheuvel
3
-37
/
+33
2020-02-23
efi/libstub: Move efi_random_alloc() into separate source file
Ard Biesheuvel
3
-115
/
+125
2020-02-23
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
4
-11
/
+8
2020-02-23
efi/libstub: Move stub specific declarations into efistub.h
Ard Biesheuvel
1
-29
/
+478
2020-02-23
efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB
Ard Biesheuvel
1
-1
/
+6
2020-02-23
efi/libstub: Use consistent type names for file I/O protocols
Ard Biesheuvel
2
-8
/
+71
2020-02-23
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
3
-0
/
+791
2020-02-23
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
3
-89
/
+21
2020-02-23
efi/libstub: Move memory map handling and allocation routines to mem.c
Ard Biesheuvel
3
-314
/
+320
2020-02-23
efi/libstub/arm: Relax FDT alignment requirement
Ard Biesheuvel
1
-5
/
+1
2020-02-23
efi/libstub: Use hidden visibility for all source files
Ard Biesheuvel
3
-7
/
+8
2020-02-23
efi/libstub/arm64: Use 1:1 mapping of RT services if property table exists
Ard Biesheuvel
2
-63
/
+22
2020-02-23
efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint
Ard Biesheuvel
3
-22
/
+28
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
3
-1
/
+130
2020-01-10
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
1
-4
/
+1
2019-12-25
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
3
-22
/
+28
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
9
-109
/
+90
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2
-13
/
+7
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
3
-14
/
+11
2019-12-25
efi/libstub/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
1
-1
/
+4
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
10
-139
/
+111
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
8
-61
/
+59
2019-12-25
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
2
-9
/
+9
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
3
-1
/
+14
2019-12-25
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
1
-10
/
+7
2019-12-25
efi/libstub: Annotate firmware routines as __efiapi
Ard Biesheuvel
1
-4
/
+6
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2
-4
/
+5
2019-12-25
efi/libstub: Drop explicit 32/64-bit protocol definitions
Ard Biesheuvel
1
-10
/
+0
2019-12-25
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
1
-30
/
+15
2019-12-25
efi/libstub: Extend native protocol definitions with mixed_mode aliases
Ard Biesheuvel
2
-10
/
+16
2019-12-25
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
1
-7
/
+2
2019-12-25
efi/gop: Unify 32/64-bit functions
Arvind Sankar
1
-116
/
+18
2019-12-25
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
1
-13
/
+13
2019-12-25
efi/libstub/random: Initialize pointer variables to zero for mixed mode
Hans de Goede
1
-3
/
+3
2019-12-08
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
1
-54
/
+12
2019-12-08
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
1
-2
/
+2
[next]