Age | Commit message (Expand) | Author |
2019-04-07 | efi_loader: correct CTRL-A - CTRL-Z console input | Heinrich Schuchardt |
2019-04-07 | efi_loader: enable file SetInfo() | Heinrich Schuchardt |
2019-04-07 | efi_loader: correct file creation | Heinrich Schuchardt |
2019-04-07 | efi_loader: debug output file handle in efi_file_open() | Heinrich Schuchardt |
2019-04-07 | efi_loader: boottime: export efi_[un]load_image() | AKASHI Takahiro |
2019-04-07 | efi_loader: boottime: add loaded image device path protocol to image handle | AKASHI Takahiro |
2019-04-07 | efi_loader: variables PlatformLang and PlatformLangCodes | Heinrich Schuchardt |
2019-04-07 | efi_loader: EFI_PRINT instead of debug for memory services | Heinrich Schuchardt |
2019-04-07 | efi_loader: EFI_PRINT instead of debug for variable services | Heinrich Schuchardt |
2019-04-07 | efi_loader: parameter checks in StartImage and Exit() | Heinrich Schuchardt |
2019-04-07 | efi_loader: rearrange boottime service functions | Heinrich Schuchardt |
2019-04-07 | efi_loader: sanity checks when freeing memory | Heinrich Schuchardt |
2019-04-07 | efi_selftest: check image_base, image_size | Heinrich Schuchardt |
2019-04-07 | efi_loader: set image_base and image_size to correct values | AKASHI Takahiro |
2019-04-07 | efi_loader: bootmgr: support BootNext and BootCurrent variable behavior | AKASHI Takahiro |
2019-04-07 | efi_loader: release file buffer after loading image | Heinrich Schuchardt |
2019-04-03 | fix compile error on macOS Mojave | 默默 |
2019-03-29 | Merge branch '2019-03-29-master-imports' | Tom Rini |
2019-03-29 | lib: time: update module enable MACRO | Kever Yang |
2019-03-27 | efi_loader: TODO for the EFI file protocol | Heinrich Schuchardt |
2019-03-27 | efi_selftest: avoid double free in dp utilities test | Heinrich Schuchardt |
2019-03-25 | rsa: check that pointer checksum isn't NULL before using it | Philippe Reynes |
2019-03-20 | efi_selftest: fix test_hii_string_get_string() | Heinrich Schuchardt |
2019-03-20 | efi_loader: superfluous conversion in efi_file_open() | Heinrich Schuchardt |
2019-03-20 | efi_loader: remove superfluous check in efi_setup_loaded_image() | Heinrich Schuchardt |
2019-03-20 | efi_loader: missing return in efi_get_next_variable_name() | Heinrich Schuchardt |
2019-03-20 | efi_loader: endless loop in add_strings_package() | Heinrich Schuchardt |
2019-03-20 | efi_loader: correct parameter size in efi_allocate_pool | Heinrich Schuchardt |
2019-03-14 | efi_loader: fix build error for freestanding.o | Heinrich Schuchardt |
2019-03-10 | efi_loader: Fix serial console size detection | Matthias Brugger |
2019-03-02 | efi_loader: HII protocols: debug messages | Heinrich Schuchardt |
2019-03-02 | efi_loader: HII protocols: fix new_package_list() | Heinrich Schuchardt |
2019-03-02 | efi_loader: do not add \ in efi_fs_from_name() | Heinrich Schuchardt |
2019-02-25 | efi_loader: define load option attributes | AKASHI Takahiro |
2019-02-25 | efi_loader: fix entry count in bootmgr | Heinrich Schuchardt |
2019-02-25 | efi_loader: error message if BootOrder not defined | Heinrich Schuchardt |
2019-02-19 | tpm: simplify: tpm_set_global_lock() | Heinrich Schuchardt |
2019-02-16 | efi_loader: do not miss last relocation block | Heinrich Schuchardt |
2019-02-16 | efi_loader: documentation of image loader | Heinrich Schuchardt |
2019-02-16 | efi_loader: fix EFI entry counting | Heinrich Schuchardt |
2019-02-16 | efi_loader: use efi_start_image() for bootefi | Heinrich Schuchardt |
2019-02-16 | efi_loader: set entry point in efi_load_pe() | Heinrich Schuchardt |
2019-02-16 | efi_loader: LoadImage: always allocate new pages | Heinrich Schuchardt |
2019-02-16 | efi_loader: error handling in efi_setup_loaded_image() | Heinrich Schuchardt |
2019-02-16 | lib/vsprintf: print '?' for illegal Unicode sequence | Heinrich Schuchardt |
2019-02-16 | efi_selftest: LoadImage from file device path | Heinrich Schuchardt |
2019-02-16 | efi_loader: comments for efi_file_from_path() | Heinrich Schuchardt |
2019-02-16 | efi_loader: efi_dp_split_file_path() error handling | Heinrich Schuchardt |
2019-02-16 | efi_selftest: fix memory allocation in HII tests | Heinrich Schuchardt |
2019-02-16 | efi_selftest: do not use efi_free_pool() | Heinrich Schuchardt |