summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-12-0365-582/+1549
|\
| * efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro2018-12-032-33/+83
| * efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro2018-12-031-4/+7
| * doc: README.iscsi: Open-iSCSI configurationHeinrich Schuchardt2018-12-021-15/+20
| * efi_loader: Align runtime section to 64kbAlexander Graf2018-12-021-3/+17
| * efi_selftest: rename setup_okHeinrich Schuchardt2018-12-021-4/+4
| * efi_loader: fix simple network protocolHeinrich Schuchardt2018-12-021-59/+332
| * efi_loader: correctly aligned transmit bufferHeinrich Schuchardt2018-12-021-11/+20
| * efi_selftest: fix simple network protocol testHeinrich Schuchardt2018-12-021-8/+8
| * MAINTAINERS: add EFI PAYLOAD reviewerHeinrich Schuchardt2018-12-021-0/+3
| * efi_selftest: check fdt is marked as runtime dataHeinrich Schuchardt2018-12-022-4/+30
| * efi_loader: create fdt reservation before copyHeinrich Schuchardt2018-12-021-9/+3
| * efi_loader: fix memory mapping for sandboxHeinrich Schuchardt2018-12-021-12/+17
| * fdt_support: fdt reservations on the sandboxHeinrich Schuchardt2018-12-021-1/+2
| * fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt2018-12-022-3/+6
| * efi_loader: macro efi_size_in_pages()Heinrich Schuchardt2018-12-023-13/+19
| * efi_selftest: building sandbox with EFI_SELFTESTHeinrich Schuchardt2018-12-021-1/+1
| * efi_selftest: add test for memory allocationHeinrich Schuchardt2018-12-022-0/+164
| * efi_loader: eliminate sandbox addressesHeinrich Schuchardt2018-12-021-5/+4
| * efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass2018-12-021-22/+24
| * efi: Create a function to set up for running EFI codeSimon Glass2018-12-021-21/+31
| * efi: Split out test init/uninit into functionsSimon Glass2018-12-021-21/+64
| * efi: Check for failure to create objects in selftestSimon Glass2018-12-021-0/+5
| * efi_loader: Reserve unaccessible memoryAlexander Graf2018-12-022-3/+40
| * efi_selftest: incorrect use of bitwise orHeinrich Schuchardt2018-12-021-1/+1
| * sandbox: smbios: Update to support sandboxSimon Glass2018-12-022-16/+56
| * Revert "efi_loader: remove efi_exit_caches()"Alexander Graf2018-12-021-0/+28
| * efi_loader: use u16* for UTF16 stringsHeinrich Schuchardt2018-12-022-2/+2
| * efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro2018-12-021-1/+1
| * efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro2018-12-022-4/+4
| * efi_loader: correct efi_add_known_memory()Heinrich Schuchardt2018-12-021-6/+14
| * efi_loader: carving out memory reservationsHeinrich Schuchardt2018-12-021-1/+10
| * efi_loader: memory reservation for fdtHeinrich Schuchardt2018-12-021-16/+5
| * efi_loader: do not use unsupported printf codeHeinrich Schuchardt2018-12-021-3/+3
| * efi_loader: Ensure memory allocations are page alignedAlexander Graf2018-12-021-0/+6
| * efi_loader: Handle RELA absolute relocations properlyAlexander Graf2018-12-021-0/+3
| * distro: Imply USB_STORAGE when USB is availableAlexander Graf2018-12-021-0/+1
| * usb: Do not compile USB_STORAGE with BLK && !DM_USBAlexander Graf2018-12-021-0/+1
| * efi_loader: fix typosHeinrich Schuchardt2018-12-026-16/+19
| * efi_selftest: do not write to linker generated arrayHeinrich Schuchardt2018-12-022-11/+22
| * efi_loader: PSCI reset and shutdownHeinrich Schuchardt2018-12-026-67/+96
| * efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt2018-12-021-11/+12
| * efi_loader: unset CONFIG_EFI_LOADER on vf610twrHeinrich Schuchardt2018-12-022-2/+2
| * efi_loader: add efi_dp_from_name()AKASHI Takahiro2018-12-023-34/+59
| * fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro2018-12-021-0/+1
| * riscv: efi: Generate Microsoft PE format compliant imagesBin Meng2018-12-021-6/+6
| * arm: efi: Generate Microsoft PE format compliant imagesBin Meng2018-12-022-14/+14
| * pe.h: Add characteristics definesBin Meng2018-12-021-0/+18
| * x86: efi: app: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
| * x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1