summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2019-02-16efi_loader: do not miss last relocation blockHeinrich Schuchardt1-1/+1
2019-02-16efi_loader: documentation of image loaderHeinrich Schuchardt1-9/+19
2019-02-16efi_loader: fix EFI entry countingHeinrich Schuchardt1-1/+2
2019-02-16efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt1-3/+3
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2-20/+23
2019-02-16efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt2-31/+71
2019-02-16efi_loader: error handling in efi_setup_loaded_image()Heinrich Schuchardt1-12/+21
2019-02-16efi_loader: comments for efi_file_from_path()Heinrich Schuchardt1-1/+11
2019-02-16efi_loader: efi_dp_split_file_path() error handlingHeinrich Schuchardt1-4/+12
2019-02-13efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt1-0/+4
2019-02-13efi_loader: Make HII a config optionAlexander Graf2-0/+17
2019-02-13efi_loader: debug output for HII protocolsHeinrich Schuchardt2-26/+26
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro3-1/+153
2019-02-13efi: hii: add keyboard layout package supportAKASHI Takahiro1-5/+142
2019-02-13efi: hii: add guid package supportAKASHI Takahiro1-6/+42
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm3-0/+935
2019-02-13efi_loader: GetNextVariableName() relies on REGEXHeinrich Schuchardt1-0/+1
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt1-1/+2
2019-02-13efi_loader: use library memcpy() in helloworld.efiHeinrich Schuchardt1-30/+6
2019-02-13efi_loader: provide freestanding libraryHeinrich Schuchardt1-0/+90
2019-02-13efi_loader: implement GetNextVariableName()AKASHI Takahiro1-10/+146
2019-02-13efi_loader: comments for variable servicesHeinrich Schuchardt1-5/+81
2019-02-13efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt1-14/+1
2019-02-13efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt1-41/+3
2019-02-13efi_loader: consistent build flags for EFI applicationsHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: use u16* for file nameHeinrich Schuchardt1-7/+7
2019-02-13efi_loader: fix CopyMem()Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt1-8/+8
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro2-0/+87
2019-02-13efi_loader: signature of StartImage and ExitHeinrich Schuchardt1-5/+5
2019-02-13efi_loader: fix memory allocation on sandboxHeinrich Schuchardt1-0/+6
2019-02-13efi_loader: efi_connect_controller() use %pDHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt1-1/+2
2019-01-15efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass1-2/+2
2018-12-23efi_loader: Make RTS relocation more robustAlexander Graf1-3/+31
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro1-33/+60
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro1-4/+7
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf1-3/+17
2018-12-02efi_loader: fix simple network protocolHeinrich Schuchardt1-59/+332
2018-12-02efi_loader: correctly aligned transmit bufferHeinrich Schuchardt1-11/+20
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt1-3/+3
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt1-5/+4
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf1-3/+29
2018-12-02sandbox: smbios: Update to support sandboxSimon Glass1-7/+13
2018-12-02Revert "efi_loader: remove efi_exit_caches()"Alexander Graf1-0/+28
2018-12-02efi_loader: use u16* for UTF16 stringsHeinrich Schuchardt1-1/+1
2018-12-02efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro1-1/+1
2018-12-02efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro1-2/+2
2018-12-02efi_loader: correct efi_add_known_memory()Heinrich Schuchardt1-6/+14