summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/10Dec2020-nextTom Rini2020-12-1015-298/+1191
|\
| * efi_loader: link partition to block deviceHeinrich Schuchardt2020-12-101-0/+20
| * efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-102-1/+6
| * efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-102-0/+478
| * efi_selftest: clean up MakefileHeinrich Schuchardt2020-12-101-8/+6
| * efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-101-1/+48
| * efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt2020-12-101-9/+36
| * efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt2020-12-101-7/+9
| * efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-104-6/+10
| * efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt2020-12-101-82/+82
| * efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt2020-12-103-7/+8
| * efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt2020-12-101-4/+0
| * fs: fat: deletion of long file namesHeinrich Schuchardt2020-12-101-12/+76
| * fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt2020-12-101-2/+18
| * fs: fat: use constant DELETED_FLAGHeinrich Schuchardt2020-12-101-1/+1
| * fs: fat: search file should not allocate clusterHeinrich Schuchardt2020-12-101-23/+6
| * fs: fat: reuse deleted directory entriesHeinrich Schuchardt2020-12-101-12/+22
| * fs: fat: fat_find_empty_dentries()Heinrich Schuchardt2020-12-101-1/+61
| * fs: fat: flush new directory clusterHeinrich Schuchardt2020-12-101-9/+19
| * fs: fat: set start cluster for root directoryHeinrich Schuchardt2020-12-101-1/+3
| * fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt2020-12-101-1/+1
| * fs: fat: generate unique short namesHeinrich Schuchardt2020-12-101-5/+36
| * fs: fat: call set_name() only onceHeinrich Schuchardt2020-12-101-33/+54
| * fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt2020-12-101-8/+12
| * fs: fat: create correct short namesHeinrich Schuchardt2020-12-102-77/+140
| * fs: fat: export fat_next_cluster()Heinrich Schuchardt2020-12-102-33/+80
| * fs: fat: correct first cluster for '..'Heinrich Schuchardt2020-12-101-1/+5
|/
* spl: fit: Prefer a malloc()'d buffer for loading imagesWIP/07Dec2020-nextAlexandru Gagniuc2020-12-071-15/+22
* Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into nextTom Rini2020-12-0731-99/+914
|\
| * bootm: Support string substitution in bootargsSimon Glass2020-12-045-12/+172
| * cli: Support macro processing with a fixed-size bufferSimon Glass2020-12-043-8/+19
| * x86: zimage: Add silent-console processingSimon Glass2020-12-041-0/+14
| * bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-043-16/+132
| * bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-043-10/+19
| * bootm: Split out bootargs environment reading / writingSimon Glass2020-12-041-22/+73
| * bootm: Use size rather than length for CONSOLE_ARGSimon Glass2020-12-041-7/+8
| * bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-043-16/+17
| * bootm: Rename fixup_silent_linux()Simon Glass2020-12-043-9/+9
| * bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-043-14/+29
| * bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-047-7/+73
| * env: Allow returning errors from hdelete_r()Simon Glass2020-12-044-10/+21
| * board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle2020-12-043-0/+66
| * board: sl28: add ATF support (bl31)Michael Walle2020-12-044-2/+109
| * board: sl28: remove u-boot from loadable DT nodeMichael Walle2020-12-041-3/+0
| * armv8: layerscape: don't initialize GIC in SPLMichael Walle2020-12-041-0/+2
| * spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-044-4/+169
| * spl: atf: remove helper structure from common headerMichael Walle2020-12-042-14/+11
| * spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-042-15/+42
| * spl: atf: move storage for bl31_params into functionMichael Walle2020-12-041-3/+2
| * treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle2020-12-045-10/+10
|/