summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-12-13test: unit test for exception commandHeinrich Schuchardt
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt
2020-12-13cmd: sandbox: implement exception commandHeinrich Schuchardt
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt
2020-12-13sandbox: serial: Update to use membuffSimon Glass
2020-12-13sandbox: serial: Convert to livetreeSimon Glass
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass
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