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