Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d177dbd91c2e7c38d3537368d5bb91655f4dab87
/
lib
/
efi_loader
d177dbd
efi_loader: endless loop in add_strings_package()
by Heinrich Schuchardt
· 6 years ago
657e979
efi_loader: correct parameter size in efi_allocate_pool
by Heinrich Schuchardt
· 6 years ago
29c6f5f
efi_loader: Fix serial console size detection
by Matthias Brugger
· 6 years ago
196e212
efi_loader: HII protocols: debug messages
by Heinrich Schuchardt
· 6 years ago
87895f6
efi_loader: HII protocols: fix new_package_list()
by Heinrich Schuchardt
· 6 years ago
7d69807
efi_loader: do not add \ in efi_fs_from_name()
by Heinrich Schuchardt
· 6 years ago
516ea04
efi_loader: define load option attributes
by AKASHI Takahiro
· 6 years ago
b82df7c
efi_loader: fix entry count in bootmgr
by Heinrich Schuchardt
· 6 years ago
3d2257f
efi_loader: error message if BootOrder not defined
by Heinrich Schuchardt
· 6 years ago
e9644cc
efi_loader: do not miss last relocation block
by Heinrich Schuchardt
· 6 years ago
0fcdb7a
efi_loader: documentation of image loader
by Heinrich Schuchardt
· 6 years ago
7250623
efi_loader: fix EFI entry counting
by Heinrich Schuchardt
· 6 years ago
2f8eb08
efi_loader: use efi_start_image() for bootefi
by Heinrich Schuchardt
· 6 years ago
408fbcc
efi_loader: set entry point in efi_load_pe()
by Heinrich Schuchardt
· 6 years ago
e3d3a0c
efi_loader: LoadImage: always allocate new pages
by Heinrich Schuchardt
· 6 years ago
6346a90
efi_loader: error handling in efi_setup_loaded_image()
by Heinrich Schuchardt
· 6 years ago
c1476c2
efi_loader: comments for efi_file_from_path()
by Heinrich Schuchardt
· 6 years ago
0d36adc
efi_loader: efi_dp_split_file_path() error handling
by Heinrich Schuchardt
· 6 years ago
3ab87ac
efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
by Heinrich Schuchardt
· 6 years ago
44be5da
efi_loader: Make HII a config option
by Alexander Graf
· 6 years ago
4b6f19f
efi_loader: debug output for HII protocols
by Heinrich Schuchardt
· 6 years ago
ca8aa71
efi: hii: add HII config routing/access protocols
by AKASHI Takahiro
· 6 years ago
976e931
efi: hii: add keyboard layout package support
by AKASHI Takahiro
· 6 years ago
0fa82b9
efi: hii: add guid package support
by AKASHI Takahiro
· 6 years ago
5aab1b8
efi_loader: Initial HII database protocols
by Leif Lindholm
· 6 years ago
9e18bfa
efi_loader: GetNextVariableName() relies on REGEX
by Heinrich Schuchardt
· 6 years ago
fd73848
efi_loader: fix GetNextVariableName
by Heinrich Schuchardt
· 6 years ago
b2b186c
efi_loader: use library memcpy() in helloworld.efi
by Heinrich Schuchardt
· 6 years ago
2ca8e77
efi_loader: provide freestanding library
by Heinrich Schuchardt
· 6 years ago
ad3f36c
efi_loader: implement GetNextVariableName()
by AKASHI Takahiro
· 6 years ago
0ffda47
efi_loader: comments for variable services
by Heinrich Schuchardt
· 6 years ago
807899d
efi_loader: remove duplicate function mem2hex()
by Heinrich Schuchardt
· 6 years ago
2d8aedc
efi_loader: eliminate duplicate function hex2mem()
by Heinrich Schuchardt
· 6 years ago
e59708d
efi_loader: consistent build flags for EFI applications
by Heinrich Schuchardt
· 6 years ago
db47c34
efi_loader: use u16* for file name
by Heinrich Schuchardt
· 6 years ago
efba6ba
efi_loader: fix CopyMem()
by Heinrich Schuchardt
· 6 years ago
73e2ab0
efi_loader: efi_set_variable use const void *
by Heinrich Schuchardt
· 6 years ago
e06ae19
efi_loader: use const efi_guid_t * for variable services
by Heinrich Schuchardt
· 6 years ago
7e0badb
efi_loader: move efi_init_obj_list() to a new efi_setup.c
by AKASHI Takahiro
· 6 years ago
23ef39a
efi_loader: signature of StartImage and Exit
by Heinrich Schuchardt
· 6 years ago
eb8edcf
efi_loader: fix memory allocation on sandbox
by Heinrich Schuchardt
· 6 years ago
7c89fb0
efi_loader: efi_connect_controller() use %pD
by Heinrich Schuchardt
· 6 years ago
7e30764
efi_loader: efi_add_runtime_mmio()
by Heinrich Schuchardt
· 6 years ago
60209e6
efi_loader: Add a wchar_t cast in efi_file_open()
by Simon Glass
· 6 years ago
86e0021
efi_loader: Make RTS relocation more robust
by Alexander Graf
· 6 years ago
bd23774
efi_loader: bootmgr: add load option helper functions
by AKASHI Takahiro
· 6 years ago
3984441
efi_loader: allow device == NULL in efi_dp_from_name()
by AKASHI Takahiro
· 6 years ago
15937a2
efi_loader: Align runtime section to 64kb
by Alexander Graf
· 6 years ago
b6f2036
efi_loader: fix simple network protocol
by Heinrich Schuchardt
· 6 years ago
eb07c28
efi_loader: correctly aligned transmit buffer
by Heinrich Schuchardt
· 6 years ago
dcdca29
efi_loader: macro efi_size_in_pages()
by Heinrich Schuchardt
· 6 years ago
6738fcd
efi_loader: eliminate sandbox addresses
by Heinrich Schuchardt
· 6 years ago
c214edf
efi_loader: Reserve unaccessible memory
by Alexander Graf
· 6 years ago
2d93add
sandbox: smbios: Update to support sandbox
by Simon Glass
· 6 years ago
fa5246b
Revert "efi_loader: remove efi_exit_caches()"
by Alexander Graf
· 6 years ago
ce49c7b
efi_loader: use u16* for UTF16 strings
by Heinrich Schuchardt
· 6 years ago
d0ae092
efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED
by AKASHI Takahiro
· 6 years ago
d840b67
efi_loader: correct a function prototype of QueryCapsuleCapabilities()
by AKASHI Takahiro
· 6 years ago
084091a
efi_loader: correct efi_add_known_memory()
by Heinrich Schuchardt
· 6 years ago
c3b2a25
efi_loader: Ensure memory allocations are page aligned
by Alexander Graf
· 6 years ago
df0f6c7
efi_loader: Handle RELA absolute relocations properly
by Alexander Graf
· 6 years ago
5e96f42
efi_loader: fix typos
by Heinrich Schuchardt
· 6 years ago
b21f839
efi_loader: fix typos in efi_device_path.c
by Heinrich Schuchardt
· 6 years ago
035fb01
efi_loader: add efi_dp_from_name()
by AKASHI Takahiro
· 6 years ago
1c76eda
efi_loader: UninstallMultipleProtocolInterfaces error code
by Heinrich Schuchardt
· 6 years ago
5b669d8
efi_selftest: use CR LF in helloworld
by Heinrich Schuchardt
· 6 years ago
7292872
efi_loader: rename parent to header
by Heinrich Schuchardt
· 6 years ago
adb50d0
efi_loader: eliminate handle member
by Heinrich Schuchardt
· 6 years ago
4f94ec5
efi_loader: typedef struct efi_object *efi_handle_t
by Heinrich Schuchardt
· 6 years ago
1b45134
efi_loader: delete handles
by Heinrich Schuchardt
· 6 years ago
4448945
efi_loader: implement EFI_RESET_SHUTDOWN at boot time
by Heinrich Schuchardt
· 6 years ago
8c15364
efi_loader: efi_dp_get_next_instance() superfluous statement
by Heinrich Schuchardt
· 6 years ago
8d0b45d
efi_loader: fix typo in efi_boottime.c
by Heinrich Schuchardt
· 6 years ago
04c4906
efi_loader: Fix warning in efi_load_image()
by Tom Rini
· 6 years ago
8d7bc9f
efi_loader: remove lcd.h from efi_net.c
by Heinrich Schuchardt
· 6 years ago
bd095f5
efi_loader: memory leak in efi_set_variable()
by Heinrich Schuchardt
· 6 years ago
80f834d
efi_loader: superfluous statement in is_dir()
by Heinrich Schuchardt
· 6 years ago
a92e9ab
efi_loader: return type efi_console_register()
by Heinrich Schuchardt
· 6 years ago
abb4387
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
by Heinrich Schuchardt
· 6 years ago
21ae057
efi_loader: correct signature of GetPosition, SetPosition
by Heinrich Schuchardt
· 6 years ago
56e82be
efi_loader: fix relocation on x86_64
by Heinrich Schuchardt
· 6 years ago
3c3a735
efi_loader: refactor efi_setup_loaded_image()
by Heinrich Schuchardt
· 6 years ago
313997e
efi_loader: remove efi_exit_caches()
by Heinrich Schuchardt
· 6 years ago
7b588f4
efi_loader: remove redundant statement
by Heinrich Schuchardt
· 6 years ago
79d7202
efi_loader: create root node
by Heinrich Schuchardt
· 6 years ago
44389cb
efi_loader: avoid out of bound access in efi_get_variable()
by Heinrich Schuchardt
· 6 years ago
5965d2e
efi_loader: query serial console size reliably
by Heinrich Schuchardt
· 6 years ago
d728814
efi_loader: Merge memory map entries
by Alexander Graf
· 6 years ago
b63f9fc
efi_loader: check parameter new_handle of efi_file_open()
by Heinrich Schuchardt
· 6 years ago
dcac1d9
efi_loader: terminal left upper corner is [1, 1]
by Heinrich Schuchardt
· 6 years ago
e8c99b0
efi_loader: more debug info for efi_file_getinfo()
by Heinrich Schuchardt
· 6 years ago
849688f
efi: Correct the operation of efi_file_write()
by Simon Glass
· 6 years ago
82c5388f
efi: sandbox: Enable EFI loader build for sandbox
by Simon Glass
· 6 years ago
662d0be
efi_loader: loosen check of parameters of efi_file_open()
by Heinrich Schuchardt
· 6 years ago
1af423b
efi_loader: provide description of file_open()
by Heinrich Schuchardt
· 6 years ago
d6932c0
efi_loader: check parameters of efi_file_open()
by Heinrich Schuchardt
· 6 years ago
695691e
efi_loader: implement key notify functions
by Heinrich Schuchardt
· 6 years ago
587ae79
efi_loader: support modifiers for F1 - F4
by Heinrich Schuchardt
· 6 years ago
6c4cd26
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
49574bc
efi_loader: rework event handling for console
by Heinrich Schuchardt
· 6 years ago
Next »