aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13patman: Drop tools.ToByte()Simon Glass
2020-12-13patman: Drop unicode helper functionsSimon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-12-10Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt
2020-12-10fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt
2020-12-10fs: fat: search file should not allocate clusterHeinrich Schuchardt
2020-12-10fs: fat: reuse deleted directory entriesHeinrich Schuchardt
2020-12-10fs: fat: fat_find_empty_dentries()Heinrich Schuchardt
2020-12-10fs: fat: flush new directory clusterHeinrich Schuchardt
2020-12-10fs: fat: set start cluster for root directoryHeinrich Schuchardt
2020-12-10fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt
2020-12-10fs: fat: generate unique short namesHeinrich Schuchardt
2020-12-10fs: fat: call set_name() only onceHeinrich Schuchardt
2020-12-10fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt
2020-12-10fs: fat: correct first cluster for '..'Heinrich Schuchardt
2020-12-07spl: fit: Prefer a malloc()'d buffer for loading imagesAlexandru Gagniuc
2020-12-07Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into nextTom Rini
2020-12-04bootm: Support string substitution in bootargsSimon Glass
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass
2020-12-04x86: zimage: Add silent-console processingSimon Glass
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass
2020-12-04bootm: Split out bootargs environment reading / writingSimon Glass
2020-12-04bootm: Use size rather than length for CONSOLE_ARGSimon Glass
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass
2020-12-04board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle
2020-12-04board: sl28: add ATF support (bl31)Michael Walle
2020-12-04board: sl28: remove u-boot from loadable DT nodeMichael Walle
2020-12-04armv8: layerscape: don't initialize GIC in SPLMichael Walle
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle