summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | dm: core: Drop dev_set_of_offset()Simon Glass2020-12-131-5/+0
| | * | | | | dm: Drop uses of dev_set_of_offset()Simon Glass2020-12-136-13/+6
| | * | | | | dm: Remove uses of device_bind_offset()Simon Glass2020-12-1320-49/+46
| | * | | | | dm: core: Add a livetree function to check node statusSimon Glass2020-12-133-0/+33
| | * | | | | dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-1310-21/+21
| | * | | | | dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-1320-37/+39
| | * | | | | test: unit test for exception commandHeinrich Schuchardt2020-12-132-0/+25
| | * | | | | efi_selftest: implement exception test for sandboxHeinrich Schuchardt2020-12-131-0/+2
| | * | | | | cmd: sandbox: implement exception commandHeinrich Schuchardt2020-12-134-1/+46
| | * | | | | sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-135-0/+105
| | * | | | | sandbox: serial: Update to use membuffSimon Glass2020-12-131-29/+19
| | * | | | | sandbox: serial: Convert to livetreeSimon Glass2020-12-131-3/+1
| | * | | | | serial: sandbox: Drop unnecessary #ifdefsSimon Glass2020-12-131-9/+2
| | * | | | | dtoc: Tidy up Python style in dtb_platdataSimon Glass2020-12-131-29/+42
| | * | | | | patman: Drop tools.ToChar() and ToChars()Simon Glass2020-12-133-28/+5
| | * | | | | patman: Drop tools.ToByte()Simon Glass2020-12-133-19/+4
| | * | | | | patman: Drop unicode helper functionsSimon Glass2020-12-138-63/+17
| | * | | | | fdt: Use an Enum for the data typeSimon Glass2020-12-135-59/+77
| |/ / / / /
| * | | | | Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom 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 imagesAlexandru 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