| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: helloworld: Output ACPI configuration table | Bin Meng | 2018-07-02 | 1 | -0/+4 |
* | efi_loader: Install ACPI configuration tables | Bin Meng | 2018-07-02 | 2 | -0/+43 |
* | efi_loader: Increase number of configuration tables to 16 | Bin Meng | 2018-07-02 | 1 | -1/+1 |
* | efi_loader: Fix GOP 32bpp exposure | Alexander Graf | 2018-06-21 | 1 | -1/+1 |
* | efi: Add a comment about duplicated ELF constants | Simon Glass | 2018-06-14 | 1 | -0/+4 |
* | riscv: Add support for HI20 PE relocations | Alexander Graf | 2018-06-14 | 1 | -0/+14 |
* | efi_loader: Fix warning in raw/cols query | Alexander Graf | 2018-06-03 | 1 | -1/+1 |
* | efi_loader: create handles from normal memory | Heinrich Schuchardt | 2018-06-03 | 1 | -7/+6 |
* | efi_loader: efi_mem_carve_out should return s64 | Heinrich Schuchardt | 2018-06-03 | 1 | -14/+18 |
* | efi_loader: avoid anonymous constants for AllocatePages | Heinrich Schuchardt | 2018-06-03 | 1 | -3/+5 |
* | efi_loader: DocBook comments for boot services | Heinrich Schuchardt | 2018-06-03 | 1 | -396/+436 |
* | efi: Update some comments related to smbios tables | Simon Glass | 2018-06-03 | 1 | -1/+6 |
* | efi_loader: implement ReinstallProtocolInterface | Heinrich Schuchardt | 2018-06-03 | 1 | -23/+43 |
* | efi_loader: check interface when uninstalling protocol | Heinrich Schuchardt | 2018-06-03 | 1 | -0/+2 |
* | efi_loader: fix off-by-one bug in efi_get_variable | Ivan Gorinov | 2018-06-03 | 1 | -24/+16 |
* | efi_loader: avoid using unitialized values as console size | Heinrich Schuchardt | 2018-06-03 | 1 | -2/+12 |
* | efi_loader: adjust definitions of variable services | Heinrich Schuchardt | 2018-06-03 | 3 | -22/+22 |
* | efi_loader: always check parameters in efi_cout_query_mode() | Heinrich Schuchardt | 2018-06-03 | 1 | -42/+48 |
* | efi_loader: updating the cursor position | Heinrich Schuchardt | 2018-06-03 | 1 | -8/+19 |
* | efi_loader: remove unnecessary include | Heinrich Schuchardt | 2018-06-03 | 4 | -4/+0 |
* | efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI | Heinrich Schuchardt | 2018-06-03 | 1 | -0/+1 |
* | efi_loader: correctly apply relocations from the .reloc section | Ivan Gorinov | 2018-06-03 | 1 | -3/+11 |
* | efi_loader: Enable RISC-V support | Rick Chen | 2018-05-29 | 2 | -4/+35 |
* | efi_loader: Use EFI_CACHELINE_SIZE in the image loader too | Alexander Graf | 2018-05-29 | 2 | -8/+1 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 16 | -32/+16 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 2 | -4/+2 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 2 | -4/+0 |
* | efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL | Heinrich Schuchardt | 2018-04-23 | 2 | -10/+170 |
* | efi_loader: correcty determine total device path length | Heinrich Schuchardt | 2018-04-23 | 2 | -11/+27 |
* | efi_loader: correctly determine length of empty device path | Heinrich Schuchardt | 2018-04-23 | 1 | -0/+2 |
* | efi_loader: fix AppendDevicePath | Heinrich Schuchardt | 2018-04-23 | 1 | -3/+6 |
* | efi_loader: implement CreateDeviceNode | Heinrich Schuchardt | 2018-04-23 | 2 | -1/+31 |
* | efi_loader: no support for ARMV7_NONSEC=y | Heinrich Schuchardt | 2018-04-23 | 1 | -0/+2 |
* | Revert "Kconfig: cmd: Make networking command dependent on NET" | Joe Hershberger | 2018-04-13 | 2 | -2/+2 |
* | efi_loader: Check machine type in the image header | Ivan Gorinov | 2018-04-06 | 1 | -12/+39 |
* | efi_loader: completely initialize network | Heinrich Schuchardt | 2018-04-05 | 1 | -2/+34 |
* | efi_loader: new functions to print loaded image information | Heinrich Schuchardt | 2018-04-05 | 1 | -0/+46 |
* | efi_loader: implement EFI_FILE_SYSTEM_INFO | Heinrich Schuchardt | 2018-04-05 | 1 | -0/+38 |
* | efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL | Heinrich Schuchardt | 2018-04-05 | 1 | -2/+2 |
* | efi_loader: use correct types in EFI_FILE_PROTOCOL | Heinrich Schuchardt | 2018-04-04 | 2 | -14/+38 |
* | efi_loader: ImageSize must be multiple of SectionAlignment | Heinrich Schuchardt | 2018-04-04 | 1 | -0/+2 |
* | efi_loader: save image relocation address and size | Heinrich Schuchardt | 2018-04-04 | 1 | -0/+2 |
* | efi_loader: use efi_uintn_t for LoadImage | Heinrich Schuchardt | 2018-04-04 | 1 | -2/+2 |
* | efi_loader: initialize device path on alloc | Patrick Wildt | 2018-04-04 | 1 | -0/+1 |
* | efi_loader: Fix network DP with DM_ETH | Alexander Graf | 2018-04-04 | 1 | -2/+5 |
* | efi_loader: Fix return value for efi_add_runtime_mmio | Alexander Graf | 2018-04-04 | 1 | -7/+7 |
* | efi_loader: Optimize GOP more | Alexander Graf | 2018-04-04 | 1 | -62/+114 |
* | efi_loader: Optimize GOP switch | Alexander Graf | 2018-04-04 | 1 | -34/+126 |
* | efi_loader: use __always_inline for pixel conversion | Heinrich Schuchardt | 2018-04-04 | 1 | -2/+2 |
* | efi_loader: RestoreTPL should execute queued events | Heinrich Schuchardt | 2018-04-04 | 1 | -0/+5 |