index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
efi-stub-helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-16
efi/libstub: Descriptions for stub helper functions
Heinrich Schuchardt
1
-11
/
+67
2020-05-22
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
1
-3
/
+3
2020-05-22
efi/libstub: Don't parse overlong command lines
Arvind Sankar
1
-5
/
+23
2020-05-20
efi/libstub: Use snprintf with %ls to convert the command line
Arvind Sankar
1
-60
/
+6
2020-05-20
efi/libstub: Get the exact UTF-8 length
Arvind Sankar
1
-12
/
+32
2020-05-20
efi/libstub: Add UTF-8 decoding to efi_puts
Arvind Sankar
1
-5
/
+62
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
1
-0
/
+35
2020-05-20
efi/libstub: Implement printk-style logging
Arvind Sankar
1
-2
/
+27
2020-05-19
efi/printf: Turn vsprintf into vsnprintf
Arvind Sankar
1
-1
/
+5
2020-05-19
efi/libstub: Add a basic printf implementation
Arvind Sankar
1
-0
/
+17
2020-05-19
efi/libstub: Buffer output of efi_puts
Arvind Sankar
1
-6
/
+13
2020-05-19
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
1
-9
/
+9
2020-05-05
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
1
-12
/
+7
2020-05-01
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
1
-3
/
+43
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
1
-25
/
+6
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
1
-3
/
+3
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
1
-8
/
+7
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
1
-0
/
+3
2020-02-23
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
1
-2
/
+2
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
1
-0
/
+7
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
1
-0
/
+86
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
1
-53
/
+26
2020-02-23
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
1
-288
/
+6
2020-02-23
efi/libstub: Move get_dram_base() into arm-stub.c
Ard Biesheuvel
1
-35
/
+0
2020-02-23
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
1
-7
/
+2
2020-02-23
efi/libstub: Use consistent type names for file I/O protocols
Ard Biesheuvel
1
-8
/
+8
2020-02-23
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
1
-3
/
+2
2020-02-23
efi/libstub: Move memory map handling and allocation routines to mem.c
Ard Biesheuvel
1
-313
/
+0
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
1
-0
/
+15
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
1
-18
/
+18
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
1
-37
/
+33
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
1
-7
/
+4
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
1
-4
/
+2
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
1
-41
/
+33
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
1
-17
/
+17
2019-12-25
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
1
-0
/
+9
2019-12-25
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
1
-10
/
+7
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
1
-2
/
+3
2019-12-25
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
1
-30
/
+15
2019-11-07
efi: Common enable/disable infrastructure for EFI soft reservation
Dan Williams
1
-0
/
+19
2019-10-31
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
1
-14
/
+10
2019-08-12
efi-stub: Fix get_efi_config_table on mixed-mode setups
Hans de Goede
1
-11
/
+27
2019-06-24
Abstract out support for locating an EFI config table
Matthew Garrett
1
-0
/
+15
2019-02-04
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
Ard Biesheuvel
1
-0
/
+10
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
1
-4
/
+1
2018-07-22
efi: Deduplicate efi_open_volume()
Lukas Wunner
1
-2
/
+29
2017-08-17
efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
Baoquan He
1
-2
/
+2
2017-04-05
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
1
-0
/
+9
[next]