Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
807899dd700d4b160a589df0761f47001a2d5103
/
lib
/
efi_loader
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
fc5f1a1
efi_loader: support Unicode text input
by Heinrich Schuchardt
· 6 years ago
4dd5b9c
efi_loader: implement a file delete
by AKASHI Takahiro
· 6 years ago
0c672b0
efi_loader: file: support creating a directory
by AKASHI Takahiro
· 6 years ago
6e8eff2
efi_loader: typos in efi_console.c
by Heinrich Schuchardt
· 6 years ago
3dabffd
efi_loader: struct efi_simple_text_input_protocol
by Heinrich Schuchardt
· 6 years ago
e59072a
efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
58ddcd3
lib: charset: upper/lower case conversion
by Heinrich Schuchardt
· 6 years ago
36bab91
efi_loader: Add console handle references to in/out/err
by Alexander Graf
· 6 years ago
7b4b2a2
efi_loader: use correct documentation style
by Heinrich Schuchardt
· 6 years ago
1d1be36
efi_loader: description efi_update_capsule()
by Heinrich Schuchardt
· 6 years ago
1112154
efi_loader: fix typos in efi_runtime.c
by Heinrich Schuchardt
· 6 years ago
cf70a73
efi_loader: fix typos in efi_boottime.c
by Heinrich Schuchardt
· 6 years ago
66208b9
Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""
by Stephen Warren
· 6 years ago
a419d1d
efi_loader: don't use unlimited stack as buffer
by Heinrich Schuchardt
· 6 years ago
af1a920
efi_loader: remove limit on variable length
by Heinrich Schuchardt
· 6 years ago
597f8f7
efi_loader: rename utf16_strlen, utf16_strnlen
by Heinrich Schuchardt
· 6 years ago
ab133c7
efi_loader: Pass address to fs_read()
by Alexander Graf
· 6 years ago
8a7e09d
efi_loader: pass system table in loaded image protocol
by Heinrich Schuchardt
· 6 years ago
c7570a3
Remove <inttypes.h> includes and PRI* usages in printf() entirely
by Masahiro Yamada
· 6 years ago
c86c081
efi: Fix truncation of constant value
by Eugeniu Rosca
· 6 years ago
09866c2
efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()
by Heinrich Schuchardt
· 6 years ago
711853b
efi_loader: document runtime functions
by Heinrich Schuchardt
· 6 years ago
69c1576
efi_loader: update runtime services table crc32
by Heinrich Schuchardt
· 6 years ago
9b16646
efi_loader: avoid NULL dereference in efi_get_memory_map()
by Heinrich Schuchardt
· 6 years ago
3f3835d
efi_loader: fix a parameter check at CreateEvent()
by AKASHI Takahiro
· 6 years ago
3905456
efi_loader: relocate pointer to tables
by Heinrich Schuchardt
· 6 years ago
c6c57bb
Revert "efi_loader: efi_allocate_pages is too restrictive"
by Stephen Warren
· 6 years ago
b30a7ef
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
27df0a7
initialize net_mode.if_type
by Andrew Thomas
· 6 years ago
37035b1
efi_loader: complete implementation of GetTime()
by Heinrich Schuchardt
· 6 years ago
ca4d00e
efi_loader: remove unused efi_get_time_init()
by Heinrich Schuchardt
· 6 years ago
Next »