summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass575-1644/+1633
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass956-1369/+1365
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass1-45/+46
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass4-8/+7
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass5-10/+8
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass1-58/+16
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass2-6/+14
2020-12-13dm: core: Drop device_bind_offset()Simon Glass2-15/+3
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass1-5/+0
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass6-13/+6
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass20-49/+46
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass3-0/+33
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass10-21/+21
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass20-37/+39
2020-12-13test: unit test for exception commandHeinrich Schuchardt2-0/+25
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt1-0/+2
2020-12-13cmd: sandbox: implement exception commandHeinrich Schuchardt4-1/+46
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt5-0/+105
2020-12-13sandbox: serial: Update to use membuffSimon Glass1-29/+19
2020-12-13sandbox: serial: Convert to livetreeSimon Glass1-3/+1
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass1-9/+2
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass1-29/+42
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass3-28/+5
2020-12-13patman: Drop tools.ToByte()Simon Glass3-19/+4
2020-12-13patman: Drop unicode helper functionsSimon Glass8-63/+17
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...Tom 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